Gumbo_Debug_Server_Info



Debug Server Report - Info

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

Implements interfaces:

Class Variables

int $_mode =  127 [line 38]

Class Methods

public Gumbo_Debug_Server_Info __construct ( [int $mode] ) [line 46]

Constructor

Parameter(s):

  • (int) $mode :: INFO_* Mode

[ Top ]
public void addMode ( int $num ) [line 66]

Adds to the current Information Mode

Parameter(s):

  • (int) $num
  • throws:  Gumbo_Exception

[ Top ]
public int getMode ( ) [line 181]

Returns the INFO_* Mode value


[ Top ]
public void removeMode ( int $num ) [line 110]

Removes an Information Mode

Parameter(s):

  • (int) $num
  • throws:  Gumbo_Exception

[ Top ]
public string run ( ) [line 57]

Runs the Report

Implementation of:
Gumbo_Interface_Debug_Server_Report::run()

[ Top ]
public void setMode ( int $mode ) [line 157]

Sets the INFO_* mode

Parameter(s):

  • (int) $mode
  • throws:  Gumbo_Exception

[ Top ]