PHP Class AclExtrasShell, acl_extras

Inheritance: extends Shell
Show file Open project: markstory/acl_extras

Public Properties

Property Type Description
$AclExtras AclExtras instance
$args array Contains arguments parsed from the command line.

Public Methods

Method Description
__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

Method Details

__construct() public method

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

aco_sync() public method

Sync the ACO table
public aco_sync ( ) : void
return void

aco_update() public method

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

getOptionParser() public method

public getOptionParser ( )

recover() public method

Recover an Acl Tree
public recover ( ) : void
return void

startup() public method

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

verify() public method

Verify a Acl Tree
public verify ( ) : void
return void

Property Details

$AclExtras public property

AclExtras instance
public $AclExtras

$args public property

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