QVCI Library 3.2
 All Classes Namespaces Functions
Public Member Functions | Public Attributes | List of all members
Utils Class Reference
Inheritance diagram for Utils:
Qvc_controller

Public Member Functions

 __init ()
 
 index ()
 
 api ()
 
 export_strings ()
 
 forms ($class=null)
 
 import_missing_strings ()
 
 phpinfo ()
 
 servervars ()
 
 update_strings ()
 
- Public Member Functions inherited from Qvc_controller
 __construct ()
 
 index ()
 
 _remap ($method, $params=[])
 
 _get_controller_path ()
 
 _required_not_zero ($val)
 

Public Attributes

 $_access
 
- Public Attributes inherited from Qvc_controller
 $_access
 

Detailed Description

Implements the Utils controller.

Member Function Documentation

Utils::__init ( )

Post-constructor initialization.

Utils::api ( )

Perform API testing

Utils::export_strings ( )

Export the language strings into text files.

Utils::import_missing_strings ( )

For any record in the lang_str table that has no string but is used somewhere in the program, attempt to set the string to the default value which comes from the language files.

Utils::index ( )

Index page

Utils::phpinfo ( )

Display phpinfo

Utils::servervars ( )

Display server variables

Utils::update_strings ( )

Update strings by performing a tt scan

Member Data Documentation

Utils::$_access
Initial value:
= [
'*' => 'developer_perm'

The documentation for this class was generated from the following file: