Gumbo_Interface_Debug_Server



Debug Server Interface

Author(s): Michael Luster <mluster79@yahoo.com>
License:New BSD License
Copyright:Copyright (c) 2007, iBayou, Michael Luster
Link:http://sourceforge.net/projects/phpgumbo
Version:0.0.1

Interface Methods

public void activate ( string $report, [arr $args] ) [line 41]

Activates a Server Report

Parameter(s):

  • (string) $report :: Debug Server Report Name
  • (arr) $args :: additional arguments

[ Top ]
public void deactivate ( string $report ) [line 47]

Deactivates a Server Report

Parameter(s):

  • (string) $report :: Debug Server Report Name

[ Top ]
public bool exists ( string $report ) [line 83]

Returns if the Report exists

Parameter(s):

  • (string) $report

[ Top ]
public Gumbo_Interface_Debug_Server_Report getReport ( string $report ) [line 63]

Returns a single Report

Parameter(s):

  • (string) $report

[ Top ]
public Gumbo_Interface_Debug_Server_Report[] getReports ( ) [line 69]

Returns the Debug Server Reports


[ Top ]
public bool isActive ( string $report ) [line 76]

Returns if a particular Report is active

Parameter(s):

  • (string) $report

[ Top ]
public void reset ( ) [line 53]

Resets the Reports

  • postcondition:  !isActive()

[ Top ]