Ferreteria/v0.6/clade/Sys/FileSys/Node/inout/Fol/@code/cur/2025/08/10
Jump to navigation
Jump to search
| 2025/08/09 | 2025/08/10 | 2025/08/11 |
interface iFo extends BaseIface {}
class cFo extends BaseClass implements iFo {
// ++ CONFIG ++ //
protected function IdentClass() : string { return IdentClass::class; }
protected function InOutClass() : string { return InOutClass::class; }
// -- CONFIG -- //
// ++ SETUP ++ //
// OVERRIDE: Assume $fs is (or will be) a folder, and this has been invoked via the class we want.
static public function FromSpec(string $fs) : BaseIface {
$oThis = new static;
$oThis->Ident()->QSFullSpec()->SetIt($fs);
return $oThis;
}
// -- SETUP -- //
}