Neos\Flow\Aop\Pointcut\PointcutSettingFilter::__construct PHP Method

__construct() public method

The constructor - initializes the configuration filter with the path to a configuration option
public __construct ( string $settingComparisonExpression )
$settingComparisonExpression string Path (and optional condition) leading to the setting
    public function __construct($settingComparisonExpression)
    {
        $this->settingComparisonExpression = $settingComparisonExpression;
    }