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

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

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

Метод Описание
__construct ( Builder $parent, DataModel $model, string $viewName ) 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, DataModel $model, string $viewName )
$parent Builder The parent builder
$model FOF30\Model\DataModel The model we're erecting a scaffold against
$viewName string The view name for this controller

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