Ferreteria/v0.6/fx/HowItWent: Difference between revisions
< Ferreteria | v0.6 | fx
Jump to navigation
Jump to search
(Created page with "{{page/fx}} ==About== * '''Definition''': {{fmt/php/inline|1=public function HowItWent() : }}<code>{{l/ver/clade|Sys\Events|ItWent|StatusIface}};</code> ==Usage== {| class="wikitable sortable" ! clade || usage || notes |- | {{l/ver/clade/full|p=ferreteria|Sys\Events\has|ItWent}} [i,t] || require, implement || {{fmt/php/inline|1=return $this->oStat ?? ($this->oStat = new ($this->StatusClass()));}} |- | {{l/ver/clade/full|p=ferreteria|Sys\Data\Engine\aux\ActionRq\Admin|ToD...") |
No edit summary |
||
| Line 12: | Line 12: | ||
| {{l/ver/clade/full|p=ferreteria|Sys\Data\Engine\aux\ActionRq\Admin\dbase|EngDbScList}} || call || <code>$this->{{l/ver/fx|OAUserInput}}()->{{l/ver/fx|QDbOper}}()->{{l/ver/fx|HowItWent}}()</code> | | {{l/ver/clade/full|p=ferreteria|Sys\Data\Engine\aux\ActionRq\Admin\dbase|EngDbScList}} || call || <code>$this->{{l/ver/fx|OAUserInput}}()->{{l/ver/fx|QDbOper}}()->{{l/ver/fx|HowItWent}}()</code> | ||
|- | |- | ||
| [Fu]{{l/ver/clade/ | | [Fu]{{l/ver/clade/full|p=futilities|Kiosk|WUIDL}} || call || <code>{{fmt/php/inline|1=foreach ($this->Actions()->GetVals() as $oAct) { $oHow = $oAct->HowItWent(); } }} | ||
|} | |} | ||
Latest revision as of 13:39, 27 October 2025
About
- Definition:
public function HowItWent() :StatusIface;
Usage
| clade | usage | notes |
|---|---|---|
| Sys\Events\has\ItWent [i,t] | require, implement | return $this->oStat ?? ($this->oStat = new ($this->StatusClass()));
|
| Sys\Data\Engine\aux\ActionRq\Admin\ToDbConn | call | $this->QDbConn()->HowItWent()
|
| Sys\Data\Engine\aux\ActionRq\Admin\dbase\EngDbScList | call | $this->OAUserInput()->QDbOper()->HowItWent()
|
| [Fu]Kiosk\WUIDL | call | |