PHP 인터페이스 FOF30\Factory\Scaffolding\Controller\ErectorInterface

파일 보기 프로젝트 열기: akeeba/fof

공개 메소드들

메소드 설명
__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 )

메소드 상세

__construct() 공개 메소드

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() 공개 메소드

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