ElggObject::getExternalAttributes PHP Method

getExternalAttributes() final public static method

Get default values for attributes stored in a separate table
See also: Elgg\Database\EntityTable::getEntities
final public static getExternalAttributes ( ) : array
return array
    public static final function getExternalAttributes()
    {
        return ['title' => null, 'description' => null];
    }