Class HTMLPurifier_Context

Description

Registry object that contains information about the current context.

Located in /lib/core/Parsers/htmlpurifier/HTMLPurifier.standalone.php (line 2206)


	
			
Method Summary
void destroy ($name $name)
void exists ($name $name)
void &get ($name $name, [$ignore_error $ignore_error = false])
void loadArray ($context_array $context_array)
void register ($name $name, $ref &$ref)
Methods
destroy (line 2249)

Destorys a variable in the context.

  • access: public
void destroy ($name $name)
  • $name $name: String name
exists (line 2262)

Checks whether or not the variable exists.

  • access: public
void exists ($name $name)
  • $name $name: String name
get (line 2233)

Retrieves a variable reference from the context.

  • access: public
void &get ($name $name, [$ignore_error $ignore_error = false])
  • $name $name: String name
  • $ignore_error $ignore_error: Boolean whether or not to ignore error
loadArray (line 2270)

Loads a series of variables from an associative array

  • access: public
void loadArray ($context_array $context_array)
  • $context_array $context_array: Assoc array of variables to load
register (line 2219)

Registers a variable into the context.

  • access: public
void register ($name $name, $ref &$ref)
  • $name $name: String name
  • $ref &$ref: Reference to variable to be registered

Documentation generated on Sun, 06 Mar 2011 00:24:04 -0500 by phpDocumentor 1.4.3