Ubiquity  2.0.3
php rapid development framework
Maker Class Reference

Static Public Member Functions

static init ($baseDir)
 
static createAction ($controller, $action, $parameters="", $content="", $createView=false, $route=[])
 
static createView ($controller, $action)
 

Static Private Member Functions

static getMethods ($strMethods)
 

Static Private Attributes

static $baseDir
 

Detailed Description

Definition at line 10 of file Maker.php.

Member Function Documentation

◆ createAction()

static createAction (   $controller,
  $action,
  $parameters = "",
  $content = "",
  $createView = false,
  $route = [] 
)
static

Definition at line 17 of file Maker.php.

◆ createView()

static createView (   $controller,
  $action 
)
static

Definition at line 68 of file Maker.php.

◆ getMethods()

static getMethods (   $strMethods)
staticprivate

Definition at line 75 of file Maker.php.

◆ init()

static init (   $baseDir)
static

Definition at line 13 of file Maker.php.

Field Documentation

◆ $baseDir

$baseDir
staticprivate

Definition at line 11 of file Maker.php.


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