Owl\Repositories\UserRoleRepositoryInterface::getAll PHP Méthode

getAll() public méthode

public getAll ( ) : array
Résultat array
    public function getAll();

Usage Example

Exemple #1
0
 /**
  * Get all data.
  *
  * @return array
  */
 public function getAll()
 {
     return $this->userRoleRepo->getAll();
 }
UserRoleRepositoryInterface