Class Mage_Api_Model_Wsdl_Config_Element

Description

Wsdl element model

Located in /Api/Model/Wsdl/Config/Element.php (line 34)

Varien_Simplexml_Element
   |
   --Mage_Api_Model_Wsdl_Config_Element
Method Summary
void extend ( $source, [ $overwrite = false])
Varien_Simplexml_Element extendChild (Varien_Simplexml_Element $source, [boolean $overwrite = false], [ $elmNamespace = ''])
string getAttribute ( $name, [ $namespace = ''])
array getAttributes (Varien_Simplexml_Element $source, [ $namespace = null])
void getChildren (Varien_Simplexml_Element $source)
null|Varien_Simplexml_Element getElementByName (Varien_Simplexml_Element $source, [ $elmNamespace = ''], string $namespace)
boolean hasChildren ()
Methods
extend (line 36)
  • access: public
void extend ( $source, [ $overwrite = false])
  • $source
  • $overwrite
extendChild (line 58)

Extends one node

  • access: public
Varien_Simplexml_Element extendChild (Varien_Simplexml_Element $source, [boolean $overwrite = false], [ $elmNamespace = ''])
  • Varien_Simplexml_Element $source
  • boolean $overwrite
  • $elmNamespace
getAttribute (line 257)

Returns attribute value by attribute name

  • access: public
string getAttribute ( $name, [ $namespace = ''])
  • $name
  • $namespace
getAttributes (line 149)

Return attributes of all namespaces

array( namespace => array( attribute_key => attribute_value, ... ) )

  • access: public
array getAttributes (Varien_Simplexml_Element $source, [ $namespace = null])
  • Varien_Simplexml_Element $source
  • $namespace
getChildren (line 172)

Return children of all namespaces

  • access: public
void getChildren (Varien_Simplexml_Element $source)
  • Varien_Simplexml_Element $source
getElementByName (line 213)

Return element by tag name, and checking attributes with namespaces

  • access: public
null|Varien_Simplexml_Element getElementByName (Varien_Simplexml_Element $source, [ $elmNamespace = ''], string $namespace)
  • Varien_Simplexml_Element $source
  • string $namespace
  • $elmNamespace
hasChildren (line 191)

Return if has children

  • access: public
boolean hasChildren ()

Documentation generated on Fri, 11 Feb 2011 17:02:13 +0200 by phpDocumentor 1.4.3