PHP Класс Owl\Repositories\Fluent\UserRoleRepository

Наследование: extends AbstractFluent, implements Owl\Repositories\UserRoleRepositoryInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$table

Открытые методы

Метод Описание
getAll ( ) : array Get all user role data.
getByUserId ( integer $userId ) : stdClass Get record by specified user ID.
getTableName ( ) : string Get a table name.

Описание методов

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

Get all user role data.
public getAll ( ) : array
Результат array

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

Get record by specified user ID.
public getByUserId ( integer $userId ) : stdClass
$userId integer
Результат stdClass | null

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

Get a table name.
public getTableName ( ) : string
Результат string

Описание свойств

$table защищенное свойство

protected $table