Elgg\BootData::getSubtypeData PHP Метод

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

Get the subtype data
public getSubtypeData ( ) : stdClass[]
Результат stdClass[]
    public function getSubtypeData()
    {
        return $this->subtype_data;
    }