|
Ubiquity 2.5.2
php rapid development framework
|
Define a command complete desciption. More...
Public Member Functions | |
| __construct (string $name='', string $value='', string $description='', array $aliases=[], array $parameters=[], array $examples=[], string $category='custom') | |
| simpleString () | |
| longString () | |
| getName () | |
| getDescription () | |
| getValue () | |
| hasRequiredValue () | |
| getAliases () | |
| getParameters () | |
| getExamples () | |
| getCategory () | |
| setCategory ($category) | |
| hasParameters () | |
| hasValue () | |
| isImmediate () | |
| __toString () | |
Static Public Member Functions | |
| static | getInfo ($cmd) |
| static | project () |
| static | controller () |
| static | genModel () |
| static | model () |
| static | routes () |
| static | version () |
| static | allModels () |
| static | clearCache () |
| static | initCache () |
| static | serve () |
| static | liveReload () |
| static | selfUpdate () |
| static | admin () |
| static | help () |
| static | crudController () |
| static | indexCrudController () |
| static | restController () |
| static | restApiController () |
| static | dao () |
| static | authController () |
| static | newAction () |
| static | newDomain () |
| static | infoModel () |
| static | infoModels () |
| static | infoValidation () |
| static | configInfo () |
| static | configSet () |
| static | newTheme () |
| static | installTheme () |
| static | bootstrap () |
| static | composer () |
| static | mailer () |
| static | sendMails () |
| static | newMail () |
| static | newClass () |
| static | createCommand () |
| static | initAcls () |
| static | displayAcls () |
| static | newEncryptionKey () |
| static | infoMigrations () |
| static | migrations () |
| static | templateParser () |
| static | getCustomCommands () |
| static | reloadCustomCommands (array $config=[]) |
| static | getCustomAliases () |
| static | preloadCustomCommands (array $config=[]) |
| static | getCommandNames (array $excludedCategories=['installation'=> false, 'servers'=> false], $excludedCommands=[]) |
| static | getCommands () |
Static Protected Member Functions | |
| static | getCustomCommandInfos () |
Protected Attributes | |
| $name | |
| $description | |
| $value | |
| $aliases | |
| $parameters | |
| $examples | |
| $category | |
Static Protected Attributes | |
| static | $customCommands |
| static | $customAliases |
Define a command complete desciption.
Ubiquity\devtools\cmd$Command This class is part of Ubiquity
Definition at line 16 of file Command.php.
| __construct | ( | string | $name = '', |
| string | $value = '', |
||
| string | $description = '', |
||
| array | $aliases = [], |
||
| array | $parameters = [], |
||
| array | $examples = [], |
||
| string | $category = 'custom' |
||
| ) |
Definition at line 36 of file Command.php.
| __toString | ( | ) |
Definition at line 1008 of file Command.php.
|
static |
Definition at line 337 of file Command.php.
|
static |
Definition at line 244 of file Command.php.
|
static |
Definition at line 463 of file Command.php.
|
static |
Definition at line 640 of file Command.php.
|
static |
Definition at line 261 of file Command.php.
|
static |
Definition at line 649 of file Command.php.
|
static |
Definition at line 582 of file Command.php.
|
static |
Definition at line 596 of file Command.php.
|
static |
Definition at line 154 of file Command.php.
|
static |
Definition at line 707 of file Command.php.
|
static |
Definition at line 347 of file Command.php.
|
static |
Definition at line 445 of file Command.php.
|
static |
Definition at line 738 of file Command.php.
|
static |
Definition at line 173 of file Command.php.
| getAliases | ( | ) |
Definition at line 960 of file Command.php.
| getCategory | ( | ) |
Definition at line 984 of file Command.php.
|
static |
Definition at line 860 of file Command.php.
|
static |
Definition at line 876 of file Command.php.
|
static |
Definition at line 846 of file Command.php.
|
staticprotected |
Definition at line 806 of file Command.php.
|
static |
Definition at line 817 of file Command.php.
| getDescription | ( | ) |
Definition at line 937 of file Command.php.
| getExamples | ( | ) |
Definition at line 976 of file Command.php.
|
static |
Definition at line 81 of file Command.php.
| getName | ( | ) |
Definition at line 929 of file Command.php.
| getParameters | ( | ) |
Definition at line 968 of file Command.php.
| getValue | ( | ) |
Definition at line 945 of file Command.php.
| hasParameters | ( | ) |
Definition at line 996 of file Command.php.
| hasRequiredValue | ( | ) |
Definition at line 952 of file Command.php.
| hasValue | ( | ) |
Definition at line 1000 of file Command.php.
|
static |
Definition at line 341 of file Command.php.
|
static |
Definition at line 382 of file Command.php.
|
static |
Definition at line 767 of file Command.php.
|
static |
Definition at line 524 of file Command.php.
|
static |
Definition at line 542 of file Command.php.
|
static |
Definition at line 560 of file Command.php.
|
static |
Definition at line 722 of file Command.php.
|
static |
Definition at line 282 of file Command.php.
|
static |
Definition at line 626 of file Command.php.
| isImmediate | ( | ) |
Definition at line 1004 of file Command.php.
|
static |
Definition at line 319 of file Command.php.
| longString | ( | ) |
Definition at line 50 of file Command.php.
|
static |
Definition at line 659 of file Command.php.
|
static |
Definition at line 780 of file Command.php.
|
static |
Definition at line 190 of file Command.php.
|
static |
Definition at line 488 of file Command.php.
|
static |
Definition at line 694 of file Command.php.
|
static |
Definition at line 511 of file Command.php.
|
static |
Definition at line 757 of file Command.php.
|
static |
Definition at line 681 of file Command.php.
|
static |
Definition at line 608 of file Command.php.
|
static |
Definition at line 850 of file Command.php.
|
static |
Definition at line 125 of file Command.php.
|
static |
Definition at line 837 of file Command.php.
|
static |
Definition at line 431 of file Command.php.
|
static |
Definition at line 416 of file Command.php.
|
static |
Definition at line 211 of file Command.php.
|
static |
Definition at line 333 of file Command.php.
|
static |
Definition at line 667 of file Command.php.
|
static |
Definition at line 301 of file Command.php.
| setCategory | ( | $category | ) |
| mixed | $category |
Definition at line 992 of file Command.php.
| simpleString | ( | ) |
Definition at line 46 of file Command.php.
|
static |
Definition at line 792 of file Command.php.
|
static |
Definition at line 240 of file Command.php.
|
protected |
Definition at line 24 of file Command.php.
|
protected |
Definition at line 30 of file Command.php.
|
staticprotected |
Definition at line 34 of file Command.php.
|
staticprotected |
Definition at line 32 of file Command.php.
|
protected |
Definition at line 20 of file Command.php.
|
protected |
Definition at line 28 of file Command.php.
|
protected |
Definition at line 18 of file Command.php.
|
protected |
Definition at line 26 of file Command.php.
|
protected |
Definition at line 22 of file Command.php.