PHP Interface FOF30\Factory\Scaffolding\Controller\ErectorInterface

Afficher le fichier Open project: akeeba/fof

Méthodes publiques

Méthode Description
__construct ( Builder $parent, DataController $controller, 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 )

Method Details

__construct() public méthode

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

build() public méthode

Erects a scaffold. It then uses the parent's methods to assign the erected scaffold.
public build ( ) : void
Résultat void

getSection() public méthode

public getSection ( ) : string
Résultat string

setSection() public méthode

public setSection ( string $section )
$section string