Ferreteria/v0.3/class/tIOSource internal: Difference between revisions
< Ferreteria | v0.3 | class
Jump to navigation
Jump to search
(Created page with "<source lang=php> →:::: PURPOSE: adds features to I/O source that support rows stored in an internal keyed array REPLACES: fcDataTable_array USE IN: cIOSource: trait...") |
m (4 revisions imported: moving this project here) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{page/obsolete|ferreteria}} | |||
<source lang=php> | <source lang=php> | ||
/*:::: | /*:::: | ||
Line 11: | Line 12: | ||
} | } | ||
</source> | </source> | ||
* '''file''': < | * '''replaced by''': {{l/ferreteria/class|tInternalStorage}} | ||
* '''file''': <s>{{l/ferreteria/file|data/sources/source.php}}</s> | |||
* '''used by''': | * '''used by''': | ||
** {{l/ferreteria/class|ctEventPlex}} | ** {{l/ferreteria/class|ctEventPlex}} | ||
** {{l/ferreteria/class|cIOSource_internal}} | ** {{l/ferreteria/class|cIOSource_internal}} |
Latest revision as of 16:43, 22 May 2022
/*::::
PURPOSE: adds features to I/O source that support rows stored in an internal keyed array
REPLACES: fcDataTable_array
USE IN: cIOSource
*/
trait tIOSource_internal {
public function SetRow($sKey,cIORow $rc)
protected function GetAllRows()
public function GetRows_forAll()
}
- replaced by: Template:L/ferreteria/class
- file:
Template:L/ferreteria/file - used by: