Ferreteria/v0.3/class/tSourcedStorage

From Woozle Writes Code
< Ferreteria‎ | v0.3‎ | class
Revision as of 15:28, 3 February 2020 by htyp>Woozle (Woozle moved page Ferreteria/v3/class/tSourcedStorage to Ferreteria/v0.3/class/tSourcedStorage: version renumbering)
Jump to navigation Jump to search

Template:Page/obsolete

// a portal row that has a Source
trait tSourcedStorage {
    protected function GetSourceObject() : cIOSource {
        return $this->GetRowObject()->GetSourceObject();
    }
    protected function GetDatabase() : cDatabaseConnection {
        return $this->GetSourceObject()->GetDatabase();
    }
}

This is obsolete, since we have moved the Database access methods out of Source.