PHP 클래스 Acl\Shell\AclExtrasShell

상속: extends Cake\Console\Shell
파일 보기 프로젝트 열기: cakephp/acl

공개 프로퍼티들

프로퍼티 타입 설명
$AclExtras Cake\Acl\AclExtras AclExtras instance
$args array Contains arguments parsed from the command line.

공개 메소드들

메소드 설명
__construct ( ConsoleIo $io = null ) Constructor
acoSync ( ) : void Sync the ACO table
acoUpdate ( ) : void Updates the Aco Tree with new controller actions.
getOptionParser ( ) : Cake\Console\ConsoleOptionParser Get the option parser for this shell.
recover ( ) : void Recover an Acl Tree
startup ( ) : void Start up And load Acl Component / Aco model

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( ConsoleIo $io = null )
$io Cake\Console\ConsoleIo An io instance.

acoSync() 공개 메소드

Sync the ACO table
public acoSync ( ) : void
리턴 void

acoUpdate() 공개 메소드

Updates the Aco Tree with new controller actions.
public acoUpdate ( ) : void
리턴 void

getOptionParser() 공개 메소드

Get the option parser for this shell.
public getOptionParser ( ) : Cake\Console\ConsoleOptionParser
리턴 Cake\Console\ConsoleOptionParser

recover() 공개 메소드

Recover an Acl Tree
public recover ( ) : void
리턴 void

startup() 공개 메소드

Start up And load Acl Component / Aco model
public startup ( ) : void
리턴 void

프로퍼티 상세

$AclExtras 공개적으로 프로퍼티

AclExtras instance
public AclExtras,Cake\Acl $AclExtras
리턴 Cake\Acl\AclExtras

$args 공개적으로 프로퍼티

Contains arguments parsed from the command line.
public array $args
리턴 array