Elgg\BootData::getSubtypeData PHP Méthode

getSubtypeData() public méthode

Get the subtype data
public getSubtypeData ( ) : stdClass[]
Résultat stdClass[]
    public function getSubtypeData()
    {
        return $this->subtype_data;
    }