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