메소드 | 설명 | |
---|---|---|
__construct ( |
||
controller ( string $viewName, array $config = [] ) : |
Create a new Controller object | |
dispatcher ( array $config = [] ) : |
Creates a new Dispatcher | |
model ( string $viewName, array $config = [] ) : |
Create a new Model object | |
toolbar ( array $config = [] ) : |
Creates a new Toolbar | |
transparentAuthentication ( array $config = [] ) : |
Creates a new TransparentAuthentication | |
view ( string $viewName, string $viewType = 'html', array $config = [] ) : |
Create a new View object | |
viewFinder ( |
Creates a view template finder object for a specific View. |
public __construct ( |
||
$container |
public controller ( string $viewName, array $config = [] ) : |
||
$viewName | string | The name of the view we're getting a Controller for. |
$config | array | Optional MVC configuration values for the Controller object. |
리턴 |
public dispatcher ( array $config = [] ) : |
||
$config | array | The configuration values for the Dispatcher object |
리턴 |
public transparentAuthentication ( array $config = [] ) : |
||
$config | array | The configuration values for the TransparentAuthentication object |
리턴 |
public view ( string $viewName, string $viewType = 'html', array $config = [] ) : |
||
$viewName | string | The name of the view we're getting a View object for. |
$viewType | string | The type of the View object. By default it's "html". |
$config | array | Optional MVC configuration values for the View object. |
리턴 |
public viewFinder ( |
||
$view | The view this view template finder will be attached to | |
$config | array | Configuration variables for the object |
리턴 | mixed |