Ferreteria/v0.6/clade/Sys/Data/aux/metaPair/info/InOut/@code/2026/05/03
Jump to navigation
Jump to search
| 2026/05/02 | 2026/05/03 | 2026/05/04 |
Apparently nothing uses this.
#
// ++ DATA: object ++ //
public function TargetNode() : DataNodeIface {
#echo $this->ReflectThis()->Report();
$fn = $this->TargetFileName();
$oIdent = $this->Node()->Ident();
$fp = $oIdent->SpecPath();
$fsTarg = $fp.'/'.$fn; // TODO: a more rigorous way of handling spec assembly, relative paths, etc.
$sc = $this->SelfNodeClass();
#echo "NODE CLASS: [$sc]".CRLF;
$onTarg = ($sc)::FromSpec($fsTarg);
#echo $onTarg->ReflectThis()->Report();
return $onTarg;
}