eZ\Bundle\EzPublishCoreBundle\Imagine\Filter\FilterInterface::getOption PHP 메소드

getOption() 공개 메소드

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