parserPageContains information about a PHP file, used to group procedural elements together.
Located in /phpDocumentor/ParserData.inc (line 59)
string
$category
= 'default' (line 97)
string
$file
= '' (line 76)
filename.ext (no path)
string
$id
= '' (line 71)
not implemented in this version, will be used to link xml output pages
string
$modDate
= '' (line 115)
not implemented yet
file modification date, will be used for makefiles
string
$name
= '' (line 86)
phpdoc-safe name (only letters, numbers and _)
string
$origName
= '' (line 93)
original phpdoc-safe name (only letters, numbers and _)
This fixes [ 1391432 ] Too many underscores in include links.
string
$package
= 'default' (line 101)
mixed
$packageOutput
= false (line 132)
Used to limit output, contains contents of --packageoutput commandline.
Does not increase parsing time. Use --ignore for that
string
$parserVersion
= PHPDOCUMENTOR_VER (line 109)
string
$path
= '' (line 119)
array
$source
= array() (line 124)
Tokenized source code of the file
string
$sourceLocation
= '' (line 81)
relative source location
string
$subpackage
= '' (line 105)
string
$type
= 'page' (line 66)
Type is used by many functions to skip the hassle of if
Constructor parserPage (line 139)
sets package to default package
getFile (line 188)
gets the file name
getName (line 273)
gets the name
getPackageOutput (line 247)
gets the package output array
getParseData (line 333)
Not implemented in this version
getPath (line 219)
gets the path
getSourceLocation (line 307)
gets the source location
getType (line 150)
gets the tag type
setFile (line 177)
Sets the name to display in documentation (can be an alias set with @name)
setName (line 261)
sets the name
setPackageOutput (line 236)
loads the package output array
setPath (line 203)
sets the path to the file
setSource (line 165)
Sets the source code of the file for highlighting.
PHP 4.3.0+ passes an array of tokenizer tokens by line number. PHP 4.2.3- passes a string to be passed to http://www.php.net/highlight_string
setSourceLocation (line 288)
sets the source location
Documentation generated on Mon, 05 Dec 2011 21:39:50 -0600 by phpDocumentor 1.4.4