Ferreteria/v0.6/fx/FromParams: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | fx
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 3: Line 3:
This function is a named constructor for creating an object with specific parameters.
This function is a named constructor for creating an object with specific parameters.


As of 2025-10-07, it looks like the only call to this (in {{l/ver/clade|Sys\Data\Engine\aux\ActionRq\Admin\ToDbOper|EngDbExport}}) is incorrect and therefore errors out. Trying to figure out what is ''supposed'' to be called...
As of 2025-10-07, it looks like the only call to this (in {{l/ver/clade|Sys\Data\Engine\aux\ActionRq\Admin\ToDbOper|EngDbExport}}) is incorrect and therefore errors out. Trying to figure out what function is ''supposed'' to be called, and maybe [re]move this function. See [[2025/10/08]].
* It's currently trying to call <code>[WFu]{{l/ver/clade/full|p=futilities|Sys\dba\InReq\DoExport|Schema}}::FromParams()</code>. The clade exists, but doesn't have that method.
* It's expecting to initialize an object with a {{l/ver/fx|Go}}() function...
==Defined==
==Defined==
* {{l/ver/clade|Sys\Data\Engine\aux\ActionRq\Admin|ToSchema}}::{{l/ver/fx|FromParams}}(
* {{l/ver/clade|Sys\Data\Engine\aux\ActionRq\Admin|ToSchema}}::{{l/ver/fx|FromParams}}(

Latest revision as of 13:38, 8 October 2025

About

This function is a named constructor for creating an object with specific parameters.

As of 2025-10-07, it looks like the only call to this (in EngDbExport) is incorrect and therefore errors out. Trying to figure out what function is supposed to be called, and maybe [re]move this function. See 2025/10/08.

Defined