AclShell Class Reference
Inheritance diagram for AclShell:

Public Member Functions | |
| check () | |
| checkNodeType () | |
| create () | |
| delete () | |
| deny () | |
| getPath () | |
| grant () | |
| help () | |
| inherit () | |
| initdb () | |
| main () | |
| nodeExists () | |
| setParent () | |
| startup () | |
| view () | |
Public Attributes | |
| $Acl | |
| $args | |
| $dataSource = 'default' | |
| $tasks = array('DbConfig') | |
Detailed Description
Definition at line 37 of file acl.php.
Member Function Documentation
| AclShell::check | ( | ) |
| AclShell::checkNodeType | ( | ) |
| AclShell::create | ( | ) |
Creates an ARO/ACO node
public
Definition at line 132 of file acl.php.
References Shell::_checkArgs(), a(), checkNodeType(), Shell::err(), Shell::error(), Set::extract(), and Shell::out().
| AclShell::delete | ( | ) |
Delete an ARO/ACO node.
public
Definition at line 189 of file acl.php.
References Shell::_checkArgs(), and checkNodeType().
| AclShell::deny | ( | ) |
| AclShell::getPath | ( | ) |
| AclShell::grant | ( | ) |
| AclShell::help | ( | ) |
| AclShell::inherit | ( | ) |
| AclShell::initdb | ( | ) |
| AclShell::main | ( | ) |
Override main() for help message hook
public
Definition at line 111 of file acl.php.
References $out, and Shell::out().
| AclShell::nodeExists | ( | ) |
| AclShell::setParent | ( | ) |
| AclShell::startup | ( | ) |
Override startup of the Shell
public
Reimplemented from Shell.
Definition at line 71 of file acl.php.
References $out, Object::_stop(), config(), Shell::err(), help(), initdb(), Shell::out(), params(), and Configure::read().
| AclShell::view | ( | ) |
Member Data Documentation
| AclShell::$tasks = array('DbConfig') |
The documentation for this class was generated from the following file:
- 1.2.x.x/cake/console/libs/acl.php