Owl\Repositories\UserRoleRepositoryInterface::getAll PHP Метод

getAll() публичный Метод

public getAll ( ) : array
Результат array
    public function getAll();

Usage Example

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