Ferreteria/v0.3/class/cFieldRow sourced: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v0.3‎ | class
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 16:34, 30 December 2018

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() {
}