DMS\Filter\Rules\Rule::getDefaultOption PHP Method

getDefaultOption() public method

Override this method to define a default option.
See also: __construct()
public getDefaultOption ( ) : string
return string
    public function getDefaultOption()
    {
        return null;
    }