Elgg\AttributeLoader::getAdditionalSelectValues PHP Method

getAdditionalSelectValues() public method

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