Gumbo_Debug_Server_Interface



Debug Server Report - 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

Implements interfaces:

Class Variables

bool $_php =  false [line 38]

Class Methods

public Gumbo_Debug_Server_Interface __construct ( [bool $php] ) [line 46]

Constructor

Parameter(s):

  • (bool) $php :: include default PHP Interfaces

[ Top ]
public bool getPhp ( ) [line 103]

Returns if to include default PHP Interfaces


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

Runs the Report

Implementation of:
Gumbo_Interface_Debug_Server_Report::run()

[ Top ]
public void setPhp ( bool $php ) [line 82]

Sets if to include default PHP Interfaces

Parameter(s):

  • (bool) $php
  • throws:  Gumbo_Exception

[ Top ]