Ferreteria/v0.6/clade/Sys/Data/Things/Array/DStor/AStr/Row
Jump to navigation
Jump to search
| ||||||||||||||||
Code
as of 2025-10-09
interface iRow extends BaseIface {}
class cRow extends BaseClass implements iRow {
// ++ CONFIG ++ //
protected function InspectorClass() : string { return ViewClass::class; }
// -- CONFIG -- //
// ++ OBJECTS ++ //
protected function InspectNew() : ViewIface { return ($this->InspectorClass())::FromRowData($this); }
// -- OBJECTS -- //
}