PHP Класс Artesaos\Defender\Repositories\Eloquent\EloquentRoleRepository

Наследование: extends AbstractEloquentRepository, implements Artesaos\Defender\Contracts\Repositories\RoleRepository
Показать файл Открыть проект

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

Метод Описание
__construct ( Illuminate\Contracts\Foundation\Application $app, Artesaos\Defender\Contracts\Role $model )
create ( $roleName ) : Artesaos\Defender\Contracts\Role Create a new role with the given name.

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

__construct() публичный метод

public __construct ( Illuminate\Contracts\Foundation\Application $app, Artesaos\Defender\Contracts\Role $model )
$app Illuminate\Contracts\Foundation\Application
$model Artesaos\Defender\Contracts\Role

create() публичный метод

Create a new role with the given name.
public create ( $roleName ) : Artesaos\Defender\Contracts\Role
$roleName
Результат Artesaos\Defender\Contracts\Role