PHP 클래스 dektrium\rbac\Bootstrap

저자: Dmitry Erofeev ([email protected])
상속: implements yii\base\BootstrapInterface
파일 보기 프로젝트 열기: dektrium/yii2-rbac

공개 메소드들

메소드 설명
bootstrap ( $app )

보호된 메소드들

메소드 설명
checkAuthManagerConfigured ( Application $app ) : boolean Verifies that authManager component is configured.
checkRbacModuleInstalled ( Application $app ) : boolean Verifies that dektrium/yii2-rbac is installed and configured.
checkUserModuleInstalled ( Application $app ) : boolean Verifies that dektrium/yii2-user is installed and configured.

메소드 상세

bootstrap() 공개 메소드

public bootstrap ( $app )

checkAuthManagerConfigured() 보호된 메소드

Verifies that authManager component is configured.
protected checkAuthManagerConfigured ( Application $app ) : boolean
$app yii\base\Application
리턴 boolean

checkRbacModuleInstalled() 보호된 메소드

Verifies that dektrium/yii2-rbac is installed and configured.
protected checkRbacModuleInstalled ( Application $app ) : boolean
$app yii\base\Application
리턴 boolean

checkUserModuleInstalled() 보호된 메소드

Verifies that dektrium/yii2-user is installed and configured.
protected checkUserModuleInstalled ( Application $app ) : boolean
$app yii\base\Application
리턴 boolean