eZ\Bundle\EzPublishCoreBundle\Imagine\Filter\FilterInterface::getOption PHP Method

getOption() public method

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