Ferreteria/v0.3/class/tSourcedStorage
< Ferreteria | v0.3 | class
Jump to navigation
Jump to search
// 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.