PHP Class Horde_Kolab_Format_Xml_Dummy, horde
Copyright 2007-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.horde.org/licenses/lgpl21.
Exibir arquivo
Open project: horde/horde
Public Methods
Method Details
_saveValue()
public method
Save the object creation date.
public _saveValue ( DOMNode $node, string $name, mixed $value, boolean $missing ) : DOMNode |
$node |
DOMNode |
The parent node to attach the child
to. |
$name |
string |
The name of the node. |
$value |
mixed |
The value to store. |
$missing |
boolean |
Has the value been missing? |
return |
DOMNode |
The new child node. |