PHP Класс Acl\Shell\AclExtrasShell

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

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

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