PHP Interface Owl\Repositories\UserRoleRepositoryInterface

Show file Open project: owl/owl Interface Usage Examples

Public Methods

Method Description
getAll ( ) : array
getByUserId ( integer $userId ) : stdClass

Method Details

getAll() public method

public getAll ( ) : array
return array

getByUserId() public method

public getByUserId ( integer $userId ) : stdClass
$userId integer
return stdClass | null