|
Ubiquity 2.5.2
php rapid development framework
|
Inheritance diagram for CrudControllerCreator:Public Member Functions | |
| __construct ($crudControllerName, $resource, $crudDatas=null, $crudViewer=null, $crudEvents=null, $crudViews=null, $routePath='', $useViewInheritance=false, $style='') | |
| create (ScaffoldController $scaffoldController) | |
| createCRUDFilesClass ($classContent="") | |
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 | |
| createElements (string $nsc, string $crudControllerName, ScaffoldController $scaffoldController, array &$messages, string &$classContent) | |
| addViews (&$messages, &$classContent) | |
| createCRUDDatasClass () | |
| createModelViewerClass () | |
| createEventsClass () | |
Protected Member Functions inherited from BaseControllerCreator | |
| getNamespaceStr () | |
| getRouteAnnotation ($path, $automated=true, $inherited=true) | |
| getAnnotation (string $type, array $attributes) | |
Protected Attributes | |
| $viewKey | |
Protected Attributes inherited from BaseControllerCreator | |
| $controllerName | |
| $routePath | |
| $views | |
| $controllerNS | |
| $templateName | |
| $useViewInheritance | |
| $scaffoldController | |
Protected Attributes inherited from HasUsesTrait | |
| $uses =[] | |
Private Attributes | |
| $resource | |
| $crudDatas | |
| $crudViewer | |
| $crudEvents | |
| $style | |
Definition at line 18 of file CrudControllerCreator.php.
| __construct | ( | $crudControllerName, | |
| $resource, | |||
$crudDatas = null, |
|||
$crudViewer = null, |
|||
$crudEvents = null, |
|||
$crudViews = null, |
|||
$routePath = '', |
|||
$useViewInheritance = false, |
|||
$style = '' |
|||
| ) |
Definition at line 32 of file CrudControllerCreator.php.
|
protected |
Reimplemented from BaseControllerCreator.
Definition at line 106 of file CrudControllerCreator.php.
| create | ( | ScaffoldController | $scaffoldController | ) |
Reimplemented from BaseControllerCreator.
Reimplemented in IndexCrudControllerCreator.
Definition at line 43 of file CrudControllerCreator.php.
|
protected |
Definition at line 124 of file CrudControllerCreator.php.
| createCRUDFilesClass | ( | $classContent = "" | ) |
Definition at line 142 of file CrudControllerCreator.php.
|
protected |
Definition at line 80 of file CrudControllerCreator.php.
|
protected |
Definition at line 136 of file CrudControllerCreator.php.
|
protected |
Definition at line 130 of file CrudControllerCreator.php.
|
private |
Definition at line 22 of file CrudControllerCreator.php.
|
private |
Definition at line 26 of file CrudControllerCreator.php.
|
private |
Definition at line 24 of file CrudControllerCreator.php.
|
private |
Definition at line 20 of file CrudControllerCreator.php.
|
private |
Definition at line 28 of file CrudControllerCreator.php.
|
protected |
Definition at line 30 of file CrudControllerCreator.php.