Ferreteria/v0.3/class/cPortalRow storage

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/cPortalRow storage to Ferreteria/v0.3/class/cPortalRow storage: version renumbering)
Jump to navigation Jump to search

Template:Page/code/class

class cPortalRow_storage extends cPortalRow implements ifLoadableRows {
    use tLoadableRow;   // lets DB store its resource-blob

    protected function GetPortalType() {
        return cIOField::ksPortalStorage;
    }
}