[phpDocumentor] element index

Package indexes

All elements
a b c d e f g h i k l m n o p q r s t u v w x _
_
top
$_phpDocumentor_setting
$_phpDocumentor_setting in Setup.inc.php
$_phpDocumentor_setting is either the value from the web interface, or is set up by Io::parseArgv()
_guessPackage
Guess the package/subpackage based on subdirectory if the --pear option
_IN_PHP5
_IN_PHP5 in common.inc.php
_setupIgnore
Construct the $ignore array
$_implements
parserClass::$_implements in ParserElements.inc
$_modifiers
parserVar::$_modifiers in ParserElements.inc
$_modifiers
parserMethod::$_modifiers in ParserElements.inc
$_xml
parserTutorial::$_xml in ParserElements.inc
a
top
$all_packages
list of all packages encountered while documenting. Used in automatic linking.
addClass
Classes::addClass() in Classes.inc
While parsing, add a class to the list of parsed classes
addClassPackageToFile
adds a package from a class to the current file
addConst
Classes::addConst() in Classes.inc
While parsing, add a variable to the list of parsed variables
addConverter
Add a converter name to use to the list of converters
addDefine
ProceduralPages::addDefine() in ProceduralPages.inc
sets up the $definesbyfile array using $curfile
addElementToPage
adds a processed descendant of parserElement to the $pages array or $privatepages array
addFunction
ProceduralPages::addFunction() in ProceduralPages.inc
sets up the $functionsbyfile array using $curfile
addGlobal
ProceduralPages::addGlobal() in ProceduralPages.inc
sets up the $globalsbyfile array using $curfile
addInclude
ProceduralPages::addInclude() in ProceduralPages.inc
sets up the $includesbyfile array using $curfile
addMethod
Classes::addMethod() in Classes.inc
While parsing, add a method to the list of parsed methods
addPackageParent
If the parent class of $class is in a different package, adds it to the
addPackageToFile
Mark a package as being used in a class
addPage
ProceduralPages::addPage() in ProceduralPages.inc
sets up the $pages array
addPage
Replaces the parserPage represented by $this->pages[$path] with $page
addPageIfNecessary
add a new parserPage to the $pages array if none is found
addPagePackage
ProceduralPages::addPagePackage() in ProceduralPages.inc
Changes the package of the page represented by $path
addPrivatePage
Adds a parserPage element to the parserData element in $this->privatepages[$path]
addUses
Add all the @uses tags from $element to the $uses array so that @usedby
addVar
Classes::addVar() in Classes.inc
While parsing, add a variable to the list of parsed variables
addItem
parserList::addItem() in DescHTML.inc
add an item to a list
addList
parserList::addList() in DescHTML.inc
add a list
addError
add a new error to the $errors array
addError
addError() in Errors.inc
add an Error
addErrorDie
addErrorDie() in Errors.inc
like addError() but exits parsing
addErrorReturn
add a new error to the $errors array and returns the error string
addWarning
add a new warning to the $warnings array
addWarning
addWarning() in Errors.inc
add a Warning
arrayConvert
converter helper used in PHP 4.3.0+
arrayConvert
converter helper for PHP 4.3.0+
abstractLink
abstractLink in LinkClasses.inc
linking classes parent
addLink
tutorialLink::addLink() in LinkClasses.inc
sets up the link
addLink
abstractLink::addLink() in LinkClasses.inc
sets up the link
addLink
methodLink::addLink() in LinkClasses.inc
sets up the link
add
equivalent to the . operator ($a = $b . $c)
addElement
parserData::addElement() in ParserData.inc
add a new element to the tracking array
addLink
parserData::addLink() in ParserData.inc
adds a link
addTutorial
parserData::addTutorial() in ParserData.inc
adds a tutorial parser
add
parserDesc::add() in ParserDocBlock.inc
addAccess
parserDocBlock::addAccess() in ParserDocBlock.inc
add an @access tag to the tags array
addExample
parserDocBlock::addExample() in ParserDocBlock.inc
adds an @example tag
addFileSource
parserDocBlock::addFileSource() in ParserDocBlock.inc
Adds a new @filesource tag to the DocBlock
addFuncGlobal
parserDocBlock::addFuncGlobal() in ParserDocBlock.inc
adds a function declaration of @global to the $funcglobals array
addKeyword
parserDocBlock::addKeyword() in ParserDocBlock.inc
addLink
parserDocBlock::addLink() in ParserDocBlock.inc
creates a parserLinkTag and adds it to the $tags array
addName
parserDocBlock::addName() in ParserDocBlock.inc
Adds a @name tag to the tag list
addPackage
parserDocBlock::addPackage() in ParserDocBlock.inc
addParam
parserDocBlock::addParam() in ParserDocBlock.inc
addProperty
parserDocBlock::addProperty() in ParserDocBlock.inc
Adds a @property(-read or -write) or @method magic tag to the DocBlock
addReturn
parserDocBlock::addReturn() in ParserDocBlock.inc
creates a parserReturnTag and adds it to the $tags array
addSee
parserDocBlock::addSee() in ParserDocBlock.inc
creates a parserLinkTag and adds it to the $tags array
addStaticVar
parserDocBlock::addStaticVar() in ParserDocBlock.inc
addTag
parserDocBlock::addTag() in ParserDocBlock.inc
Used to insert DocBlock Template tags into a docblock
addUnknownTag
parserDocBlock::addUnknownTag() in ParserDocBlock.inc
adds an unknown tag to the $unknown_tags array for use by custom converters
addUses
parserDocBlock::addUses() in ParserDocBlock.inc
Add a @uses tag to the DocBlock
addVar
parserDocBlock::addVar() in ParserDocBlock.inc
creates a parserVarTag and adds it to the $tags array
addGlobals
parserFunction::addGlobals() in ParserElements.inc
Add all "global $var, $var2" declarations to this function
addImplements
parserClass::addImplements() in ParserElements.inc
addParam
parserMethod::addParam() in ParserElements.inc
addParam
parserFunction::addParam() in ParserElements.inc
addSource
parserFunction::addSource() in ParserElements.inc
Set the source code. Always array in PHP 4.3.0+
addStatics
parserFunction::addStatics() in ParserElements.inc
Add all "static $var, $var2 = 6" declarations to this function
addTutorial
parserClass::addTutorial() in ParserElements.inc
$attributes
parserXMLDocBookTag::$attributes in PackagePageElements.inc
Attributes from the XML tag
add
parserXMLDocBookTag::add() in PackagePageElements.inc
Add contents to this tag.
addAttribute
parserXMLDocBookTag::addAttribute() in PackagePageElements.inc
Add an xml tag attribute name="value" pair
addCData
parserXMLDocBookTag::addCData() in PackagePageElements.inc
add a word to CData
addFileSource
phpDocumentorTWordParser::addFileSource() in phpDocumentorTWordParser.inc
Wrapper for addSource() used to retrieve the entire source code organized by line number in setup()
addSource
phpDocumentorTWordParser::addSource() in phpDocumentorTWordParser.inc
Generate source token arrays organized by line number
b
top
backupPos
back the word parser to the previous token as defined by $last_token
Beautifier.php
Beautifier.php in Beautifier.php
backupPos
WordParser::backupPos() in WordParser.inc
Backup to the previous token so that it can be retrieved again in a new context.
backupPos
phpDocumentorTWordParser::backupPos() in phpDocumentorTWordParser.inc
backs the parser up to the previous position
c
top
$classes
used to keep track of inheritance at the smartest level possible for a
$converters
an array of template names indexed by converter name
$curfile
ProceduralPages::$curfile in ProceduralPages.inc
file being parsed, used in every add function to match up elements with the file that contains them
$cur_class
Name of the class currently being parsed.
checkForBugCondition
checkForBugCondition() in Setup.inc.php
Crash in case of known, dangerous bug condition
checkIgnore
Tell whether to ignore a file or a directory allows * and ? wildcards
checkIgnoreTag
ClasselementCmp
does a natural case sort on two class elements (either parserClass, parserMethod or parserVar
Classes
Classes in Classes.inc
Intermediate class parsing structure.
Convert
Interface to the Converter
createDocs
Classes.inc
Classes.inc in Classes.inc
clone.inc.php
clone.inc.php in clone.inc.php
clone5.inc.php
clone5.inc.php in clone5.inc.php
common.inc.php
common.inc.php in common.inc.php
Convert
parserList::Convert() in DescHTML.inc
performs the conversion of list tags
Convert
parserPre::Convert() in DescHTML.inc
performs the conversion of code tags
Convert
parserSamp::Convert() in DescHTML.inc
performs the conversion of sample tags
Convert
parserKbd::Convert() in DescHTML.inc
performs the conversion of keyboard tags
Convert
parserI::Convert() in DescHTML.inc
performs the conversion of italic tags
Convert
parserBr::Convert() in DescHTML.inc
performs the conversion of linebreak tags
Convert
parserCode::Convert() in DescHTML.inc
performs the conversion of code tags
Convert
parserDescVar::Convert() in DescHTML.inc
performs the conversion of variable tags
Convert
parserB::Convert() in DescHTML.inc
performs the conversion of bold tags
$converted_returnType
contains a link to the documentation for a class passed as a type in @return, @var or @param
Convert
parserTag::Convert() in DocBlockTags.inc
Perform the output conversion on this parserTag using the output converter that is passed in
Convert
parserTutorialTag::Convert() in DocBlockTags.inc
process this tag through the given output converter
Convert
parserUsedByTag::Convert() in DocBlockTags.inc
process this tag through the given output converter
Convert
parserUsesTag::Convert() in DocBlockTags.inc
Return a link to documentation for other element, and description of how it is used
Convert
parserSeeTag::Convert() in DocBlockTags.inc
process this tag through the given output converter
Convert
parserReturnTag::Convert() in DocBlockTags.inc
process this tag through the given output converter (sets up the $converted_returnType)
Convert
parserFileSourceTag::Convert() in DocBlockTags.inc
Return a link to the highlighted source and generate the source
Convert
parserNameTag::Convert() in DocBlockTags.inc
process this tag through the given output converter
Convert
parserAccessTag::Convert() in DocBlockTags.inc
process this tag through the given output converter
ConvertSource
convert the source code
ConvertSource
convert the source code
$curfile
$category
category of the {@id}
Convert
converter method
Convert
convert part of the tag
Convert
convert the tag
Convert
calls the output conversion
Convert
converter
Convert
only sets a warning and returns empty
ConvertPart
convert part of the tag
$category
abstractLink::$category in LinkClasses.inc
$class
methodLink::$class in LinkClasses.inc
classLink
classLink in LinkClasses.inc
class link
constLink
constLink in LinkClasses.inc
class constant link
$category
parserPage::$category in ParserData.inc
$classelements
parserData::$classelements in ParserData.inc
array of parsed class elements
$clean
parserData::$clean in ParserData.inc
Convert
Use to convert the string to a real string with all inline tags parsed and linked
$category
parserDocBlock::$category in ParserDocBlock.inc
canSource
parserDocBlock::canSource() in ParserDocBlock.inc
Tells the DocBlock it can have a @filesource tag
cantSource
parserDocBlock::cantSource() in ParserDocBlock.inc
Tells the DocBlock it can't have a @filesource tag
changeGlobal
parserDocBlock::changeGlobal() in ParserDocBlock.inc
changeParam
parserDocBlock::changeParam() in ParserDocBlock.inc
changeStatic
parserDocBlock::changeStatic() in ParserDocBlock.inc
$children
parserTutorial::$children in ParserElements.inc
links to the child tutorials, or false if none
$class
parserVar::$class in ParserElements.inc
$class
parserMethod::$class in ParserElements.inc
$class
parserConst::$class in ParserElements.inc
$conflicts
parserElement::$conflicts in ParserElements.inc
$curfile
parserClass::$curfile in ParserElements.inc
Convert
parserPackagePage::Convert() in ParserElements.inc
Convert
parserTutorial::Convert() in ParserElements.inc
$context
XMLPackagePageParser::$context in XMLpackagePageParser.inc
categoryTagHandler
handles @category
checkEventPop
This function checks whether parameter $word is a token for popping the current event off of the Event Stack.
checkEventPop
this function checks whether parameter $word is a token for popping the current event off of the Event Stack.
checkEventPop
this function checks whether parameter $word is a token for popping the current event off of the Event Stack.
checkEventPush
this function checks whether parameter $word is a token for pushing a new event onto the Event Stack.
checkEventPush
this function checks whether parameter $word is a token for pushing a new event onto the Event Stack.
checkEventPush
This function checks whether parameter $word is a token for pushing a new event onto the Event Stack.
configWordParser
Tell the parser's WordParser $wp to set up tokens to parse words by.
configWordParser
tell the parser's WordParser $wp to set up tokens to parse words by.
configWordParser
Give the word parser necessary data to begin a new parse
configWordParser
tell the parser's WordParser $wp to set up tokens to parse words by.
Convert
parserXMLDocBookTag::Convert() in PackagePageElements.inc
calls the output conversion
Convert
parserEntity::Convert() in PackagePageElements.inc
calls the output conversion
Convert
parserCData::Convert() in PackagePageElements.inc
calls the output conversion
concatTokens
phpDocumentorTWordParser::concatTokens() in phpDocumentorTWordParser.inc
Utility function to convert a series of tokens into a string
d
top
$data
phpDocumentor_IntermediateParser::$data in IntermediateParser.inc
$data contains parsed structures for the current page being parsed
$db_template
$defineconflicts
ProceduralPages::$defineconflicts in ProceduralPages.inc
Namespace conflicts within all documented packages of functions
$definesbyfile
ProceduralPages::$definesbyfile in ProceduralPages.inc
array of parsed defines organized by the full path of the file that contains the define.
$definesbynamefile
array of file names organized by defines that are in the file.
$dirs
contents of --directory commandline
debug
debug() in common.inc.php
Debugging output
decideOnOrOff
decideOnOrOff() in Setup.inc.php
Fuzzy logic to interpret the boolean args' intent
dirList
Io::dirList() in Io.inc
displayHelpMsg
create the help message for display on the command-line
DescHTML.inc
DescHTML.inc in DescHTML.inc
DocBlockTags.inc
DocBlockTags.inc in DocBlockTags.inc
$data
RecordWarning::$data in Errors.inc
error string
defineLink
defineLink in LinkClasses.inc
define link
$docblock
parserData::$docblock in ParserData.inc
DocBlock (parserDocBlock) for this page, or false if not set
$desc
parserDocBlock::$desc in ParserDocBlock.inc
$datatype
parserGlobal::$datatype in ParserElements.inc
Name of the global's data type
$docblock
parserElement::$docblock in ParserElements.inc
defaultHandler
Handles all non-inline tags
defaultTagHandler
Handles all standard tags that only have a description
doSimpleList
parserDescParser::doSimpleList() in ParserDescCleanup.inc
Return a simple list, if found
e
top
$event_handlers
the functions which handle output from the Parser
elementCmp
does a natural case sort on two parserElement descendants
EventStack
EventStack in EventStack.inc
An event Stack
EventStack.inc
EventStack.inc in EventStack.inc
$errors
ErrorTracker::$errors in Errors.inc
array of RecordErrors
ErrorTracker
ErrorTracker in Errors.inc
contains all the errors/warnings
Errors.inc
Errors.inc in Errors.inc
$end
parserSourceInlineTag::$end in InlineTags.inc
Last line to display
$elements
parserData::$elements in ParserData.inc
array of parsed elements
explicitDocBlock
Tells this page that its DocBlock was not implicit
$endlinenumber
parserDocBlock::$endlinenumber in ParserDocBlock.inc
Line number in the source on which this docblock ends
$explicitcategory
parserDocBlock::$explicitcategory in ParserDocBlock.inc
fix for bug 708559
$explicitpackage
parserDocBlock::$explicitpackage in ParserDocBlock.inc
fix for bug 591396
$endlinenumber
parserElement::$endlinenumber in ParserElements.inc
line number on file where this element stops
$extends
parserClass::$extends in ParserElements.inc
$eventHandlers
XMLPackagePageParser::$eventHandlers in XMLpackagePageParser.inc
$eventHandlers
$eventHandlers
phpDocumentorTParser::$eventHandlers in phpDocumentorTParser.inc
endTag
Parser::endTag() in Parser.inc
Called to clean up at the end of parsing a @tag in a docblock
exampleTagHandler
handles @example
endCData
parserXMLDocBookTag::endCData() in PackagePageElements.inc
Adds $_cdata to $value
f
top
$files
contents of --filename commandline
$functionconflicts
Namespace conflicts within all documented packages of functions
$functionsbyfile
ProceduralPages::$functionsbyfile in ProceduralPages.inc
array of parsed functions organized by the full path of the file that contains the function.
$functionsbynamefile
array of file names organized by functions that are in the file.
fancy_debug
fancy_debug() in common.inc.php
Returns a formatted var_dump for debugging purposes.
$file
RecordWarning::$file in Errors.inc
file this error occurred in
$fileAlias
abstractLink::$fileAlias in LinkClasses.inc
phpdoc alias _phpdoc_inc for phpdoc.inc
functionLink
functionLink in LinkClasses.inc
function link
$file
parserPage::$file in ParserData.inc
filename.ext (no path)
$funcglobals
parserDocBlock::$funcglobals in ParserDocBlock.inc
array of global variable data.
$file
parserElement::$file in ParserElements.inc
location of this element (filename)
formatFile
format a file or URL
formatString
format an XML string
find_phpdoc.php
find_phpdoc.php in find_phpdoc.php
findGlobal
phpDocumentorTWordParser::findGlobal() in phpDocumentorTWordParser.inc
Tell the phpDocumentorTWordParser to return the entire global variable if it is found.
g
top
$globalconflicts
ProceduralPages::$globalconflicts in ProceduralPages.inc
Namespace conflicts within all documented packages of functions
$globalsbyfile
ProceduralPages::$globalsbyfile in ProceduralPages.inc
array of parsed global variables organized by the full path of the file that contains the global variable definition.
$globalsbynamefile
array of file names organized by global variables that are in the file.
getAllFiles
Take a filename with wildcards and return all files that match the
getBase
Io::getBase() in Io.inc
Retrieve common directory (case-insensitive in windows)
getClass
Classes::getClass() in Classes.inc
Get the parserClass representation of a class from its name and file
getClassByPackage
Search for a class in a package
getClassesInPath
Used by parserData::getClasses() to retrieve classes defined in file $path
getConflicts
If a package contains two classes with the same name, this function finds that conflict
getDefiniteChildren
Get all classes confirmed in parsing to be descended class $parclass in file $file
getDirTree
getEvent
EventStack::getEvent() in EventStack.inc
Get the current event
getParentClass
Find the parent class of a class in file $file
getPathInfo
ProceduralPages::getPathInfo() in ProceduralPages.inc
gathers path-related info about a given element
getReadmeInstallChangelog
getRealPath
ProceduralPages::getRealPath() in ProceduralPages.inc
Ensures the path to the file is an absolute path
getRegExpableSearchString
Converts $s into a string that can be used with preg_match
getRoots
Classes::getRoots() in Classes.inc
Get a list of all root classes indexed by package. Used to generate class trees by Converter
getTutorials
Retrieve tutorial subdirectories and their contents from the list of
get_include_path
getDescription
Get the description of how the element used is being used.
getSourceLink
gets path to the sourcecode file
getSourceLink
Retrieve a converter-specific link to the example
getString
parserTag::getString() in DocBlockTags.inc
Returns the text minus any inline tags
getString
parserAccessTag::getString() in DocBlockTags.inc
No inline tags are possible, returns 'public', 'protected' or 'private'
getProgramListing
Return the source for the example file, enclosed in a <programlisting> tag to use in a tutorial
getString
gets the source string
getString
always gets an empty string
globalLink
globalLink in LinkClasses.inc
global variable link
getClasses
parserData::getClasses() in ParserData.inc
returns a list of all classes declared in a file
getFile
parserPage::getFile() in ParserData.inc
gets the file name
getLink
parserData::getLink() in ParserData.inc
returns a link
getName
parserData::getName() in ParserData.inc
Get the output-safe filename (. changed to _)
getName
parserPage::getName() in ParserData.inc
gets the name
getPackageOutput
gets the package output array
getParseData
parserPage::getParseData() in ParserData.inc
Not implemented in this version
getPath
parserPage::getPath() in ParserData.inc
gets the path
getSourceLocation
gets the source location
getString
return the string unconverted (all inline tags are taken out - this should only be used in pre-parsing to see if any other text is in the string)
getTutorial
parserData::getTutorial() in ParserData.inc
If this file has a tutorial associated with it, returns a link to the tutorial.
getType
parserPage::getType() in ParserData.inc
gets the tag type
getType
parserBase::getType() in ParserData.inc
gets the type
getValue
parserBase::getValue() in ParserData.inc
gets the value
getDesc
parserDocBlock::getDesc() in ParserDocBlock.inc
getEndLineNumber
Retrieve ending line number
getExplicitCategory
If the DocBlock has a @category tag, then this returns true
getExplicitPackage
If the DocBlock has a @package tag, then this returns true
getKeyword
parserDocBlock::getKeyword() in ParserDocBlock.inc
getLineNumber
parserDocBlock::getLineNumber() in ParserDocBlock.inc
Retrieve starting line number
getSDesc
parserDocBlock::getSDesc() in ParserDocBlock.inc
getType
parserDocBlock::getType() in ParserDocBlock.inc
$globals
parserFunction::$globals in ParserElements.inc
global declarations parsed from function definition
getChildClassList
parserClass::getChildClassList() in ParserElements.inc
returns a list of all child classes of this class
getClass
parserVar::getClass() in ParserElements.inc
Retrieve the class name
getClass
parserMethod::getClass() in ParserElements.inc
Return name of the class that contains this method
getClass
parserConst::getClass() in ParserElements.inc
Retrieve the class name
getConflicts
parserFunction::getConflicts() in ParserElements.inc
Returns all functions in other packages that have the same name as this function
getConflicts
parserClass::getConflicts() in ParserElements.inc
Returns all classes in other packages that have the same name as this class
getConflicts
parserDefine::getConflicts() in ParserElements.inc
Returns all defines in other packages that have the same name as this define
getConflicts
parserGlobal::getConflicts() in ParserElements.inc
Returns all global variables in other packages that have the same name as this global variable
getConstNames
parserClass::getConstNames() in ParserElements.inc
getConsts
parserClass::getConsts() in ParserElements.inc
getDataType
parserGlobal::getDataType() in ParserElements.inc
Retrieve converter-specific representation of the data type
getEndLineNumber
parserElement::getEndLineNumber() in ParserElements.inc
getExtends
parserClass::getExtends() in ParserElements.inc
getFile
parserElement::getFile() in ParserElements.inc
getFunctionCall
parserMethod::getFunctionCall() in ParserElements.inc
adds "constructor " to start of function call if $isConstructor is true
getFunctionCall
parserFunction::getFunctionCall() in ParserElements.inc
Get a human-friendly description of the function call
getImplements
parserClass::getImplements() in ParserElements.inc
getImplements
parserMethod::getImplements() in ParserElements.inc
getInheritedConsts
parserClass::getInheritedConsts() in ParserElements.inc
getInheritedMethods
getInheritedVars
parserClass::getInheritedVars() in ParserElements.inc
getIntricateFunctionCall
getIntricateFunctionCall
Like getFunctionCall(), but has no English or pre-determined formatting.
getLineNumber
parserElement::getLineNumber() in ParserElements.inc
getLink
parserConst::getLink() in ParserElements.inc
quick way to link to this element
getLink
parserDefine::getLink() in ParserElements.inc
quick way to link to this element
getLink
parserTutorial::getLink() in ParserElements.inc
Get a link to this tutorial, or to any subsection of this tutorial
getLink
parserVar::getLink() in ParserElements.inc
quick way to link to this element
getLink
parserGlobal::getLink() in ParserElements.inc
quick way to link to this element
getLink
parserMethod::getLink() in ParserElements.inc
quick way to link to this element
getLink
parserFunction::getLink() in ParserElements.inc
quick way to link to this element
getLink
parserClass::getLink() in ParserElements.inc
quick way to link to this element
getMethod
parserClass::getMethod() in ParserElements.inc
getMethodNames
parserClass::getMethodNames() in ParserElements.inc
getMethods
parserClass::getMethods() in ParserElements.inc
getModifiers
parserClass::getModifiers() in ParserElements.inc
Get the PHP5+ modifiers for this class
getModifiers
parserVar::getModifiers() in ParserElements.inc
Return a list of access modifiers (static/private/etc.)
getModifiers
parserMethod::getModifiers() in ParserElements.inc
Return name of the class that contains this method
getName
parserElement::getName() in ParserElements.inc
getNext
parserTutorial::getNext() in ParserElements.inc
Retrieve converter-specific link to the next tutorial's documentation
getOverrides
parserVar::getOverrides() in ParserElements.inc
getOverrides
parserMethod::getOverrides() in ParserElements.inc
getOverridingMethods
getOverridingMethodsForClass
getOverridingVars
parserVar::getOverridingVars() in ParserElements.inc
getOverridingVarsForClass
getPackage
parserElement::getPackage() in ParserElements.inc
getParam
parserFunction::getParam() in ParserElements.inc
getParent
parserClass::getParent() in ParserElements.inc
retrieve object that represents the parent class
getParent
parserTutorial::getParent() in ParserElements.inc
Retrieve converter-specific link to the parent tutorial's documentation
getParentClassTree
parserClass::getParentClassTree() in ParserElements.inc
getPath
parserElement::getPath() in ParserElements.inc
getPrev
parserTutorial::getPrev() in ParserElements.inc
Retrieve converter-specific link to the previous tutorial's documentation
getReturnsReference
getSource
parserFunction::getSource() in ParserElements.inc
getSourceLocation
parserClass::getSourceLocation() in ParserElements.inc
getTitle
parserTutorial::getTitle() in ParserElements.inc
Retrieve the title of the tutorial, or of any subsection
getTutorial
parserClass::getTutorial() in ParserElements.inc
Get the associated tutorial for this class, if any
getVar
parserClass::getVar() in ParserElements.inc
getVarNames
parserClass::getVarNames() in ParserElements.inc
getVars
parserClass::getVars() in ParserElements.inc
getParserEventName
searches for a parser event name based on its number
getParserEventName
XMLPackagePageParser::getParserEventName() in XMLpackagePageParser.inc
debugging function
getParserEventName
getParserEventName
getParserEventName
Debugging function, takes an event number and attempts to return its name
getWord
Retrieve the next token
globalTagHandler
handles @global
getId
parserXMLDocBookTag::getId() in PackagePageElements.inc
Return converter-specific formatting of ID.
getSubsection