parserClassLocated in /phpDocumentor/ParserElements.inc (line 682)
parserBase | --parserElement | --parserClass
string
$curfile
= false (line 725)
mixed
$extends
= false (line 695)
boolean
$ignore
= false (line 720)
Used to determine whether a class should be ignored or not. Helps maintain integrity of parsing
mixed
$parent
= false (line 714)
Format: array(file, parent) where parent class is found or false if no parent
string
$sourceLocation
= '' (line 691)
tutorialLink|false
$tutorial
= false (line 729)
string
$type
= 'class' (line 688)
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
array
$_implements
= array() (line 699)
Inherited from parserElement
parserElement::$conflicts
parserElement::$docblock
parserElement::$endlinenumber
parserElement::$file
parserElement::$linenumber
parserElement::$name
parserElement::$path
Inherited from parserBase
parserBase::$value
addImplements (line 1379)
addTutorial (line 755)
getChildClassList (line 1308)
returns a list of all child classes of this class
getConflicts (line 776)
Returns all classes in other packages that have the same name as this class
getConstNames (line 1034)
getConsts (line 1009)
getExtends (line 1396)
getImplements (line 1387)
getInheritedConsts (line 1225)
getInheritedMethods (line 1051)
getInheritedVars (line 1149)
getLink (line 789)
quick way to link to this element
getMethod (line 914)
getMethodNames (line 943)
getMethods (line 903)
getModifiers (line 736)
Get the PHP5+ modifiers for this class
(abstract/final/static/private/protected/public)
getParent (line 889)
retrieve object that represents the parent class
getParentClassTree (line 1289)
getSourceLocation (line 1337)
getTutorial (line 766)
Get the associated tutorial for this class, if any
getVar (line 934)
getVarNames (line 1018)
getVars (line 1000)
hasConst (line 991)
hasMethod (line 961)
hasVar (line 981)
isInterface (line 870)
setAccessModifiers (line 879)
Use this method to set access modifiers for a class
setExtends (line 1362)
setInterface (line 862)
Use this method to set the type of class to be an interface
setModifiers (line 746)
Set the PHP5+ modifiers for this class
(abstract/final/static/private/protected/public)
setParent (line 805)
setParentNoClass (line 854)
setSourceLocation (line 1326)
Inherited From parserElement
parserElement::getEndLineNumber()
parserElement::getFile()
parserElement::getLineNumber()
parserElement::getName()
parserElement::getPackage()
parserElement::getPath()
parserElement::setDocBlock()
parserElement::setEndLineNumber()
parserElement::setFile()
parserElement::setLineNumber()
parserElement::setName()
parserElement::setPath()
Inherited From parserBase
parserBase::getType()
parserBase::getValue()
parserBase::setValue()
Documentation generated on Mon, 05 Dec 2011 21:06:20 -0600 by phpDocumentor 1.4.4