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);