Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
AuthControllerCreator Class Reference
+ Inheritance diagram for AuthControllerCreator:

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 =[]
 

Detailed Description

Definition at line 17 of file AuthControllerCreator.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $controllerName,
  $baseClass,
  $views = null,
  $routePath = '',
  $useViewInheritance = false 
)

Definition at line 21 of file AuthControllerCreator.php.

Member Function Documentation

◆ addViews()

addViews ( $messages,
$classContent 
)
protected

Reimplemented from BaseControllerCreator.

Definition at line 71 of file AuthControllerCreator.php.

◆ create()

create ( ScaffoldController  $scaffoldController)

Reimplemented from BaseControllerCreator.

Definition at line 26 of file AuthControllerCreator.php.

◆ createAuthFilesClass()

createAuthFilesClass ( ScaffoldController  $scaffoldController,
  $classContent = '' 
)
protected

Definition at line 89 of file AuthControllerCreator.php.

Field Documentation

◆ $baseClass

$baseClass
private

Definition at line 19 of file AuthControllerCreator.php.


The documentation for this class was generated from the following file: