Ferreteria/v0.6/clade/Sys/Data/Engine/aux/DbRegister: Difference between revisions
Jump to navigation
Jump to search
m (other clade moved) |
No edit summary |
||
| Line 23: | Line 23: | ||
|} | |} | ||
==About== | ==About== | ||
As of 2025-09-28, all this clade | As of 2025-09-28, all this clade adds is implementation of <code>{{l/ver/fx|QVarClass}}()</code>, to set the sub-Register's QVar class. | ||
==Code== | ==Code== | ||
''as of 2025-09-28'' | ''as of 2025-09-28'' | ||
Revision as of 12:50, 16 October 2025
| Clade Family | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Register | → DbRegister | → (none) | ||||||||
| ||||||||||
About
As of 2025-09-28, all this clade adds is implementation of QVarClass(), to set the sub-Register's QVar class.
Code
as of 2025-09-28
interface iDbRegister extends BaseIface {}
class cDbRegister extends BaseClass implements iDbRegister {
// ++ CONFIG ++ //
protected function QVarClass(int|string $snKey) : string { return QDbOpClass::class; }
// -- CONFIG -- //
}