Ferreteria/v0.6/clade/Sys/Data/Engine/aux/ActionRq/Admin/ToSchema/EngScImport
Jump to navigation
Jump to search
| ||||||||||||||
About
This class handles import of a single schema from a file.
parallel clade: EngScExport
Code
as of 2025-10-08
interface iEngScImport extends BaseIface {}
class cEngScImport extends BaseClass implements iEngScImport {
// ++ ACTION ++ //
// CEMENT
public function Go() {
$oSchm = $this->QOSchema()->GetIt();
$oSchm->DoImport($this->DataFileNode(),$this->OkToReplace());
}
// -- ACTION -- //
}