ElggDiskFilestore::getParameters PHP Méthode

getParameters() public méthode

Returns a list of attributes to save to the database when saving the \ElggFile object using this file store.
public getParameters ( ) : array
Résultat array
    public function getParameters()
    {
        return array("dir_root" => $this->dir_root);
    }