| [ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 82 lines (2 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Class: HTMLPurifier_Context - X-Ref
Registry object that contains information about the current context.| register($name, &$ref) X-Ref |
| Registers a variable into the context. param: $name String name param: $ref Reference to variable to be registered |
| get($name, $ignore_error = false) X-Ref |
| Retrieves a variable reference from the context. param: $name String name param: $ignore_error Boolean whether or not to ignore error |
| destroy($name) X-Ref |
| Destorys a variable in the context. param: $name String name |
| exists($name) X-Ref |
| Checks whether or not the variable exists. param: $name String name |
| loadArray($context_array) X-Ref |
| Loads a series of variables from an associative array param: $context_array Assoc array of variables to load |
| Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |