PHP 클래스 Cartalyst\Sentinel\Roles\IlluminateRoleRepository

상속: implements Cartalyst\Sentinel\Roles\RoleRepositoryInterface, use trait Cartalyst\Support\Traits\RepositoryTrait
파일 보기 프로젝트 열기: cartalyst/sentinel

보호된 프로퍼티들

프로퍼티 타입 설명
$model string The Eloquent role model name.

공개 메소드들

메소드 설명
__construct ( string $model = null ) : void Create a new Illuminate role repository.
findById ( $id ) {@inheritDoc}
findByName ( $name ) {@inheritDoc}
findBySlug ( $slug ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

Create a new Illuminate role repository.
public __construct ( string $model = null ) : void
$model string
리턴 void

findById() 공개 메소드

{@inheritDoc}
public findById ( $id )

findByName() 공개 메소드

{@inheritDoc}
public findByName ( $name )

findBySlug() 공개 메소드

{@inheritDoc}
public findBySlug ( $slug )

프로퍼티 상세

$model 보호되어 있는 프로퍼티

The Eloquent role model name.
protected string $model
리턴 string