Index
Private method for including and executing a PHP file within a confined scope (providing it the parsed query as a data structure), and caputuring and returning the output. These methods, implemented in the base class, are meant to be inherited and invoked by extending classes. These methods are for use internally within the base class. This software is open source and is released under the Artistic License. Factory for creating monitor instances (also known as monitor objects) using the given protocol. These methods, hollowly defined in the base class, are meant to be reimplemented in the extending classes to accomodate differing protocols and games. For general information about this software, including past releases and a subversion repository, please visit the project page at http://sourceforge.net/projects/gamequerylib/ Method for returning an array of configuration directives supported by the current class, where the key is a directive name, and the value is a brief description of the directive. Method for returning all protocols found in the include_path, as an array. Method for returning all templates found in the include_path, as an array. These methods are provided as part of the GameQuery class to make the parsing of response strings, and thus the implementation of new game protocols, much simpler. |