Method | Description | |
---|---|---|
__construct ( |
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 ) |
public __construct ( |
||
$parent | The parent builder | |
$controller | The controller we're erecting a scaffold against | |
$viewName | string | The view name for this controller |