Class HTMLPurifier_Context

Description

Registry object that contains information about the current context.

Registry object that contains information about the current context.

Located in /library/HTMLPurifier/Context.php (line 10)


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

Destorys a variable in the context.

Destorys a variable in the context.

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

Checks whether or not the variable exists.

Checks whether or not the variable exists.

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

Retrieves a variable reference from the context.

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

Loads a series of variables from an associative array

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

Registers a variable into the context.

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 Thu, 19 Jun 2008 18:48:57 -0400 by phpDocumentor 1.4.2