internal static DOMText CreateDOMText(string value) { DOMText copy = new DOMText(); copy.__construct(value); return(copy); }
protected override PHP.Core.Reflection.DObject CloneObjectInternal(PHP.Core.Reflection.DTypeDesc caller, ScriptContext context, bool deepCopyFields) { if (IsAssociated) { return(new DOMText(XmlText)); } else { DOMText copy = new DOMText(); copy.__construct(this._value); return(copy); } }
internal static DOMText CreateDOMText(string value) { DOMText copy = new DOMText(); copy.__construct(value); return copy; }
protected override PHP.Core.Reflection.DObject CloneObjectInternal(PHP.Core.Reflection.DTypeDesc caller, ScriptContext context, bool deepCopyFields) { if (IsAssociated) return new DOMText(XmlText); else { DOMText copy = new DOMText(); copy.__construct(this._value); return copy; } }