PHP Class App\Repositories\Repository

Show file Open project: rappasoft/laravel-5-boilerplate Class Usage Examples

Public Methods

Method Description
find ( $id ) : mixed
getAll ( ) : mixed
getCount ( ) : mixed

Method Details

find() public method

public find ( $id ) : mixed
$id
return mixed

getAll() public method

public getAll ( ) : mixed
return mixed

getCount() public method

public getCount ( ) : mixed
return mixed