Ferreteria/v0.6/clade/IO/O/Data/Element/@removed

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | clade‎ | IO‎ | O‎ | Data‎ | Element
Jump to navigation Jump to search
Deleted Code

2025-02-04

I think this must have been commented out some days/weeks ago:

#
    public function __construct(?iElement $o=NULL){ $this->QOHolder()->SetItNz($o); }
    protected function __construct(){}

    static public function AsRoot() : self { return new static; }
    static public function AsNode(iElement $o) : self {
        $oThis = new static;
        $oThis->OHolder($o);
        return $oThis;
    }