[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 707 lines (22 kb) |
Included or required: | 11 times |
Referenced: | 0 times |
Includes or requires: | 3 files vtlib/Vtiger/Module.php libraries/htmlpurifier/library/HTMLPurifier.auto.php tabdata.php |
vtiger_imageurl($imagename, $themename) X-Ref |
No description |
vtlib_getModuleNameById($tabid) X-Ref |
Get module name by id. |
vtlib_getModuleNameForSharing() X-Ref |
Get module names for which sharing access can be controlled. NOTE: Ignore the standard modules which is already handled. |
vtlib_prefetchModuleActiveInfo($force = true) X-Ref |
Fetch module active information at one shot, but return all the information fetched. |
vtlib_isModuleActive($module) X-Ref |
Check if module is set active (or enabled) |
vtlib_RecreateUserPrivilegeFiles() X-Ref |
Recreate user privileges files. |
vtlib_moduleAlwaysActive() X-Ref |
Get list module names which are always active (cannot be disabled) |
vtlib_toggleModuleAccess($module, $enable_disable) X-Ref |
Toggle the module (enable/disable) |
vtlib_getToggleModuleInfo() X-Ref |
Get list of module with current status which can be controlled. |
vtlib_getToggleLanguageInfo() X-Ref |
Get list of language and its current status. |
vtlib_toggleLanguageAccess($langprefix, $enable_disable) X-Ref |
Toggle the language (enable/disable) |
vtlib_getFieldHelpInfo($module) X-Ref |
Get help information set for the module fields. |
vtlib_setup_modulevars($module, $focus) X-Ref |
Setup mandatory (requried) module variable values in the module class. |
__vtlib_get_modulevar_value($module, $varname) X-Ref |
No description |
vtlib_tosingular($text) X-Ref |
Convert given text input to singular. |
vtlib_getPicklistValues_AccessibleToAll($field_columnname) X-Ref |
Get picklist values that is accessible by all roles. |
vtlib_getPicklistValues($field_columnname) X-Ref |
Get all picklist values for a non-standard picklist type. |
vtlib_isCustomModule($moduleName) X-Ref |
Check for custom module by its name. |
vtlib_getModuleTemplate($module, $templateName) X-Ref |
Get module specific smarty template path. |
vtlib_isWriteable($path) X-Ref |
Check if give path is writeable. |
vtlib_isDirWriteable($dirpath) X-Ref |
Check if given directory is writeable. NOTE: The check is made by trying to create a random file in the directory. |
vtlib_purify($input, $ignore=false) X-Ref |
Purify (Cleanup) malicious snippets of code from the input param: String $value param: Boolean $ignore Skip cleaning of the input return: String |
vtlib_purifyForSql($string, $skipEmpty=true) X-Ref |
Function to return the valid SQl input. param: <String> $string param: <Boolean> $skipEmpty Skip the check if string is empty. return: <String> $string/false |
vtlib_process_widget($widgetLinkInfo, $context = false) X-Ref |
Process the UI Widget requested param: Vtiger_Link $widgetLinkInfo param: Current Smarty Context $context return: |
vtlib_module_icon($modulename) X-Ref |
No description |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |