Sulu\Bundle\ResourceBundle\Resource\Exception\MissingFilterAttributeException::getAttribute PHP Method

getAttribute() public method

Returns the name of the missing attribute.
public getAttribute ( ) : string
return string
    public function getAttribute()
    {
        return $this->attribute;
    }
MissingFilterAttributeException