PHP Интерфейс FOF30\Factory\Scaffolding\View\ErectorInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Builder $parent, Html $view, string $viewName, string $viewType ) Construct the erector object
build ( ) : void Erects a scaffold. It then uses the parent's methods to assign the erected scaffold.
getSection ( ) : string
setSection ( string $section )

Описание методов

__construct() публичный Метод

Construct the erector object
public __construct ( Builder $parent, Html $view, string $viewName, string $viewType )
$parent Builder The parent builder
$view FOF30\View\DataView\Html The controller we're erecting a scaffold against
$viewName string The view name for this view
$viewType string The view type for this view

build() публичный Метод

Erects a scaffold. It then uses the parent's methods to assign the erected scaffold.
public build ( ) : void
Результат void

getSection() публичный Метод

public getSection ( ) : string
Результат string

setSection() публичный Метод

public setSection ( string $section )
$section string