PHP 클래스 AclExtrasShell, acl_extras

상속: extends Shell
파일 보기 프로젝트 열기: markstory/acl_extras

공개 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( $stdout = null, $stderr = null, $stdin = null ) Constructor
aco_sync ( ) : void Sync the ACO table
aco_update ( ) : void Updates the Aco Tree with new controller actions.
getOptionParser ( )
recover ( ) : void Recover an Acl Tree
startup ( ) : void Start up And load Acl Component / Aco model
verify ( ) : void Verify a Acl Tree

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $stdout = null, $stderr = null, $stdin = null )

aco_sync() 공개 메소드

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

aco_update() 공개 메소드

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

getOptionParser() 공개 메소드

public getOptionParser ( )

recover() 공개 메소드

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

startup() 공개 메소드

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

verify() 공개 메소드

Verify a Acl Tree
public verify ( ) : void
리턴 void

프로퍼티 상세

$AclExtras 공개적으로 프로퍼티

AclExtras instance
public $AclExtras

$args 공개적으로 프로퍼티

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