| [ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 201 lines (7 kb) |
| Included or required: | 6 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Vtiger_Loader:: (8 methods):
resolveNameToPath()
includeOnce()
includePath()
getComponentClassName()
autoLoad()
vimport()
vimport_try()
vimport_path()
Class: Vtiger_Loader - X-Ref
| resolveNameToPath($qualifiedName, $fileExtension='php') X-Ref |
| Static function to resolve the qualified php filename to absolute path param: <String> $qualifiedName return: <String> Absolute File Name |
| includeOnce($qualifiedName, $supressWarning=false) X-Ref |
| Function to include a given php file through qualified file name param: <String> $qualifiedName param: <Boolean> $supressWarning return: <Boolean> |
| includePath($qualifiedName) X-Ref |
| No description |
| getComponentClassName($componentType, $componentName, $moduleName='Vtiger') X-Ref |
| Function to get the class name of a given Component, of given Type, for a given Module param: <String> $componentType param: <String> $componentName param: <String> $moduleName return: <String> Required Class Name |
| autoLoad($className) X-Ref |
| Function to auto load the required class files matching the directory pattern modules/xyz/types/Abc.php for class xyz_Abc_Type param: <String> $className return: <Boolean> |
| vimport($qualifiedName) X-Ref |
| No description |
| vimport_try($qualifiedName) X-Ref |
| No description |
| vimport_path($qualifiedName) X-Ref |
| No description |
| Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |