PHP 클래스 app\models\Route

상속: extends yii\db\ActiveRecord
파일 보기 프로젝트 열기: sroutier/laravel-5.1-enterprise-starter-kit 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable array

공개 메소드들

메소드 설명
deleteLaravelRoutes ( )
loadLaravelRoutes ( $routeNameRegEx ) : integer Load the Laravel routes into the application routes for permission assignment.
menus ( )
permission ( )
scopeDisabled ( $query )
scopeEnabled ( $query )
scopeOfActionName ( $query, $actionName )
scopeOfMethod ( $query, $method )
scopeOfPath ( $query, $path )

메소드 상세

deleteLaravelRoutes() 공개 정적인 메소드

public static deleteLaravelRoutes ( )

loadLaravelRoutes() 공개 정적인 메소드

Load the Laravel routes into the application routes for permission assignment.
public static loadLaravelRoutes ( $routeNameRegEx ) : integer
$routeNameRegEx
리턴 integer The number of Laravel routes loaded.

menus() 공개 메소드

public menus ( )

permission() 공개 메소드

public permission ( )

scopeDisabled() 공개 메소드

public scopeDisabled ( $query )

scopeEnabled() 공개 메소드

public scopeEnabled ( $query )

scopeOfActionName() 공개 메소드

public scopeOfActionName ( $query, $actionName )

scopeOfMethod() 공개 메소드

public scopeOfMethod ( $query, $method )

scopeOfPath() 공개 메소드

public scopeOfPath ( $query, $path )

프로퍼티 상세

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

protected array $fillable
리턴 array