Ferreteria/v0.6/clade/Sys/Data/aux/meta/Data
Jump to navigation
Jump to search
| ||||||||||||||
Purpose
- PURPOSE: metadata formatting details for
InOut
Status
- 2025-10-28 Created. I'm not sure this is actually going to be used, but I need to document it in order to figure that out. In progress.
Code
as of 2025-10-28
interface iData extends BaseIface {}
class cData extends BaseClass implements iData {
// ++ CONFIG ++ //
protected function QVarClass(int|string $snKey) : string {
echo "NEED CLASS FOR: [$snKey]".CRLF;
return QVarClass::class;
}
// -- CONFIG -- //
}