Gumbo_Debug_Server_File



Debug Server Report - File

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

array $_paths = array () [line 38]

Class Methods

public Gumbo_Debug_Server_File __construct ( [arr $args] ) [line 46]

Constructor

Parameter(s):

  • (arr) $args

[ Top ]
public void addPath ( string $path ) [line 99]

Adds a Path

Parameter(s):

  • (string) $path
  • precondition:  !isPath()
  • throws:  Gumbo_Exception

[ Top ]
public void getPaths ( ) [line 187]

ACCESSOR METHODS *


[ Top ]
public bool isPath ( string $path ) [line 197]

Returns if a Path exists

Parameter(s):

  • (string) $path
  • throws:  Gumbo_Exception

[ Top ]
protected string parse ( string $txt ) [line 76]

Parses active Paths from the string

Parameter(s):

  • (string) $txt
  • throws:  Gumbo_Exception

[ Top ]
public void removePath ( string $path ) [line 125]

Removes a Path

Parameter(s):

  • (string) $path
  • precondition:  isPath()
  • throws:  Gumbo_Exception

[ Top ]
public void resetPaths ( ) [line 151]

Resets the Paths

  • postcondition:  !getPaths()

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

Runs the Report

Implementation of:
Gumbo_Interface_Debug_Server_Report::run()

[ Top ]
public void setPaths ( [arr $args] ) [line 162]

Sets the Paths that should be removed from the output

Parameter(s):

  • (arr) $args

[ Top ]