PHP Interface Owl\Repositories\UserRoleRepositoryInterface

Afficher le fichier Open project: owl/owl Interface Usage Examples

Méthodes publiques

Méthode Description
getAll ( ) : array
getByUserId ( integer $userId ) : stdClass

Method Details

getAll() public méthode

public getAll ( ) : array
Résultat array

getByUserId() public méthode

public getByUserId ( integer $userId ) : stdClass
$userId integer
Résultat stdClass | null