Flow\Expression\FilterExpression::isRaw PHP Method

isRaw() public method

public isRaw ( )
    public function isRaw()
    {
        return in_array('raw', $this->filters);
    }