Exemplo n.º 1
0
 protected override PHP.Core.Reflection.DObject CloneObjectInternal(PHP.Core.Reflection.DTypeDesc caller, ScriptContext context, bool deepCopyFields)
 {
     if (IsAssociated)
     {
         return(new DOMCdataSection(XmlCDataSection));
     }
     else
     {
         DOMCdataSection copy = new DOMCdataSection();
         copy.__construct(this._value);
         return(copy);
     }
 }
Exemplo n.º 2
0
 protected override PHP.Core.Reflection.DObject CloneObjectInternal(PHP.Core.Reflection.DTypeDesc caller, ScriptContext context, bool deepCopyFields)
 {
     if (IsAssociated) return new DOMCdataSection(XmlCDataSection);
     else
     {
         DOMCdataSection copy = new DOMCdataSection();
         copy.__construct(this._value);
         return copy;
     }
 }