PHP 클래스 FOF30\Factory\Scaffolding\Controller\ControllerErector

상속: implements FOF30\Factory\Scaffolding\Controller\ErectorInterface
파일 보기 프로젝트 열기: akeeba/fof 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$builder Builder The Builder which called us
$controller FOF30\Controller\DataController The Controller attached to the view we're building
$section string Section used to build the namespace prefix. We have to pass it since in CLI scaffolding we need to force the section we're in (ie Site or Admin). {@see \FOF30\Container\Container::getNamespacePrefix() } for valid values
$viewName string The name of our view

공개 메소드들

메소드 설명
__construct ( Builder $parent, DataController $controller, $viewName )
build ( )
getSection ( ) : string
setSection ( string $section )

메소드 상세

__construct() 공개 메소드

public __construct ( Builder $parent, DataController $controller, $viewName )
$parent Builder
$controller FOF30\Controller\DataController

build() 공개 메소드

public build ( )

getSection() 공개 메소드

public getSection ( ) : string
리턴 string

setSection() 공개 메소드

public setSection ( string $section )
$section string

프로퍼티 상세

$builder 보호되어 있는 프로퍼티

The Builder which called us
protected Builder,FOF30\Factory\Scaffolding\Controller $builder
리턴 Builder

$controller 보호되어 있는 프로퍼티

The Controller attached to the view we're building
protected DataController,FOF30\Controller $controller
리턴 FOF30\Controller\DataController

$section 보호되어 있는 프로퍼티

Section used to build the namespace prefix. We have to pass it since in CLI scaffolding we need to force the section we're in (ie Site or Admin). {@see \FOF30\Container\Container::getNamespacePrefix() } for valid values
protected string $section
리턴 string

$viewName 보호되어 있는 프로퍼티

The name of our view
protected string $viewName
리턴 string