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 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 ]!getPaths()
[ Top ]