Elgg\AttributeLoader::getAdditionalSelectValues PHP Méthode

getAdditionalSelectValues() public méthode

Get values selected from the database that are not attributes
public getAdditionalSelectValues ( ) : array
Résultat array
    public function getAdditionalSelectValues()
    {
        return $this->additional_select_values;
    }