Ubiquity 2.5.2
php rapid development framework
|
Public Member Functions | |
__construct ($restControllerName, $baseClass, $resource='', $routePath='') | |
create (ScaffoldController $scaffoldController, $reInit=null) | |
Public Member Functions inherited from BaseControllerCreator | |
create (ScaffoldController $scaffoldController) | |
getTemplateName () | |
setTemplateName ($templateName) | |
Public Member Functions inherited from HasUsesTrait | |
getUses () | |
addUse ($classname) | |
addUses (... $classnames) | |
getUsesStr () | |
Protected Member Functions | |
addVariablesForReplacement (&$variables) | |
addViews (&$messages, &$classContent) | |
Protected Member Functions inherited from BaseControllerCreator | |
getNamespaceStr () | |
getRouteAnnotation ($path, $automated=true, $inherited=true) | |
getAnnotation (string $type, array $attributes) | |
Private Attributes | |
$resource | |
$baseClass | |
Additional Inherited Members | |
Protected Attributes inherited from BaseControllerCreator | |
$controllerName | |
$routePath | |
$views | |
$controllerNS | |
$templateName | |
$useViewInheritance | |
$scaffoldController | |
Protected Attributes inherited from HasUsesTrait | |
$uses =[] | |
Definition at line 22 of file RestControllerCreator.php.
__construct | ( | $restControllerName, | |
$baseClass, | |||
$resource = '' , |
|||
$routePath = '' |
|||
) |
Reimplemented from BaseControllerCreator.
Definition at line 25 of file RestControllerCreator.php.
|
protected |
Definition at line 80 of file RestControllerCreator.php.
|
protected |
Reimplemented from BaseControllerCreator.
Definition at line 88 of file RestControllerCreator.php.
create | ( | ScaffoldController | $scaffoldController, |
$reInit = null |
|||
) |
Definition at line 38 of file RestControllerCreator.php.
|
private |
Definition at line 24 of file RestControllerCreator.php.
|
private |
Definition at line 23 of file RestControllerCreator.php.