Element index for package ModuleWriting
Package indexes
[ a ]
[ c ]
[ d ]
[ f ]
[ g ]
[ l ]
[ m ]
[ s ]
[ t ]
[ v ]
[ w ]
[ _ ]
c
- copyFile
- in file Device.php, method DeviceConfig::copyFile()
Copy a file from the module location to the temporary directory.
d
- Device.php
- procedural page Device.php
- DeviceConfig
- in file Device.php, class DeviceConfig
This class defines the API for CAT module writers.
- Devices
- in file devices.php, class Devices
The Devices class holds a list of all devices the CAT knows about
- devices-template.php
- procedural page devices-template.php
- devices.php
- procedural page devices.php
- Device_TestModule
- in file TestModule.php, class Device_TestModule
This is the main implementation class of the module
- Device_Vista7
- in file Vista7.php, class Device_Vista7
- Device_WindowsXP
- in file WindowsXP.php, class Device_WindowsXP
- dumpAttibutes
- in file Device.php, method DeviceConfig::dumpAttibutes()
dumps attributes for debugging purposes
f
- $FPATH
- in file Device.php, variable DeviceConfig::$FPATH
stores the path to the temporary working directory for a module instance
l
- $lang_index
- in file Device.php, variable DeviceConfig::$lang_index
the string referencing the language (index ot the Config::$LANGUAGES array it is set to the current language and may be used by the device module to set its language
- listDevices
- in file devices.php, method Devices::listDevices()
Each device is defined as a three-element array within this array
m
- $module_path
- in file Device.php, variable DeviceConfig::$module_path
stores the path to the module source location and is used by copyFile and translateFile the only reason for it to be a public variable ies that it is set by the DeviceFactory class module_path should not be used by module drivers.
|
|