Auth_Yadis_XMLParser::attributes PHP Method

attributes() public method

Return the attributes of a specified node.
public attributes ( mixed $node ) : array
$node mixed A node object from a previous call to $this->evalXPath().
return array $attrs An array mapping attribute names to values.
    function attributes($node)
    {
        // Not implemented.
    }