| [ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 86 lines (2 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Class: HTMLPurifier_PropertyList - X-Ref
Generic property list implementation| __construct($parent = null) X-Ref |
| No description |
| get($name) X-Ref |
| Recursively retrieves the value for a key |
| set($name, $value) X-Ref |
| Sets the value of a key, for this plist |
| has($name) X-Ref |
| Returns true if a given key exists |
| reset($name = null) X-Ref |
| Resets a value to the value of it's parent, usually the default. If no value is specified, the entire plist is reset. |
| squash($force = false) X-Ref |
| Squashes this property list and all of its property lists into a single array, and returns the array. This value is cached by default. param: $force If true, ignores the cache and regenerates the array. |
| getParent() X-Ref |
| Returns the parent plist. |
| setParent($plist) X-Ref |
| Sets the parent plist. |
| Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |