Ubiquity 2.5.2
php rapid development framework
|
Create a new command Ubiquity\scaffolding$ScaffoldCommand This class is part of Ubiquity. More...
Public Member Functions | |
__construct ($name, $value, $description, $aliases="", $parameters="") | |
createNamespace ($directory) | |
getTemplateDir () | |
create ($pattern, &$cmdPath) | |
Protected Member Functions | |
createParameters () | |
addUses () | |
Protected Attributes | |
$name | |
$description | |
$value | |
$aliases | |
$parameters | |
$uses = [] | |
Create a new command Ubiquity\scaffolding$ScaffoldCommand This class is part of Ubiquity.
Definition at line 17 of file ScaffoldCommand.php.
__construct | ( | $name, | |
$value, | |||
$description, | |||
$aliases = "" , |
|||
$parameters = "" |
|||
) |
Definition at line 31 of file ScaffoldCommand.php.
|
protected |
Definition at line 53 of file ScaffoldCommand.php.
create | ( | $pattern, | |
& | $cmdPath | ||
) |
Definition at line 73 of file ScaffoldCommand.php.
createNamespace | ( | $directory | ) |
Definition at line 62 of file ScaffoldCommand.php.
|
protected |
Definition at line 39 of file ScaffoldCommand.php.
getTemplateDir | ( | ) |
Definition at line 69 of file ScaffoldCommand.php.
|
protected |
Definition at line 25 of file ScaffoldCommand.php.
|
protected |
Definition at line 21 of file ScaffoldCommand.php.
|
protected |
Definition at line 19 of file ScaffoldCommand.php.
|
protected |
Definition at line 27 of file ScaffoldCommand.php.
|
protected |
Definition at line 29 of file ScaffoldCommand.php.
|
protected |
Definition at line 23 of file ScaffoldCommand.php.