Located in /phpDocumentor/ParserElements.inc [line 682]
parserBase | --parserElement | --parserClassAuthor(s):
Inherited Properties | Inherited Methods | Inherited Constants |
---|---|---|
Inherited From parserElement Inherited From parserBase |
Inherited From parserElement
Inherited From parserBase
|
Used to determine whether a class should be ignored or not. Helps maintain integrity of parsing
API Tags:Format: array(file, parent) where parent class is found or false if no parent
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
void addTutorial(
parserTutorial
$t, Converter
&$c
)
array getChildClassList(
Converter
&$c
)
returns a list of all child classes of this class
Parameters:mixed getConflicts(
Converter
&$c
)
Returns all classes in other packages that have the same name as this class
Parameters:array getConstNames(
Converter
&$c
)
array getConsts(
Converter
&$c
)
array getInheritedConsts(
Converter
&$c, [boolean
$override = false], [
$consts = false]
)
array getInheritedMethods(
Converter
&$c, [boolean
$override = false]
)
array getInheritedVars(
Converter
&$c, [boolean
$override = true], [
$vars = false]
)
mixed getLink(
Converter
$c, [string
$text = false], [
$returnobj = false]
)
quick way to link to this element
Parameters:mixed getMethod(
Converter
&$c, string
$name, [boolean
$inherited = false]
)
array getMethodNames(
Converter
&$c
)
array getMethods(
Converter
&$c
)
array|false getModifiers(
)
Get the PHP5+ modifiers for this class
(abstract/final/static/private/protected/public)
mixed &getParent(
Converter
&$c
)
retrieve object that represents the parent class
Parameters:array getParentClassTree(
Converter
&$c
)
string getSourceLocation(
Converter
$c, [boolean
$pearize = false]
)
parserTutorial getTutorial(
)
Get the associated tutorial for this class, if any
mixed getVar(
Converter
&$c, string
$name
)
array getVarNames(
Converter
&$c
)
array getVars(
Converter
&$c
)
boolean hasConst(
Converter
&$c, string
$name
)
boolean hasMethod(
Converter
&$c, string
$name, [boolean
$inherited = false]
)
boolean hasVar(
Converter
&$c, string
$name
)
void setAccessModifiers(
array
$modifiers
)
Use this method to set access modifiers for a class
Parameters:void setModifiers(
string
$m
)
Set the PHP5+ modifiers for this class
(abstract/final/static/private/protected/public)
Parameters:void setParent(
string
$p, string
$f, Classes
&$c
)