PHP Class Acl\Shell\AclExtrasShell

Inheritance: extends Cake\Console\Shell
Afficher le fichier Open project: cakephp/acl

Méthodes publiques

Свойство Type Description
$AclExtras Cake\Acl\AclExtras AclExtras instance
$args array Contains arguments parsed from the command line.

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

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

acoSync() public méthode

Sync the ACO table
public acoSync ( ) : void
Résultat void

acoUpdate() public méthode

Updates the Aco Tree with new controller actions.
public acoUpdate ( ) : void
Résultat void

getOptionParser() public méthode

Get the option parser for this shell.
public getOptionParser ( ) : Cake\Console\ConsoleOptionParser
Résultat Cake\Console\ConsoleOptionParser

recover() public méthode

Recover an Acl Tree
public recover ( ) : void
Résultat void

startup() public méthode

Start up And load Acl Component / Aco model
public startup ( ) : void
Résultat void

Property Details

$AclExtras public_oe property

AclExtras instance
public AclExtras,Cake\Acl $AclExtras
Résultat Cake\Acl\AclExtras

$args public_oe property

Contains arguments parsed from the command line.
public array $args
Résultat array