PHP Класс AclExtrasShell, acl_extras

Наследование: extends Shell
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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