PHP 클래스 FOF30\Factory\Magic\BaseFactory

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

보호된 프로퍼티들

프로퍼티 타입 설명
$container The container where this factory belongs to
$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

공개 메소드들

메소드 설명
__construct ( Container $container ) Public constructor
getSection ( ) : string
setSection ( string $section )

메소드 상세

__construct() 공개 메소드

Public constructor
public __construct ( Container $container )
$container FOF30\Container\Container The container we belong to

getSection() 공개 메소드

public getSection ( ) : string
리턴 string

setSection() 공개 메소드

public setSection ( string $section )
$section string

프로퍼티 상세

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

The container where this factory belongs to
protected $container

$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