Gumbo_Debug_Report_File

Gumbo_Debug_Report
   |
   --Gumbo_Debug_Report_File

Debug File 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 $_file [line 39]

Class Methods

public Gumbo_Debug_Report_File __construct ( [string $file] ) [line 47]

Constructor

Parameter(s):

  • (string) $file :: (full path)

[ Top ]
public string getFile ( ) [line 120]

Returns the Debug File name


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

Runs the Report

Parameter(s):

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

[ Top ]
public void setFile ( string $file ) [line 99]

Sets the Debug File Path

Parameter(s):

  • (string) $file
  • throws:  Gumbo_Exception

[ Top ]