Class breadcrumb_substitution_loader

Description

Located in /sources/breadcrumbs.php (line 39)


	
			
Variable Summary
Method Summary
void endElement (object The $parser)
void go ()
void startElement (object The $parser, string $tag, array $_attributes)
void startText (object The $parser, string $data)
Variables
mixed $attribute_stack (line 42)
mixed $links (line 43)
mixed $substitutions (line 43)
mixed $substitution_current_label (line 43)
mixed $substitution_current_match_key (line 43)
mixed $tag_stack (line 42)
mixed $text_so_far (line 42)
Methods
endElement (line 116)

Standard PHP XML parser function.

void endElement (object The $parser)
  • object The $parser: parser object (same as 'this')
go (line 48)

Run the loader, to load up field-restrictions from the XML file.

void go ()
startElement (line 86)

Standard PHP XML parser function.

void startElement (object The $parser, string $tag, array $_attributes)
  • object The $parser: parser object (same as 'this')
  • string $tag: The name of the element found
  • array $_attributes: Array of attributes of the element
startText (line 192)

Standard PHP XML parser function.

void startText (object The $parser, string $data)
  • object The $parser: parser object (same as 'this')
  • string $data: The text

Documentation generated on Sun, 02 Jan 2011 23:09:28 +0000 by phpDocumentor 1.4.3