Ferreteria/v0.6/clade/Sys/Data/Engine/aux/ActionRq/Admin/@removed
Jump to navigation
Jump to search
|
Removed Code
|
2025-09-21
Commented out awhile back -- possibly this stuff got moved into the appropriate traits:
// ++ ACCESS: objects ++ //
private $oConn=NULL;
#private $sEng=NULL;
protected function HasDbConn() : bool { return is_object($this->oConn); }
# protected function EngineSlug(string $s=NULL) : string { return $this->sEng; }
private $oSch=NULL;
private $sSch=NULL;
protected function HasSchema() : bool { return is_object($this->oSch); }
protected function SchemaName(string $s=NULL) : string { return $this->sSch; }
// -- ACCESS -- //