Ferreteria/v0.6/fx/DoExport
< Ferreteria | v0.6 | fx
Jump to navigation
Jump to search
About
- Mirror:
DoImport() - Definitions:
- A:
public function DoExport(FileIface $ofData) : ActionIface- Implemented by Schema classes
- B:
public function DoExport(string $sSchema, RecvBuffClass $oInBuff) : CommOpIface- Implemented by DB Oper classes, which currently get a list of all available Schemas and then dispatch to each Schema object's DoExport() (form A). (Future: should also be able to export a single Schema by name.)
- A:
Usage
| clade | form | use | notes |
|---|---|---|---|
| A | Sys\Data\Engine\Schema |
require | |
| B | Sys\Data\Engine\Oper\MyMar |
implement | |
| A | Sys\Data\Engine\schema\Ops\MyMar |
implement, call | $oAct = $oOper->DoExport($sSchema,$oExecBuff);
|
| B | Sys\Data\Engine\aux\ActionRq\Admin\schema\EngScExport |
call | $this->QOSchema()->GetIt()->DoExport($this->DataFileNode(),$this->OkToReplace())
|
See also Futilities.