Class field_restriction_loader

Description

Located in /sources/input_filter.php (line 231)


	
			
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 234)
mixed $field_qualification_stack (line 237)
mixed $levels_from_filtered (line 236)
mixed $tag_stack (line 234)
mixed $text_so_far (line 234)
mixed $this_page (line 235)
mixed $this_type (line 235)
Methods
endElement (line 378)

Standard PHP XML parser function.

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

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

void go ()
startElement (line 281)

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 412)

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:16:06 +0000 by phpDocumentor 1.4.3