SimpleSAML_Metadata_MetaDataStorageHandler::getMetaDataCurrent PHP Метод

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

This function retrieves metadata for the current entity based on the hostname/path the request was directed to. It will throw an exception if it is unable to locate the metadata.
public getMetaDataCurrent ( string $set ) : array
$set string The set we want metadata from.
Результат array An associative array with the metadata.
    public function getMetaDataCurrent($set)
    {
        return $this->getMetaData(null, $set);
    }