class AccountRepository extends EntityRepository implements AccountRepositoryInterface

Class AccountRepository

Constants

ALIAS

Alias for entity

Methods

array
findAlPayPalAccounts()

No description

mixed
findALastAccount()

No description

saveOrEditPaymentAccount(Account $account, mixed $type)

No description

Details

at line 29
array findAlPayPalAccounts()

Return Value

array

at line 39
mixed findALastAccount()

Return Value

mixed

Exceptions

NonUniqueResultException

at line 53
Account saveOrEditPaymentAccount(Account $account, mixed $type)

Parameters

Account $account
mixed $type

Return Value

Account

Exceptions

ORMException
OptimisticLockException