PHP 인터페이스 eZ\Bundle\EzPublishCoreBundle\Imagine\Filter\FilterInterface

상속: extends Imagine\Filter\FilterInterface
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 0 사용 예제들

공개 메소드들

메소드 설명
getOption ( string $optionName, null | mixed $defaultValue = null ) : mixed Returns value for $optionName.
getOptions ( ) : array Returns all options.
hasOption ( string $optionName ) : boolean Checks if $optionName exists and has a value.
setOption ( string $optionName, mixed $value ) Sets $value for $optionName.
setOptions ( array $options ) Replaces inner options by $options.

메소드 상세

getOption() 공개 메소드

Defaults to $defaultValue if $optionName doesn't exist.
public getOption ( string $optionName, null | mixed $defaultValue = null ) : mixed
$optionName string
$defaultValue null | mixed
리턴 mixed

getOptions() 공개 메소드

Returns all options.
public getOptions ( ) : array
리턴 array

hasOption() 공개 메소드

Checks if $optionName exists and has a value.
public hasOption ( string $optionName ) : boolean
$optionName string
리턴 boolean

setOption() 공개 메소드

Sets $value for $optionName.
public setOption ( string $optionName, mixed $value )
$optionName string
$value mixed

setOptions() 공개 메소드

Replaces inner options by $options.
public setOptions ( array $options )
$options array