Ferreteria/v0.3/class/cFieldRow sourced

From Woozle Writes Code
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() {
}