Gumbo_Debug_Server_Extension



Debug Server Report - Extension

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

bool $_display_func =  false [line 40]
string $_ext [line 38]

Class Methods

public Gumbo_Debug_Server_Extension __construct ( [string $ext], [bool $func] ) [line 49]

Constructor

Parameter(s):

  • (string) $ext :: Extension Name
  • (bool) $func :: display Extension functions

[ Top ]
public bool getDisplayFunctions ( ) [line 162]

Returns if displaying Extension functions


[ Top ]
public string getExtension ( ) [line 154]

Returns the Extension Name


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

Resets the Report

  • postcondition:  !getDisplayFunctions()
  • postcondition:  !getExtension()

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

Runs the Report

Implementation of:
Gumbo_Interface_Debug_Server_Report::run()

[ Top ]
public void setDisplayFunctions ( bool $disp ) [line 133]

Sets to display Extension Functions

Parameter(s):

  • (bool) $disp
  • throws:  Gumbo_Exception

[ Top ]
public void setExtension ( string $ext ) [line 110]

Sets the Extension

Parameter(s):

  • (string) $ext
  • throws:  Gumbo_Exception
  • postcondition:  getDisplayFunctions()
  • precondition:  extension_loaded()

[ Top ]