Ferreteria/v0.6/clade/IO/O/View/@code/2025/06/22

From WoozleCodes
Jump to navigation Jump to search
2025/06/21 2025/06/22 2025/06/23

Commented out a few days or weeks ago:

#
    public static function FromSubject() : self {
        $oThis = new static;
        $oThis->WithSubject($o);
        return $oThis;
    }

    // ++ SETUP: dynamic ++ //

    protected $oSubj;
    protected function WithSubject(BaseIface $o) { $this->oSubj = $o; }
    protected function Subject() : BaseIface { return $this->oSubj; }