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;
    }