Свойство | Тип | Описание | |
---|---|---|---|
$builder | The Builder which called us | ||
$controller | The Controller attached to the view we're building | ||
$section | string | Section used to build the namespace prefix. We have to pass it since in CLI scaffolding we need to force the section we're in (ie Site or Admin). {@see \FOF30\Container\Container::getNamespacePrefix() } for valid values | |
$viewName | string | The name of our view |
Метод | Описание | |
---|---|---|
__construct ( |
||
build ( ) | ||
getSection ( ) : string | ||
setSection ( string $section ) |
public __construct ( |
||
$parent | ||
$controller |
protected Builder,FOF30\Factory\Scaffolding\Controller $builder | ||
Результат |
protected DataController,FOF30\Controller $controller | ||
Результат |
protected string $section | ||
Результат | string |