Ferreteria/v0.6/fx/QVarClass

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | fx
Revision as of 00:39, 30 October 2025 by Woozle (talk | contribs) (Created page with "{{page/fx}} ==About== * '''definitions''': ** '''QStor''': <code>{{fmt/php/inline|1=protected function QVarClass(int{{!}}string $snKey) : string}}</code> ** '''{{l/ver/clade|Sys\Data\Xfer\Info\Aux\Naming|Field}}''': <code>{{fmt/php/inline|1=protected function QVarClass() : string}}</code> ==Usage== Need to sort out which of these go with which bases... {| class="wikitable sortable" ! clade || usage || notes |- | <code>{{l/ver/clade/full|p=ferreteria|Sys\Data\Engine\aux|D...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

  • definitions:
    • QStor: protected function QVarClass(int|string $snKey) : string
    • Field: protected function QVarClass() : string

Usage

Need to sort out which of these go with which bases...

clade usage notes
Sys\Data\Engine\aux\DbList implement return QVarClass::class
Sys\Data\Things\Array\QStor\AObj implement return QObjClass::class
Sys\Data\Things\Array\ifaces\Keyed implement return QVarClass::class
Sys\Data\Things\Array\types\AStr implement return QStrClass::class
Sys\Data\Xfer\Info\Aux\Naming\Field implement return QVarClass::class
Sys\Data\tree\XML\list\Attrs implement return QVarClass::class