PHP 클래스 DotsUnited\BundleFu\Factory

저자: Jan Sorgalla ([email protected])
파일 보기 프로젝트 열기: dotsunited/bundlefu 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$filters array Filter map.
$options array Global bundle options.

공개 메소드들

메소드 설명
__construct ( array $options = [], array $filters = [] ) Contructor.
createBundle ( string | array $options = null ) : Bundle Create a Bundle instance.
getFilter ( string $name ) : DotsUnited\BundleFu\Filter\FilterInterface Get a filter.
setFilter ( string $name, DotsUnited\BundleFu\Filter\FilterInterface $filter = null ) : Factory Set a filter.
setOption ( string $name, mixed $value ) : Factory Set an option.

메소드 상세

__construct() 공개 메소드

Contructor.
public __construct ( array $options = [], array $filters = [] )
$options array
$filters array

createBundle() 공개 메소드

Create a Bundle instance.
public createBundle ( string | array $options = null ) : Bundle
$options string | array An array of options or a bundle name as string
리턴 Bundle

getFilter() 공개 메소드

Get a filter.
public getFilter ( string $name ) : DotsUnited\BundleFu\Filter\FilterInterface
$name string
리턴 DotsUnited\BundleFu\Filter\FilterInterface $filter

setFilter() 공개 메소드

Set a filter.
public setFilter ( string $name, DotsUnited\BundleFu\Filter\FilterInterface $filter = null ) : Factory
$name string
$filter DotsUnited\BundleFu\Filter\FilterInterface
리턴 Factory

setOption() 공개 메소드

Set an option.
public setOption ( string $name, mixed $value ) : Factory
$name string
$value mixed
리턴 Factory

프로퍼티 상세

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

Filter map.
protected array $filters
리턴 array

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

Global bundle options.
protected array $options
리턴 array