SimpleSAML_Error_Error::getDictTitle PHP Метод

getDictTitle() публичный Метод

Retrieve the error title tag in dictionary.
public getDictTitle ( ) : string
Результат string The error title tag.
    public function getDictTitle()
    {
        return $this->dictTitle;
    }