Ferreteria/v0.6/fx/DoExport: Difference between revisions
< Ferreteria | v0.6 | fx
Jump to navigation
Jump to search
No edit summary |
m (link update) |
||
| Line 9: | Line 9: | ||
! clade || form || use || notes | ! clade || form || use || notes | ||
{{!-!}} A || {{l/ver/clade/full|p=ferreteria|Sys\Data\Engine|Schema}} || require | {{!-!}} A || {{l/ver/clade/full|p=ferreteria|Sys\Data\Engine|Schema}} || require | ||
{{!-!}} B || {{l/ver/clade/full|p=ferreteria|Sys\Data\Engine\ | {{!-!}} B || {{l/ver/clade/full|p=ferreteria|Sys\Data\Engine\Oper|MyMar}} || implement | ||
{{!-!}} A || {{l/ver/clade/full|p=ferreteria|Sys\Data\Engine\Schema|MyMar}} || implement, call | {{!-!}} A || {{l/ver/clade/full|p=ferreteria|Sys\Data\Engine\Schema|MyMar}} || implement, call | ||
{{!-!}} B || {{l/ver/clade/full|p=ferreteria|Sys\Data\Engine\aux\ActionRq\Admin\schema|EngScExport}} || call || <code>$this->{{l/ver/fx|QOSchema}}()->{{l/ver/fx|GetIt}}()->{{l/ver/fx|DoExport}}($this->{{l/ver/fx|DataFileNode}}(),$this->{{l/ver/fx|OkToReplace}}())</code> | {{!-!}} B || {{l/ver/clade/full|p=ferreteria|Sys\Data\Engine\aux\ActionRq\Admin\schema|EngScExport}} || call || <code>$this->{{l/ver/fx|QOSchema}}()->{{l/ver/fx|GetIt}}()->{{l/ver/fx|DoExport}}($this->{{l/ver/fx|DataFileNode}}(),$this->{{l/ver/fx|OkToReplace}}())</code> | ||
|} | |} | ||
See also {{l/ver/fx/proj|Futilities}}. | See also {{l/ver/fx/proj|Futilities}}. | ||
Revision as of 20:25, 1 December 2025
About
- Definitions:
- A:
public function DoExport(FileIface $ofData) : ActionIface - B:
public function DoExport(string $sSchema, RecvBuffClass $oInBuff) : CommOpIface
- A:
- Mirror:
DoImport()
Usage
| clade | form | use | notes |
|---|---|---|---|
| A | Sys\Data\Engine\Schema | require | |
| B | Sys\Data\Engine\Oper\MyMar | implement | |
| A | Sys\Data\Engine\Schema\MyMar | implement, call | |
| B | Sys\Data\Engine\aux\ActionRq\Admin\schema\EngScExport | call | $this->QOSchema()->GetIt()->DoExport($this->DataFileNode(),$this->OkToReplace())
|
See also Futilities.