Ferreteria/v0.3/class/cFieldRow sourced

From Woozle Writes Code
< Ferreteria‎ | v0.3‎ | class
Revision as of 18:37, 28 December 2018 by htyp>Woozle (page template)
Jump to navigation Jump to search

Template:Page/code/class

*----
  HISTORY:
    2018-12-03 created to split off Source-related functionality, since cIORow_internal is explicitly not supposed to need one
*/
abstract class cIORow_sourced extends cIORow {
    public function __construct(cIOSource $oSource) {
    protected function SetSourceObject(cIOSource $oSource) {
    public function GetSourceObject() : cIOSource {
    protected function GetDatabase() { // alias for GetSourceObject()->GetDatabase()
    // CEMENT: defer to Source object
    public function GetFieldClassArray() {
}