PHP Class App\Ninja\Repositories\ClientRepository

Inheritance: extends BaseRepository
Show file Open project: hillelcoren/invoice-ninja Class Usage Examples

Public Methods

Method Description
all ( )
find ( $filter = null, $userId = false )
findPhonetically ( $clientName )
getClassName ( )
save ( $data, $client = null )

Method Details

all() public method

public all ( )

find() public method

public find ( $filter = null, $userId = false )

findPhonetically() public method

public findPhonetically ( $clientName )

getClassName() public method

public getClassName ( )

save() public method

public save ( $data, $client = null )