SimpleSAML_Error_Error::getDictTitle PHP Method

getDictTitle() public method

Retrieve the error title tag in dictionary.
public getDictTitle ( ) : string
return string The error title tag.
    public function getDictTitle()
    {
        return $this->dictTitle;
    }