Gumbo_Debug_Report_Email

Gumbo_Debug_Report
   |
   --Gumbo_Debug_Report_Email

Debug Email Report Class

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

Inherited Methods

Class Variables

string $_email [line 40]

Class Methods

public Gumbo_Debug_Report_Email __construct ( [string $email] ) [line 48]

Constructor

Parameter(s):

  • (string) $email

[ Top ]
public string getEmail ( ) [line 122]

Returns the Debug Email


[ Top ]
public void run ( [num $start_time] ) [line 62]

Runs the Report

Parameter(s):

  • (num) $start_time :: initial start time of script debugger

[ Top ]
public void setEmail ( string $email ) [line 97]

Sets the Debug Email Address

Parameter(s):

  • (string) $email

[ Top ]