PHP Class Horde_Kolab_Format_Xml_Type_EventDateTime_V1, horde

Copyright 2011-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.
Inheritance: extends Horde_Kolab_Format_Xml_Type_DateTime_V1
ファイルを表示 Open project: horde/horde

Protected Properties

Property Type Description
$value integer Indicate which value type is expected.

Public Methods

Method Description
loadNodeValue ( DOMNode $node, Horde_Kolab_Format_Xml_Helper $helper, array $params = [] ) : mixed | null Load the value of a node.

Method Details

loadNodeValue() public method

Load the value of a node.
public loadNodeValue ( DOMNode $node, Horde_Kolab_Format_Xml_Helper $helper, array $params = [] ) : mixed | null
$node DOMNode Retrieve value for this node.
$helper Horde_Kolab_Format_Xml_Helper A XML helper instance.
$params array Additiona parameters for this parse operation.
return mixed | null The value or null if no value was found.

Property Details

$value protected_oe property

Indicate which value type is expected.
protected int $value
return integer