Source for file Server.class.php
Documentation is available at Server.class.php
* Gumbo Library Framework
* This library is being released under the terms of the New BSD License. A
* copy of the license is packaged with the software (LICENSE.txt). If no
* copy is found, a copy of the license template can be found at:
* http://www.opensource.org/licenses/bsd-license.php
* @copyright Copyright (c) 2007, iBayou, Michael Luster
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
* @author Michael Luster <mluster79@yahoo.com>
* @link http://sourceforge.net/projects/phpgumbo
* @copyright Copyright (c) 2007, iBayou, Michael Luster
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
* @author Michael Luster <mluster79@yahoo.com>
* @link http://sourceforge.net/projects/phpgumbo
* @desc Debug Server Interface
* Activates a Server Report
* @param string $report Debug Server Report Name
* @param arr $args additional arguments
public function activate ($report, $args=
null);
* Deactivates a Server Report
* @param string $report Debug Server Report Name
* @postcondition !isActive()
public function reset ();
* Returns a single Report
* @return Gumbo_Interface_Debug_Server_Report
* Returns the Debug Server Reports
* @return Gumbo_Interface_Debug_Server_Report[]
* Returns if a particular Report is active
* Returns if the Report exists
public function exists ($report);