Ferreteria/v0.6/clade/Sys/Data/Xfer/Info/Card/Fielded/@code/2025/05/13
Jump to navigation
Jump to search
| 2025/05/12 | 2025/05/13 | 2025/05/14 |
I think these objects got renamed/refactored:
#
// ++ OBJECTS ++ //
// OVERRIDE
#protected function OADataNew() : ArrayIface { return FArrayClass::AsNew(); }
private $oaCDefs = NULL;
protected function OAColDefs() : ArrayIface {
if (is_null($this->oaCDefs)) {
$this->oaCDefs = ($this->OAColDefsClass())::AsNew();
}
return $this->oaCDefs;
}
private $oaRData = NULL;
protected function OARowData() : ArrayIface {
if (is_null($this->oaRData)) {
$this->oaRData = ($this->OARowDataClass())::FromColDefs($this->OAColDefs());
}
return $this->oaRData;
}
// -- OBJECTS -- //