Ferreteria/v0.3/class/cFieldRowMemory: Difference between revisions
< Ferreteria | v0.3 | class
Jump to navigation
Jump to search
No edit summary |
m (Woozle moved page Ferreteria/class/cFieldRowMemory to Ferreteria/v3/class/cFieldRowMemory without leaving a redirect: this is all v3 documentation, and we still need v2) |
(No difference)
|
Revision as of 14:24, 19 January 2019
/*----
NOTE: this is sort of a hybrid between a cIORow and a cPortalRow.
It's probably not the best way to do things, since maybe we'd actually want
proper Porals for input (from memory) and output (to screen), but maybe
it's easier to work with in a hurry (at least until I'm more familiar
with this wacky system I've devised).
*/
abstract class cFieldRowMemory extends cFieldRow_internal {
use tKeyedRow;
use tSingleKey_Row;
use tInternalStorage;
}
- file: Template:L/ferreteria/file
- extends: Template:L/ferreteria/class
- extended by:
- Template:L/ferreteria/class extends \ferreteria\data\cFieldRowMemory