Class we_xml_Tags

Description

Utility class for creating XML Tags

Located in /xml/Tags.php (line 24)


	
			
Method Summary
static string createAttributeStringFromArray (string $attribArray, [string $excludeAttribs = NULL])
static string createStartTag (string $tagName, [string $attribArray = array()], [string $excludeAttribs = NULL], [boolean $endSlash = false])
Methods
static method createAttributeStringFromArray (line 34)

Returns attribute string to insert in any XML tag

static string createAttributeStringFromArray (string $attribArray, [string $excludeAttribs = NULL])
  • string $attribArray: associative array with attributes
  • string $excludeAttribs: comma separated list of attributes which should not be included in generated string
static method createStartTag (line 55)

Returns XML tag with given tagName and attributes

static string createStartTag (string $tagName, [string $attribArray = array()], [string $excludeAttribs = NULL], [boolean $endSlash = false])
  • string $tagName: name of tag
  • string $attribArray: associative array with attributes
  • string $excludeAttribs: comma separated list of attributes which should not be included in generated string
  • boolean $endSlash: flag which controls if tag should have an end slash or not

Documentation generated on Mon, 01 Sep 2008 11:35:44 +0200 by phpDocumentor 1.4.0