Ubiquity 2.5.2
php rapid development framework
|
Public Member Functions | |
__construct ($controllerName, $baseClass, $views=null, $routePath='', $useViewInheritance=false) | |
create (ScaffoldController $scaffoldController) | |
Public Member Functions inherited from BaseControllerCreator | |
__construct ($controllerName, $routePath, $views, $useViewInheritance) | |
getTemplateName () | |
setTemplateName ($templateName) | |
Public Member Functions inherited from HasUsesTrait | |
getUses () | |
addUse ($classname) | |
addUses (... $classnames) | |
getUsesStr () | |
Protected Member Functions | |
addViews (&$messages, &$classContent) | |
createAuthFilesClass (ScaffoldController $scaffoldController, $classContent='') | |
Protected Member Functions inherited from BaseControllerCreator | |
getNamespaceStr () | |
getRouteAnnotation ($path, $automated=true, $inherited=true) | |
getAnnotation (string $type, array $attributes) | |
Private Attributes | |
$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 17 of file AuthControllerCreator.php.
__construct | ( | $controllerName, | |
$baseClass, | |||
$views = null , |
|||
$routePath = '' , |
|||
$useViewInheritance = false |
|||
) |
Definition at line 21 of file AuthControllerCreator.php.
|
protected |
Reimplemented from BaseControllerCreator.
Definition at line 71 of file AuthControllerCreator.php.
create | ( | ScaffoldController | $scaffoldController | ) |
Reimplemented from BaseControllerCreator.
Definition at line 26 of file AuthControllerCreator.php.
|
protected |
Definition at line 89 of file AuthControllerCreator.php.
|
private |
Definition at line 19 of file AuthControllerCreator.php.