Scorpio has a set of base classes that are used throughout the framework. These classes are there to be extended and reused. More »
Posted in Base on 08 Nov 2010 @ 17:06
Parses a daemon status file into parameters allowing them to be displayed to users or used by other processes. Example usage: $oProcInfo = new cliProcessInformation('loggingd'); More »
Posted in Cli on 08 May 2010 @ 16:46
Handles mapping capabilities to a device More »
Posted in Wurfl on 19 Nov 2009 @ 20:39
Holds details for connecting via a transport mechanism including server, port username and password etc. Any number of params can be used, however some have been pre-defined for use in the existing agents. More »
Posted in Transport on 19 Nov 2009 @ 20:39
Provides central object / variable store. The registry is a static object that can be used to store single instances of other objects. Notably it is used to hold the autoload and main config objects for the framework. The registry is instantiated vi... More »
Posted in System on 19 Nov 2009 @ 20:39
Provides methods for creating test suite packages by locating test case files in the tests folder in /data. More »
Posted in Test on 19 Nov 2009 @ 20:39
Holds attributes to be applied to the log file when a message is written. These attributes can be current values such as process information, or customer reference or product id etc. Items can be added as either keys or key => value pairs. A handful... More »
Posted in System on 19 Nov 2009 @ 20:31
Handles a set of params and is used internally by the systemConfigSection object. More »
Posted in System on 19 Nov 2009 @ 20:31
Container class that wraps the report result set. The reportData object is cached by the report system. All reports should generate this object. The data should be an associative array with keys using the field names in the report columns. Report dat... More »
Posted in Report on 19 Nov 2009 @ 20:31
Handles the inbound request passing data from the distributor to the controller. mvcRequest is a static class that wraps baseSet and is populated by the mvcDistributorBase class. mvcRequest is then used within mvcControllers and Views to fetch additi... More »
Posted in MVC on 19 Nov 2009 @ 20:31