| [ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 172 lines (6 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
HTMLPurifier_DefinitionCache_Serializer:: (13 methods):
add()
set()
replace()
get()
remove()
flush()
cleanup()
generateFilePath()
generateDirectoryPath()
generateBaseDirectoryPath()
_write()
_prepareDir()
_testPermissions()
Class: HTMLPurifier_DefinitionCache_Serializer - X-Ref
| add($def, $config) X-Ref |
| No description |
| set($def, $config) X-Ref |
| No description |
| replace($def, $config) X-Ref |
| No description |
| get($config) X-Ref |
| No description |
| remove($config) X-Ref |
| No description |
| flush($config) X-Ref |
| No description |
| cleanup($config) X-Ref |
| No description |
| generateFilePath($config) X-Ref |
| Generates the file path to the serial file corresponding to the configuration and definition name |
| generateDirectoryPath($config) X-Ref |
| Generates the path to the directory contain this cache's serial files |
| generateBaseDirectoryPath($config) X-Ref |
| Generates path to base directory that contains all definition type serials |
| _write($file, $data) X-Ref |
| Convenience wrapper function for file_put_contents param: $file File name to write to param: $data Data to write into file return: Number of bytes written if success, or false if failure. |
| _prepareDir($config) X-Ref |
| Prepares the directory that this type stores the serials in return: True if successful |
| _testPermissions($dir) X-Ref |
| Tests permissions on a directory and throws out friendly error messages and attempts to chmod it itself if possible |
| Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |