Full index

Package indexes


a b c d e f g h i j k l m n o p q r s t u v w x _
a
top
Variable $all_packages
Converter::$all_packages in Converter.inc
All packages encountered in parsing
Variable $all_packages
list of all packages encountered while documenting. Used in automatic linking.
Variable $attributes
parserXMLDocBookTag::$attributes in PackagePageElements.inc
Attributes from the XML tag
Class abstractLink
abstractLink in LinkClasses.inc
linking classes parent
Method add
parserXMLDocBookTag::add() in PackagePageElements.inc
Add contents to this tag.
Method add
equivalent to the . operator ($a = $b . $c)
Method add
parserDesc::add() in ParserDocBlock.inc
Method addAccess
parserDocBlock::addAccess() in ParserDocBlock.inc
add an @access tag to the tags array
Method addAttribute
parserXMLDocBookTag::addAttribute() in PackagePageElements.inc
Add an xml tag attribute name="value" pair
Method addCData
parserXMLDocBookTag::addCData() in PackagePageElements.inc
add a word to CData
Method addClass
Classes::addClass() in Classes.inc
While parsing, add a class to the list of parsed classes
Method addClassPackageToFile
adds a package from a class to the current file
Method addConst
Classes::addConst() in Classes.inc
While parsing, add a variable to the list of parsed variables
Method addConverter
Add a converter name to use to the list of converters
Method addDefine
ProceduralPages::addDefine() in ProceduralPages.inc
sets up the $definesbyfile array using $curfile
Method addElement
parserData::addElement() in ParserData.inc
add a new element to the tracking array
Method addElementToPage
adds a processed descendant of parserElement to the $pages array or $privatepages array
Method addError
add a new error to the $errors array
Function addError
addError() in Errors.inc
add an Error
Function addErrorDie
addErrorDie() in Errors.inc
like addError() but exits parsing
Method addErrorReturn
add a new error to the $errors array and returns the error string
Method addExample
parserDocBlock::addExample() in ParserDocBlock.inc
adds an @example tag
Method addFileSource
parserDocBlock::addFileSource() in ParserDocBlock.inc
Adds a new @filesource tag to the DocBlock
Method addFileSource
phpDocumentorTWordParser::addFileSource() in phpDocumentorTWordParser.inc
Wrapper for addSource() used to retrieve the entire source code organized by line number in setup()
Method addFuncGlobal
parserDocBlock::addFuncGlobal() in ParserDocBlock.inc
adds a function declaration of @global to the $funcglobals array
Method addFunction
ProceduralPages::addFunction() in ProceduralPages.inc
sets up the $functionsbyfile array using $curfile
Method addGlobal
ProceduralPages::addGlobal() in ProceduralPages.inc
sets up the $globalsbyfile array using $curfile
Method addGlobals
parserFunction::addGlobals() in ParserElements.inc
Add all "global $var, $var2" declarations to this function
Method addHHP
CHMdefaultConverter::addHHP() in CHMdefaultConverter.inc
Method addImplements
parserClass::addImplements() in ParserElements.inc
Method addInclude
ProceduralPages::addInclude() in ProceduralPages.inc
sets up the $includesbyfile array using $curfile
Method addItem
parserList::addItem() in DescHTML.inc
add an item to a list
Method addKeyword
parserDocBlock::addKeyword() in ParserDocBlock.inc
Method addKLink
CHMdefaultConverter::addKLink() in CHMdefaultConverter.inc
Add an item to the index.hhk file
Method addLink
methodLink::addLink() in LinkClasses.inc
sets up the link
Method addLink
parserDocBlock::addLink() in ParserDocBlock.inc
creates a parserLinkTag and adds it to the $tags array
Method addLink
abstractLink::addLink() in LinkClasses.inc
sets up the link
Method addLink
tutorialLink::addLink() in LinkClasses.inc
sets up the link
Method addLink
parserData::addLink() in ParserData.inc
adds a link
Method addList
parserList::addList() in DescHTML.inc
add a list
Method addMessage
phpdocpdf::addMessage() in class.phpdocpdf.php
Method addMethod
Classes::addMethod() in Classes.inc
While parsing, add a method to the list of parsed methods
Method addName
parserDocBlock::addName() in ParserDocBlock.inc
Adds a @name tag to the tag list
Method addPackage
parserDocBlock::addPackage() in ParserDocBlock.inc
Method addPackageParent
If the parent class of $class is in a different package, adds it to the
Method addPackageToFile
Mark a package as being used in a class
Method addPage
ProceduralPages::addPage() in ProceduralPages.inc
sets up the $pages array
Method addPage
Replaces the parserPage represented by $this->pages[$path] with $page
Method addPageIfNecessary
add a new parserPage to the $pages array if none is found
Method addPagePackage
ProceduralPages::addPagePackage() in ProceduralPages.inc
Changes the package of the page represented by $path
Method addParam
parserDocBlock::addParam() in ParserDocBlock.inc
Method addParam
parserFunction::addParam() in ParserElements.inc
Method addParam
parserMethod::addParam() in ParserElements.inc
Method addPrivatePage
Adds a parserPage element to the parserData element in $this->privatepages[$path]
Method addProperty
parserDocBlock::addProperty() in ParserDocBlock.inc
Adds a @property(-read or -write) or @method magic tag to the DocBlock
Method addReturn
parserDocBlock::addReturn() in ParserDocBlock.inc
creates a parserReturnTag and adds it to the $tags array
Method addSee
parserDocBlock::addSee() in ParserDocBlock.inc
creates a parserLinkTag and adds it to the $tags array
Method addSource
parserFunction::addSource() in ParserElements.inc
Set the source code. Always array in PHP 4.3.0+
Method addSource
phpDocumentorTWordParser::addSource() in phpDocumentorTWordParser.inc
Generate source token arrays organized by line number
Method addSourceTOC
CHMdefaultConverter::addSourceTOC() in CHMdefaultConverter.inc
Method addStatics
parserFunction::addStatics() in ParserElements.inc
Add all "static $var, $var2 = 6" declarations to this function
Method addStaticVar
parserDocBlock::addStaticVar() in ParserDocBlock.inc
Method addSummaryToPackageXml
Method addTag
parserDocBlock::addTag() in ParserDocBlock.inc
Used to insert DocBlock Template tags into a docblock
Method addTOC
CHMdefaultConverter::addTOC() in CHMdefaultConverter.inc
Method addTutorial
parserClass::addTutorial() in ParserElements.inc
Method addTutorial
parserData::addTutorial() in ParserData.inc
adds a tutorial parser
Method addUnknownTag
parserDocBlock::addUnknownTag() in ParserDocBlock.inc
adds an unknown tag to the $unknown_tags array for use by custom converters
Method addUses
Add all the @uses tags from $element to the $uses array so that @usedby
Method addUses
parserDocBlock::addUses() in ParserDocBlock.inc
Add a @uses tag to the DocBlock
Method addVar
Classes::addVar() in Classes.inc
While parsing, add a variable to the list of parsed variables
Method addVar
parserDocBlock::addVar() in ParserDocBlock.inc
creates a parserVarTag and adds it to the $tags array
Method addWarning
add a new warning to the $warnings array
Function addWarning
addWarning() in Errors.inc
add a Warning
Function adv_htmlentities
adv_htmlentities() in Converter.inc
smart htmlentities, doesn't entity the allowed tags list
Method arrayConvert
converter helper used in PHP 4.3.0+
Method arrayConvert
converter helper for PHP 4.3.0+
Method AttrToString
Converter::AttrToString() in Converter.inc
Convert the attribute of a Tutorial docbook tag's attribute list
Page actions.php
actions.php in actions.php
b
top
Variable $base_dir
HTMLframesConverter::$base_dir in HTMLframesConverter.inc
target directory passed on the command-line.
Variable $base_dir
CHMdefaultConverter::$base_dir in CHMdefaultConverter.inc
target directory passed on the command-line.
Variable $base_dir
XMLDocBookConverter::$base_dir in XMLDocBookConverter.inc
target directory passed on the command-line.
Variable $base_dir
XMLDocBookpeardoc2Converter::$base_dir in XMLDocBookpeardoc2Converter.inc
target directory passed on the command-line.
Variable $base_dir
HTMLSmartyConverter::$base_dir in HTMLSmartyConverter.inc
target directory passed on the command-line.
Method backupPos
back the word parser to the previous token as defined by $last_token
Method backupPos
WordParser::backupPos() in WordParser.inc
Backup to the previous token so that it can be retrieved again in a new context.
Method backupPos
phpDocumentorTWordParser::backupPos() in phpDocumentorTWordParser.inc
backs the parser up to the previous position
Method Bolden
Converter::Bolden() in Converter.inc
Used to convert the contents of <b> in a docblock
Method Br
XMLDocBookpeardoc2Converter::Br() in XMLDocBookpeardoc2Converter.inc
Method Br
Converter::Br() in Converter.inc
Used to convert <br> in a docblock
Class bug_772441
bug_772441 in bug-772441.php
Method bullet
phpdocpdf::bullet() in class.phpdocpdf.php
Page builder.php
builder.php in builder.php
Page bug-560532.php
bug-560532.php in bug-560532.php
Page bug-772441.php
bug-772441.php in bug-772441.php
Page Beautifier.php
Beautifier.php in Beautifier.php
c
top
Variable $category
category of the {@id}
Variable $category
parserDocBlock::$category in ParserDocBlock.inc
Variable $category
parserPage::$category in ParserData.inc
Variable $category
XMLDocBookpeardoc2Converter::$category in XMLDocBookpeardoc2Converter.inc
peardoc2 Category
Variable $category
abstractLink::$category in LinkClasses.inc
Variable $category
XMLDocBookConverter::$category in XMLDocBookConverter.inc
peardoc2 Category
Variable $children
parserTutorial::$children in ParserElements.inc
links to the child tutorials, or false if none
Variable $class
Converter::$class in Converter.inc
set to a classname if currently parsing a class, false if not
Variable $class
methodLink::$class in LinkClasses.inc
Variable $class
parserVar::$class in ParserElements.inc
Variable $class
XMLDocBookpeardoc2Converter::$class in XMLDocBookpeardoc2Converter.inc
name of current class being converted
Variable $class
XMLDocBookConverter::$class in XMLDocBookConverter.inc
name of current class being converted
Variable $class
parserConst::$class in ParserElements.inc
Variable $class
parserMethod::$class in ParserElements.inc
Variable $classelements
parserData::$classelements in ParserData.inc
array of parsed class elements
Variable $classes
Converter::$classes in Converter.inc
All class information, organized by path, and by package
Variable $classes
used to keep track of inheritance at the smartest level possible for a
Variable $classpackage_pagenums
Variable $class_contents
alphabetical index of all methods and vars in a class by package/subpackage
Variable $class_data
Converter::$class_data in Converter.inc
template for the class currently being processed
Variable $class_data
XMLDocBookConverter::$class_data in XMLDocBookConverter.inc
template for the class currently being processed
Variable $class_data
XMLDocBookpeardoc2Converter::$class_data in XMLDocBookpeardoc2Converter.inc
template for the class currently being processed
Variable $class_dir
CHMdefaultConverter::$class_dir in CHMdefaultConverter.inc
output directory for the current class being processed
Variable $class_dir
HTMLSmartyConverter::$class_dir in HTMLSmartyConverter.inc
output directory for the current class being processed
Variable $class_dir
XMLDocBookConverter::$class_dir in XMLDocBookConverter.inc
output directory for the current class being processed
Variable $class_dir
XMLDocBookpeardoc2Converter::$class_dir in XMLDocBookpeardoc2Converter.inc
output directory for the current class being processed
Variable $class_dir
HTMLframesConverter::$class_dir in HTMLframesConverter.inc
output directory for the current class being processed
Variable $class_elements
alphabetized index of classes by package
Variable $clean
parserData::$clean in ParserData.inc
Variable $conflicts
parserElement::$conflicts in ParserElements.inc
Variable $context
XMLPackagePageParser::$context in XMLpackagePageParser.inc
Variable $converted_returnType
contains a link to the documentation for a class passed as a type in @return, @var or @param
Variable $converter
phpdocpdf::$converter in class.phpdocpdf.php
Variable $converters
an array of template names indexed by converter name
Variable $curclasspackage
PDFdefaultConverter::$curclasspackage in PDFdefaultConverter.inc
Variable $curfile
Converter::$curfile in Converter.inc
full path of the current file being converted
Variable $curfile
parserClass::$curfile in ParserElements.inc
Variable $curfile
ProceduralPages::$curfile in ProceduralPages.inc
file being parsed, used in every add function to match up elements with the file that contains them
Variable $curfile
Variable $curpage
Converter::$curpage in Converter.inc
current procedural page being processed
Variable $curpagepackage
PDFdefaultConverter::$curpagepackage in PDFdefaultConverter.inc
Variable $current
HTMLSmartyConverter::$current in HTMLSmartyConverter.inc
contains all of the template procedural page element loop data needed for the current template
Variable $current
XMLDocBookpeardoc2Converter::$current in XMLDocBookpeardoc2Converter.inc
contains all of the template procedural page element loop data needed for the current template
Variable $current
CHMdefaultConverter::$current in CHMdefaultConverter.inc
contains all of the template procedural page element loop data needed for the current template
Variable $current
XMLDocBookConverter::$current in XMLDocBookConverter.inc
contains all of the template procedural page element loop data needed for the current template
Variable $current
HTMLframesConverter::$current in HTMLframesConverter.inc
contains all of the template procedural page element loop data needed for the current template
Variable $currentclass
HTMLframesConverter::$currentclass in HTMLframesConverter.inc
contains all of the template class element loop data needed for the current template
Variable $currentclass
CHMdefaultConverter::$currentclass in CHMdefaultConverter.inc
contains all of the template class element loop data needed for the current template
Variable $currentclass
XMLDocBookConverter::$currentclass in XMLDocBookConverter.inc
contains all of the template class element loop data needed for the current template
Variable $currentclass
XMLDocBookpeardoc2Converter::$currentclass in XMLDocBookpeardoc2Converter.inc
contains all of the template class element loop data needed for the current template
Variable $currentclass
HTMLSmartyConverter::$currentclass in HTMLSmartyConverter.inc
contains all of the template class element loop data needed for the current template
Variable $cur_class
Name of the class currently being parsed.
Method canSource
parserDocBlock::canSource() in ParserDocBlock.inc
Tells the DocBlock it can have a @filesource tag
Method cantSource
parserDocBlock::cantSource() in ParserDocBlock.inc
Tells the DocBlock it can't have a @filesource tag
Method categoryTagHandler
handles @category
Method changeGlobal
parserDocBlock::changeGlobal() in ParserDocBlock.inc
Method changeParam
parserDocBlock::changeParam() in ParserDocBlock.inc
Method changeStatic
parserDocBlock::changeStatic() in ParserDocBlock.inc
Method checkEventPop
This function checks whether parameter $word is a token for popping the current event off of the Event Stack.
Method checkEventPop
this function checks whether parameter $word is a token for popping the current event off of the Event Stack.
Method checkEventPop
this function checks whether parameter $word is a token for popping the current event off of the Event Stack.
Method checkEventPush
this function checks whether parameter $word is a token for pushing a new event onto the Event Stack.
Method checkEventPush
this function checks whether parameter $word is a token for pushing a new event onto the Event Stack.
Method checkEventPush
This function checks whether parameter $word is a token for pushing a new event onto the Event Stack.
Function checkForBugCondition
checkForBugCondition() in Setup.inc.php
Crash in case of known, dangerous bug condition
Method checkIgnore
Tell whether to ignore a file or a directory allows * and ? wildcards
Method checkIgnoreTag
Method checkState
Converter::checkState() in Converter.inc
Compare parserStringWithInlineTags::Convert() cache state to $state
Method CHMdefaultConverter
sets $base_dir to $targetDir
Class CHMdefaultConverter
CHMdefaultConverter in CHMdefaultConverter.inc
Generates files that MS HTML Help Worshop can use to create a MS Windows compiled help file (CHM)
Method ClasselementCmp
does a natural case sort on two class elements (either parserClass, parserMethod or parserVar
Class Classes
Classes in Classes.inc
Intermediate class parsing structure.
Class classLink
classLink in LinkClasses.inc
class link
Method cleanup
Converter::cleanup() in Converter.inc
Finish up parsing/cleanup directories
Method concatTokens
phpDocumentorTWordParser::concatTokens() in phpDocumentorTWordParser.inc
Utility function to convert a series of tokens into a string
Method configWordParser
Give the word parser necessary data to begin a new parse
Method configWordParser
Tell the parser's WordParser $wp to set up tokens to parse words by.
Method configWordParser
tell the parser's WordParser $wp to set up tokens to parse words by.
Method configWordParser
tell the parser's WordParser $wp to set up tokens to parse words by.
Class constLink
constLink in LinkClasses.inc
class constant link
Method Convert
converter
Method Convert
converter method
Method Convert
convert part of the tag
Method Convert
Interface to the Converter
Method Convert
convert the tag
Method Convert
calls the output conversion
Method Convert
parserEntity::Convert() in PackagePageElements.inc
calls the output conversion
Method Convert
parserCData::Convert() in PackagePageElements.inc
calls the output conversion
Method Convert
only sets a warning and returns empty
Method Convert
parserXMLDocBookTag::Convert() in PackagePageElements.inc
calls the output conversion
Method Convert
parserSamp::Convert() in DescHTML.inc
performs the conversion of sample tags
Method Convert
parserKbd::Convert() in DescHTML.inc
performs the conversion of keyboard tags
Method Convert
Use to convert the string to a real string with all inline tags parsed and linked
Method Convert
parserList::Convert() in DescHTML.inc
performs the conversion of list tags
Method Convert
parserPre::Convert() in DescHTML.inc
performs the conversion of code tags
Method Convert
parserFileSourceTag::Convert() in DocBlockTags.inc
Return a link to the highlighted source and generate the source
Method Convert
parserAccessTag::Convert() in DocBlockTags.inc
process this tag through the given output converter
Method Convert
parserDescVar::Convert() in DescHTML.inc
performs the conversion of variable tags
Method Convert
parserCode::Convert() in DescHTML.inc
performs the conversion of code tags
Method Convert
Converter::Convert() in Converter.inc
Convert all elements to output format
Method Convert
parserTutorial::Convert() in ParserElements.inc
Method Convert
parserPackagePage::Convert() in ParserElements.inc
Method Convert
parserB::Convert() in DescHTML.inc
performs the conversion of bold tags
Method Convert
parserBr::Convert() in DescHTML.inc
performs the conversion of linebreak tags
Method Convert
parserNameTag::Convert() in DocBlockTags.inc
process this tag through the given output converter
Method Convert
parserI::Convert() in DescHTML.inc
performs the conversion of italic tags
Method Convert
parserTutorialTag::Convert() in DocBlockTags.inc
process this tag through the given output converter
Method Convert
parserUsesTag::Convert() in DocBlockTags.inc
Return a link to documentation for other element, and description of how it is used
Method Convert
parserReturnTag::Convert() in DocBlockTags.inc
process this tag through the given output converter (sets up the $converted_returnType)
Method Convert
parserTag::Convert() in DocBlockTags.inc
Perform the output conversion on this parserTag using the output converter that is passed in
Method Convert
parserUsedByTag::Convert() in DocBlockTags.inc
process this tag through the given output converter
Method Convert
parserSeeTag::Convert() in DocBlockTags.inc
process this tag through the given output converter
Method convertClass
PDFdefaultConverter::convertClass() in PDFdefaultConverter.inc
Method convertClass
CHMdefaultConverter::convertClass() in CHMdefaultConverter.inc
Converts class for template output
Method convertClass
Converter::convertClass() in Converter.inc
Default Class Handler
Method convertClass
XMLDocBookConverter::convertClass() in XMLDocBookConverter.inc
Converts class for template output
Method convertClass
HTMLframesConverter::convertClass() in HTMLframesConverter.inc
Converts class for template output
Method convertClass
HTMLSmartyConverter::convertClass() in HTMLSmartyConverter.inc
Converts class for template output
Method convertClass
XMLDocBookpeardoc2Converter::convertClass() in XMLDocBookpeardoc2Converter.inc
Converts class for template output
Method convertConst
CHMdefaultConverter::convertConst() in CHMdefaultConverter.inc
Converts class constants for template output
Method convertConst
PDFdefaultConverter::convertConst() in PDFdefaultConverter.inc
Method convertConst
Converter::convertConst() in Converter.inc
Converts class constants for template output.
Method convertConst
HTMLframesConverter::convertConst() in HTMLframesConverter.inc
Converts class variables for template output
Method convertConst
HTMLSmartyConverter::convertConst() in HTMLSmartyConverter.inc
Converts class variables for template output
Method convertDefine
PDFdefaultConverter::convertDefine() in PDFdefaultConverter.inc
Method convertDefine
CHMdefaultConverter::convertDefine() in CHMdefaultConverter.inc
Converts defines for template output
Method convertDefine
HTMLSmartyConverter::convertDefine() in HTMLSmartyConverter.inc
Converts defines for template output
Method convertDefine
Converts defines for template output
Method convertDefine
XMLDocBookConverter::convertDefine() in XMLDocBookConverter.inc
Converts defines for template output
Method convertDefine
HTMLframesConverter::convertDefine() in HTMLframesConverter.inc
Converts defines for template output
Method convertDefine
XMLDocBookpeardoc2Converter::convertDefine() in XMLDocBookpeardoc2Converter.inc
Converts defines for template output
Method convertDocBlock
PDFdefaultConverter::convertDocBlock() in PDFdefaultConverter.inc
Class Converter
Converter in Converter.inc
Base class for all output converters.
Method Converter
Converter::Converter() in Converter.inc
Initialize Converter data structures
Method ConvertErrorLog
HTMLframesConverter::ConvertErrorLog() in HTMLframesConverter.inc
Create errors.html template file output
Method ConvertErrorLog
XMLDocBookConverter::ConvertErrorLog() in XMLDocBookConverter.inc
Create errors.html template file output
Method ConvertErrorLog
HTMLSmartyConverter::ConvertErrorLog() in HTMLSmartyConverter.inc
Create errors.html template file output
Method ConvertErrorLog
XMLDocBookpeardoc2Converter::ConvertErrorLog() in XMLDocBookpeardoc2Converter.inc
Create errors.html template file output
Method ConvertErrorLog
CHMdefaultConverter::ConvertErrorLog() in CHMdefaultConverter.inc
Create errors.html template file output
Method ConvertErrorLog
Convert the phpDocumentor parsing/conversion error log
Method convertFunction
HTMLframesConverter::convertFunction() in HTMLframesConverter.inc
Converts function for template output
Method convertFunction
XMLDocBookConverter::convertFunction() in XMLDocBookConverter.inc
Converts function for template output
Method convertFunction
XMLDocBookpeardoc2Converter::convertFunction() in XMLDocBookpeardoc2Converter.inc
Converts function for template output - does nothing in peardoc2!
Method convertFunction
PDFdefaultConverter::convertFunction() in PDFdefaultConverter.inc
Method convertFunction
HTMLSmartyConverter::convertFunction() in HTMLSmartyConverter.inc
Converts function for template output
Method convertFunction
CHMdefaultConverter::convertFunction() in CHMdefaultConverter.inc
Converts function for template output
Method convertFunction
Converts function for template output
Method convertGlobal
CHMdefaultConverter::convertGlobal() in CHMdefaultConverter.inc
Converts global variables for template output
Method convertGlobal
PDFdefaultConverter::convertGlobal() in PDFdefaultConverter.inc
Method convertGlobal
XMLDocBookpeardoc2Converter::convertGlobal() in XMLDocBookpeardoc2Converter.inc
Converts global variables for template output
Method convertGlobal
Converts global variables for template output
Method convertGlobal
HTMLSmartyConverter::convertGlobal() in HTMLSmartyConverter.inc
Converts global variables for template output
Method convertGlobal
XMLDocBookConverter::convertGlobal() in XMLDocBookConverter.inc
Converts global variables for template output
Method convertGlobal
HTMLframesConverter::convertGlobal() in HTMLframesConverter.inc
Converts global variables for template output
Method convertInclude
HTMLframesConverter::convertInclude() in HTMLframesConverter.inc
Converts include elements for template output
Method convertInclude
Converts includes for template output
Method convertInclude
CHMdefaultConverter::convertInclude() in CHMdefaultConverter.inc
Converts include elements for template output
Method convertInclude
PDFdefaultConverter::convertInclude() in PDFdefaultConverter.inc
Method convertInclude
XMLDocBookpeardoc2Converter::convertInclude() in XMLDocBookpeardoc2Converter.inc
Converts include elements for template output
Method convertInclude
HTMLSmartyConverter::convertInclude() in HTMLSmartyConverter.inc
Converts include elements for template output
Method convertInclude
XMLDocBookConverter::convertInclude() in XMLDocBookConverter.inc
Converts include elements for template output
Method convertMethod
CHMdefaultConverter::convertMethod() in CHMdefaultConverter.inc
Converts class methods for template output
Method convertMethod
PDFdefaultConverter::convertMethod() in PDFdefaultConverter.inc
Method convertMethod
HTMLframesConverter::convertMethod() in HTMLframesConverter.inc
Converts class methods for template output
Method convertMethod
HTMLSmartyConverter::convertMethod() in HTMLSmartyConverter.inc
Converts class methods for template output
Method convertMethod
XMLDocBookConverter::convertMethod() in XMLDocBookConverter.inc
Converts method for template output
Method convertMethod
XMLDocBookpeardoc2Converter::convertMethod() in XMLDocBookpeardoc2Converter.inc
Converts method for template output
Method convertMethod
Converts method for template output
Method convertPackagepage
Method convertPackagePage
XMLDocBookpeardoc2Converter::convertPackagePage() in XMLDocBookpeardoc2Converter.inc
Does nothing - use tutorials for DocBook
Method convertPackagepage
Converts package page and sets its package as used in $package_pages
Method convertPackagePage
Converts package page and sets its package as used in $package_pages
Method convertPackagepage
Converts package page and sets its package as used in $package_pages
Method convertPackagepage
Converts package page and sets its package as used in $package_pages
Method convertPage
XMLDocBookConverter::convertPage() in XMLDocBookConverter.inc
converts procedural pages for template output
Method convertPage
XMLDocBookpeardoc2Converter::convertPage() in XMLDocBookpeardoc2Converter.inc
converts procedural pages for template output
Method convertPage
HTMLSmartyConverter::convertPage() in HTMLSmartyConverter.inc
converts procedural pages for template output
Method convertPage
Converter::convertPage() in Converter.inc
Default Page Handler
Method convertPage
HTMLframesConverter::convertPage() in HTMLframesConverter.inc
converts procedural pages for template output
Method convertPage
CHMdefaultConverter::convertPage() in CHMdefaultConverter.inc
converts procedural pages for template output
Method convertPage
PDFdefaultConverter::convertPage() in PDFdefaultConverter.inc
Method convertParams
PDFdefaultConverter::convertParams() in PDFdefaultConverter.inc
Method ConvertPart
convert part of the tag
Method ConvertSource
convert the source code
Method ConvertSource
convert the source code
Method ConvertTitle
Converter::ConvertTitle() in Converter.inc
Convert the title of a Tutorial docbook tag section
Method ConvertTodoList
HTMLframesConverter::ConvertTodoList() in HTMLframesConverter.inc
Method ConvertTodoList
CHMdefaultConverter::ConvertTodoList() in CHMdefaultConverter.inc
Method ConvertTodoList
HTMLSmartyConverter::ConvertTodoList() in HTMLSmartyConverter.inc
Method ConvertTodoList
Convert the list of all @todo tags
Method convertTutorial
PDFdefaultConverter::convertTutorial() in PDFdefaultConverter.inc
Method convertTutorial
CHMdefaultConverter::convertTutorial() in CHMdefaultConverter.inc
Method convertTutorial
Default Tutorial Handler
Method convertTutorial
XMLDocBookpeardoc2Converter::convertTutorial() in XMLDocBookpeardoc2Converter.inc
Convert tutorials for output
Method convertTutorial
HTMLSmartyConverter::convertTutorial() in HTMLSmartyConverter.inc
Method convertTutorial
HTMLframesConverter::convertTutorial() in HTMLframesConverter.inc
Method convertTutorial
XMLDocBookConverter::convertTutorial() in XMLDocBookConverter.inc
Method convertVar
Converter::convertVar() in Converter.inc
Converts class variables for template output.
Method convertVar
CHMdefaultConverter::convertVar() in CHMdefaultConverter.inc
Converts class variables for template output
Method convertVar
XMLDocBookConverter::convertVar() in XMLDocBookConverter.inc
Converts class variables for template output.
Method convertVar
HTMLframesConverter::convertVar() in HTMLframesConverter.inc
Converts class variables for template output
Method convertVar
XMLDocBookpeardoc2Converter::convertVar() in XMLDocBookpeardoc2Converter.inc
Does nothing in this converter
Method convertVar
PDFdefaultConverter::convertVar() in PDFdefaultConverter.inc
Method convertVar
HTMLSmartyConverter::convertVar() in HTMLSmartyConverter.inc
Converts class variables for template output
Method Convert_RIC
HTMLSmartyConverter::Convert_RIC() in HTMLSmartyConverter.inc
Convert README/INSTALL/CHANGELOG file contents to output format
Method Convert_RIC
HTMLframesConverter::Convert_RIC() in HTMLframesConverter.inc
Convert README/INSTALL/CHANGELOG file contents to output format
Method Convert_RIC
PDFdefaultConverter::Convert_RIC() in PDFdefaultConverter.inc
Convert README/INSTALL/CHANGELOG file contents to output format
Method Convert_RIC
CHMdefaultConverter::Convert_RIC() in CHMdefaultConverter.inc
Convert README/INSTALL/CHANGELOG file contents to output format
Method Convert_RIC
Converter::Convert_RIC() in Converter.inc
Convert README/INSTALL/CHANGELOG file contents to output format
Method copyFile
Converter::copyFile() in Converter.inc
Copies a file from the template directory to the target directory
Method copyMediaRecursively
Method copyMediaRecursively
Method copyMediaRecursively
Method createDocs
Method createParentDir
Recursively creates all subdirectories that don't exist in the $dir path
Page config.php
config.php in config.php
Page Classes.inc
Classes.inc in Classes.inc
Page clone.inc.php
clone.inc.php in clone.inc.php
Page clone5.inc.php
clone5.inc.php in clone5.inc.php
Page common.inc.php
common.inc.php in common.inc.php
Page Converter.inc
Converter.inc in Converter.inc
Page CHMdefaultConverter.inc
CHMdefaultConverter.inc in CHMdefaultConverter.inc
Page class.phpdocpdf.php
class.phpdocpdf.php in class.phpdocpdf.php
d
top
Variable $data
RecordWarning::$data in Errors.inc
error string
Variable $data
phpDocumentor_IntermediateParser::$data in IntermediateParser.inc
$data contains parsed structures for the current page being parsed
Variable $datatype
parserGlobal::$datatype in ParserElements.inc
Name of the global's data type
Variable $db_template
Variable $defineconflicts
ProceduralPages::$defineconflicts in ProceduralPages.inc
Namespace conflicts within all documented packages of functions
Variable $definesbyfile
ProceduralPages::$definesbyfile in ProceduralPages.inc
array of parsed defines organized by the full path of the file that contains the define.
Variable $definesbynamefile
array of file names organized by defines that are in the file.
Variable $define_elements
alphabetized index of defines by package
Variable $desc
parserDocBlock::$desc in ParserDocBlock.inc
Variable $dirs
contents of --directory commandline
Variable $docblock
parserElement::$docblock in ParserElements.inc
Variable $docblock
parserData::$docblock in ParserData.inc
DocBlock (parserDocBlock) for this page, or false if not set
Function debug
debug() in common.inc.php
Debugging output
Function decideOnOrOff
decideOnOrOff() in Setup.inc.php
Fuzzy logic to interpret the boolean args' intent
Method defaultHandler
Handles all non-inline tags
Method defaultTagHandler
Handles all standard tags that only have a description
Class defineLink
defineLink in LinkClasses.inc
define link
Method dirList
Io::dirList() in Io.inc
Method displayHelpMsg
create the help message for display on the command-line
Method doSimpleList
parserDescParser::doSimpleList() in ParserDescCleanup.inc
Return a simple list, if found
Method dots
phpdocpdf::dots() in class.phpdocpdf.php
Page DescHTML.inc
DescHTML.inc in DescHTML.inc
Page DocBlockTags.inc
DocBlockTags.inc in DocBlockTags.inc
e
top
Variable $elements
Converter::$elements in Converter.inc
alphabetical index of all elements
Variable $elements
parserData::$elements in ParserData.inc
array of parsed elements
Variable $end
parserSourceInlineTag::$end in InlineTags.inc
Last line to display
Variable $endlinenumber
parserDocBlock::$endlinenumber in ParserDocBlock.inc
Line number in the source on which this docblock ends
Variable $endlinenumber
parserElement::$endlinenumber in ParserElements.inc
line number on file where this element stops
Variable $errors
ErrorTracker::$errors in Errors.inc
array of RecordErrors
Variable $eventHandlers
XMLPackagePageParser::$eventHandlers in XMLpackagePageParser.inc
Variable $eventHandlers
phpDocumentorTParser::$eventHandlers in phpDocumentorTParser.inc
Variable $eventHandlers
Variable $event_handlers
the functions which handle output from the Parser
Variable $explicitcategory
parserDocBlock::$explicitcategory in ParserDocBlock.inc
fix for bug 708559
Variable $explicitpackage
parserDocBlock::$explicitpackage in ParserDocBlock.inc
fix for bug 591396
Variable $extends
parserClass::$extends in ParserElements.inc
Method elementCmp
does a natural case sort on two parserElement descendants
Method EncloseList
Converter::EncloseList() in Converter.inc
Used to convert the contents of <ol> or <ul> in a docblock
Method EncloseParagraph
Used to enclose a paragraph in a docblock
Method endCData
parserXMLDocBookTag::endCData() in PackagePageElements.inc
Adds $_cdata to $value
Method endClass
CHMdefaultConverter::endClass() in CHMdefaultConverter.inc
Writes out the template file of $class_data and unsets the template to save memory
Method endClass
HTMLSmartyConverter::endClass() in HTMLSmartyConverter.inc
Writes out the template file of $class_data and unsets the template to save memory
Method endClass
Converter::endClass() in Converter.inc
Called by walk() while converting, when the last class element has been parsed.
Method endClass
XMLDocBookConverter::endClass() in XMLDocBookConverter.inc
Writes out the template file of $class_data and unsets the template to save memory
Method endClass
HTMLframesConverter::endClass() in HTMLframesConverter.inc
Writes out the template file of $class_data and unsets the template to save memory
Method endClass
XMLDocBookpeardoc2Converter::endClass() in XMLDocBookpeardoc2Converter.inc
Writes out the template file of $class_data and unsets the template to save memory
Method endPage
XMLDocBookConverter::endPage() in XMLDocBookConverter.inc
Writes out the template file of $page_data and unsets the template to save memory
Method endPage
HTMLSmartyConverter::endPage() in HTMLSmartyConverter.inc
Writes out the template file of $page_data and unsets the template to save memory
Method endPage
HTMLframesConverter::endPage() in HTMLframesConverter.inc
Writes out the template file of $page_data and unsets the template to save memory
Method endPage
Converter::endPage() in Converter.inc
Called by walk() while converting, when the last procedural page element has been parsed.
Method endPage
CHMdefaultConverter::endPage() in CHMdefaultConverter.inc
Writes out the template file of $page_data and unsets the template to save memory
Method endTag
Parser::endTag() in Parser.inc
Called to clean up at the end of parsing a @tag in a docblock
Class ErrorTracker
ErrorTracker in Errors.inc
contains all the errors/warnings
Class EventStack
EventStack in EventStack.inc
An event Stack
Method exampleProgramExample
XMLDocBookpeardoc2Converter::exampleProgramExample() in XMLDocBookpeardoc2Converter.inc
Used to convert the {@example} inline tag in a docblock.
Method exampleProgramExample
Used to convert the {@example} inline tag in a docblock.
Method exampleTagHandler
handles @example
Method explicitDocBlock
Tells this page that its DocBlock was not implicit
Method ezNewPage
phpdocpdf::ezNewPage() in class.phpdocpdf.php
Method ezOutput
phpdocpdf::ezOutput() in class.phpdocpdf.php
Method ezProcessText
phpdocpdf::ezProcessText() in class.phpdocpdf.php
Method ezText
phpdocpdf::ezText() in class.phpdocpdf.php
Page Errors.inc
Errors.inc in Errors.inc
Page EventStack.inc
EventStack.inc in EventStack.inc
f
top
Variable $file
parserPage::$file in ParserData.inc
filename.ext (no path)
Variable $file
RecordWarning::$file in Errors.inc
file this error occurred in
Variable $file
parserElement::$file in ParserElements.inc
location of this element (filename)
Variable $fileAlias
abstractLink::$fileAlias in LinkClasses.inc
phpdoc alias _phpdoc_inc for phpdoc.inc
Variable $files
contents of --filename commandline
Variable $font_dir
phpdocpdf::$font_dir in class.phpdocpdf.php
Variable $funcglobals
parserDocBlock::$funcglobals in ParserDocBlock.inc
array of global variable data.
Variable $functionconflicts
Namespace conflicts within all documented packages of functions
Variable $functionsbyfile
ProceduralPages::$functionsbyfile in ProceduralPages.inc
array of parsed functions organized by the full path of the file that contains the function.
Variable $functionsbynamefile
array of file names organized by functions that are in the file.
Variable $function_data
XMLDocBookpeardoc2Converter::$function_data in XMLDocBookpeardoc2Converter.inc
Variable $function_data
XMLDocBookConverter::$function_data in XMLDocBookConverter.inc
Variable $function_elements
alphabetized index of functions by package
Page file_dialog.php
file_dialog.php in file_dialog.php
Function fancy_debug
fancy_debug() in common.inc.php
Returns a formatted var_dump for debugging purposes.
Method findGlobal
phpDocumentorTWordParser::findGlobal() in phpDocumentorTWordParser.inc
Tell the phpDocumentorTWordParser to return the entire global variable if it is found.
Method flushHighlightCache
Return the close text for the current token
Method flushPackageXml
XMLDocBookpeardoc2Converter::flushPackageXml() in XMLDocBookpeardoc2Converter.inc
Method formatFile
format a file or URL
Method formatIndex
XMLDocBookpeardoc2Converter::formatIndex() in XMLDocBookpeardoc2Converter.inc
Does nothing
Method formatIndex
XMLDocBookConverter::formatIndex() in XMLDocBookConverter.inc
HTMLdefaultConverter uses this function to format template index.html and packages.html
Method formatIndex
HTMLSmartyConverter::formatIndex() in HTMLSmartyConverter.inc
HTMLdefaultConverter uses this function to format template index.html and packages.html
Method formatIndex
CHMdefaultConverter::formatIndex() in CHMdefaultConverter.inc
CHMdefaultConverter uses this function to format template index.html and packages.html
Method formatIndex
Converter::formatIndex() in Converter.inc
Called by walk() while converting.
Method formatIndex
HTMLframesConverter::formatIndex() in HTMLframesConverter.inc
HTMLdefaultConverter uses this function to format template index.html and packages.html
Method formatLeftIndex
HTMLframesConverter::formatLeftIndex() in HTMLframesConverter.inc
Generate indexes for li_package.html and classtree output files
Method formatLeftIndex
XMLDocBookConverter::formatLeftIndex() in XMLDocBookConverter.inc
Generate indexes for li_package.html and classtree output files
Method formatLeftIndex
CHMdefaultConverter::formatLeftIndex() in CHMdefaultConverter.inc
Generate indexes for li_package.html and classtree output files
Method formatLeftIndex
Called by walk() while converting.
Method formatLeftIndex
XMLDocBookpeardoc2Converter::formatLeftIndex() in XMLDocBookpeardoc2Converter.inc
Creates package/lang/categoryname/packagename.xml for each package
Method formatLeftIndex
HTMLSmartyConverter::formatLeftIndex() in HTMLSmartyConverter.inc
Generate indexes for li_package.html and classtree output files
Method formatPkgIndex
XMLDocBookConverter::formatPkgIndex() in XMLDocBookConverter.inc
HTMLdefaultConverter chooses to format both package indexes and the complete index here
Method formatPkgIndex
XMLDocBookpeardoc2Converter::formatPkgIndex() in XMLDocBookpeardoc2Converter.inc
Does nothing
Method formatPkgIndex
CHMdefaultConverter::formatPkgIndex() in CHMdefaultConverter.inc
CHMdefaultConverter chooses to format both package indexes and the complete index here
Method formatPkgIndex
Called by walk() while converting.
Method formatPkgIndex
HTMLSmartyConverter::formatPkgIndex() in HTMLSmartyConverter.inc
HTMLdefaultConverter chooses to format both package indexes and the complete index here
Method formatPkgIndex
HTMLframesConverter::formatPkgIndex() in HTMLframesConverter.inc
HTMLdefaultConverter chooses to format both package indexes and the complete index here
Method formatString
format an XML string
Method formatTutorialTOC
HTMLframesConverter::formatTutorialTOC() in HTMLframesConverter.inc
Use the template tutorial_toc.tpl to generate a table of contents for HTML
Method formatTutorialTOC
CHMdefaultConverter::formatTutorialTOC() in CHMdefaultConverter.inc
Use the template tutorial_toc.tpl to generate a table of contents for HTML
Method formatTutorialTOC
HTMLSmartyConverter::formatTutorialTOC() in HTMLSmartyConverter.inc
Use the template tutorial_toc.tpl to generate a table of contents for HTML
Method formatTutorialTOC
Creates a table of contents for a {@toc} inline tag in a tutorial
Class functionLink
functionLink in LinkClasses.inc
function link
Page find_phpdoc.php
find_phpdoc.php in find_phpdoc.php
g
top
Variable $globalconflicts
ProceduralPages::$globalconflicts in ProceduralPages.inc
Namespace conflicts within all documented packages of functions
Variable $globals
parserFunction::$globals in ParserElements.inc
global declarations parsed from function definition
Variable $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.
Variable $globalsbynamefile
array of file names organized by global variables that are in the file.
Variable $global_elements
alphabetized index of global variables by package
Method generateChildClassList
returns a list of child classes
Method generateChildClassList
returns a list of child classes
Method generateElementIndex
XMLDocBookpeardoc2Converter::generateElementIndex() in XMLDocBookpeardoc2Converter.inc
does nothing
Method generateElementIndex
Generate alphabetical index of all elements
Method generateElementIndex
Generate alphabetical index of all elements
Method generateElementIndex
Generate alphabetical index of all elements
Method generateElementIndex
Generate alphabetical index of all elements
Method generateFormattedClassTree
returns an array containing the class inheritance tree from the root object to the class.
Method generateFormattedClassTree
returns an array containing the class inheritance tree from the root object to the class
Method generateFormattedClassTree
returns an array containing the class inheritance tree from the root object to the class
Method generateFormattedClassTree
returns an array containing the class inheritance tree from the root object to the class
Method generateFormattedClassTree
returns an array containing the class inheritance tree from the root object to the class
Method generateFormattedClassTree
returns an array containing the class inheritance tree from the root object to the class
Method generateFormattedClassTrees
returns a template-enabled array of class trees
Method generateFormattedClassTrees
returns a template-enabled array of class trees
Method generateFormattedClassTrees
returns a template-enabled array of class trees
Method generateFormattedClassTrees
returns a template-enabled array of class trees
Method generateFormattedClassTrees
returns a template-enabled array of class trees
Method generateFormattedClassTrees
returns a template-enabled array of class trees
Method generateFormattedInterfaceTrees
returns a template-enabled array of interface inheritance trees
Method generateFormattedInterfaceTrees
returns a template-enabled array of interface inheritance trees
Method generateFormattedInterfaceTrees
returns a template-enabled array of interface inheritance trees
Method generateFormattedInterfaceTrees
returns a template-enabled array of interface inheritance trees
Method generateKLinks
CHMdefaultConverter::generateKLinks() in CHMdefaultConverter.inc
Get the table of contents for index.hhk
Method generatePkgElementIndex
Generate alphabetical index of all elements by package and subpackage
Method generatePkgElementIndex
Generate alphabetical index of all elements by package and subpackage
Method generatePkgElementIndex
Generate alphabetical index of all elements by package and subpackage
Method generatePkgElementIndex
Generate alphabetical index of all elements by package and subpackage
Method generatePkgElementIndex
Generate alphabetical index of all elements by package and subpackage
Method generatePkgElementIndexes
Method generatePkgElementIndexes
Method generatePkgElementIndexes
Method generatePkgElementIndexes
Method generatePkgElementIndexes
Method generateTOC
CHMdefaultConverter::generateTOC() in CHMdefaultConverter.inc
Method getAllFiles
Take a filename with wildcards and return all files that match the
Method getBase
Io::getBase() in Io.inc
Retrieve common directory (case-insensitive in windows)
Method getBlock
WordParser::getBlock() in WordParser.inc
Unused
Method getCData
XMLDocBookConverter::getCData() in XMLDocBookConverter.inc
Method getCData
HTMLframesConverter::getCData() in HTMLframesConverter.inc
Method getCData
XMLDocBookpeardoc2Converter::getCData() in XMLDocBookpeardoc2Converter.inc
Method getCData
CHMdefaultConverter::getCData() in CHMdefaultConverter.inc
Method getCData
PDFdefaultConverter::getCData() in PDFdefaultConverter.inc
Method getCData
HTMLSmartyConverter::getCData() in HTMLSmartyConverter.inc
Method getChildClassList
parserClass::getChildClassList() in ParserElements.inc
returns a list of all child classes of this class
Method getClass
Classes::getClass() in Classes.inc
Get the parserClass representation of a class from its name and file
Method getClass
parserVar::getClass() in ParserElements.inc
Retrieve the class name
Method getClass
parserConst::getClass() in ParserElements.inc
Retrieve the class name
Method getClass
parserMethod::getClass() in ParserElements.inc
Return name of the class that contains this method
Method getClassByPackage
Search for a class in a package
Method getClassContents
HTMLSmartyConverter::getClassContents() in HTMLSmartyConverter.inc
Method getClasses
parserData::getClasses() in ParserData.inc
returns a list of all classes declared in a file
Method getClassesInPath
Used by parserData::getClasses() to retrieve classes defined in file $path
Method getClassesOnPage
gets a list of all classes declared on a procedural page represented by
Method getClassLeft
HTMLSmartyConverter::getClassLeft() in HTMLSmartyConverter.inc
Method getClassLink
PDFdefaultConverter::getClassLink() in PDFdefaultConverter.inc
Method getClassLink
XMLDocBookpeardoc2Converter::getClassLink() in XMLDocBookpeardoc2Converter.inc
Method getClassLink
HTMLSmartyConverter::getClassLink() in HTMLSmartyConverter.inc
Method getClassLink
XMLDocBookConverter::getClassLink() in XMLDocBookConverter.inc
Method getClassLink
HTMLframesConverter::getClassLink() in HTMLframesConverter.inc
Method getClassLink
CHMdefaultConverter::getClassLink() in CHMdefaultConverter.inc
Method getClassLink
Converter::getClassLink() in Converter.inc
return false or a classLink to $expr
Method getColor
phpdocpdf::getColor() in class.phpdocpdf.php
This really should be in the parent class
Method getConflicts
parserClass::getConflicts() in ParserElements.inc
Returns all classes in other packages that have the same name as this class
Method getConflicts
parserGlobal::getConflicts() in ParserElements.inc
Returns all global variables in other packages that have the same name as this global variable
Method getConflicts
parserDefine::getConflicts() in ParserElements.inc
Returns all defines in other packages that have the same name as this define
Method getConflicts
parserFunction::getConflicts() in ParserElements.inc
Returns all functions in other packages that have the same name as this function
Method getConflicts
If a package contains two classes with the same name, this function finds that conflict
Method getConstLink
HTMLframesConverter::getConstLink() in HTMLframesConverter.inc
Method getConstLink
PDFdefaultConverter::getConstLink() in PDFdefaultConverter.inc
Method getConstLink
CHMdefaultConverter::getConstLink() in CHMdefaultConverter.inc
Method getConstLink
Converter::getConstLink() in Converter.inc
return false or a constLink to $expr in $class
Method getConstLink
HTMLSmartyConverter::getConstLink() in HTMLSmartyConverter.inc
Method getConstNames
parserClass::getConstNames() in ParserElements.inc
Method getConsts
parserClass::getConsts() in ParserElements.inc
Method getConverterDir
Get the absolute path to the converter's base directory
Method getCurrentPageLink
Method getCurrentPageLink
Method getCurrentPageLink
Method getCurrentPageLink
Method getCurrentPageURL
Return the path to the current
Method getDataType
parserGlobal::getDataType() in ParserElements.inc
Retrieve converter-specific representation of the data type
Method getDefineLink
CHMdefaultConverter::getDefineLink() in CHMdefaultConverter.inc
Method getDefineLink
PDFdefaultConverter::getDefineLink() in PDFdefaultConverter.inc
Method getDefineLink
XMLDocBookConverter::getDefineLink() in XMLDocBookConverter.inc
Method getDefineLink
return false or a defineLink to $expr
Method getDefineLink
XMLDocBookpeardoc2Converter::getDefineLink() in XMLDocBookpeardoc2Converter.inc
Method getDefineLink
HTMLSmartyConverter::getDefineLink() in HTMLSmartyConverter.inc
Method getDefineLink
HTMLframesConverter::getDefineLink() in HTMLframesConverter.inc
Method getDefiniteChildren
Get all classes confirmed in parsing to be descended class $parclass in file $file
Method getDesc
parserDocBlock::getDesc() in ParserDocBlock.inc
Method getDescription
Get the description of how the element used is being used.
Function getDir
getDir() in utilities.php
Method getDirTree
Method getEndLineNumber
parserElement::getEndLineNumber() in ParserElements.inc
Method getEndLineNumber
Retrieve ending line number
Method getEvent
EventStack::getEvent() in EventStack.inc
Get the current event
Method getExampleLink
CHMdefaultConverter::getExampleLink() in CHMdefaultConverter.inc
Method getExampleLink
HTMLSmartyConverter::getExampleLink() in HTMLSmartyConverter.inc
Method getExampleLink
XMLDocBookpeardoc2Converter::getExampleLink() in XMLDocBookpeardoc2Converter.inc
Method getExampleLink
PDFdefaultConverter::getExampleLink() in PDFdefaultConverter.inc
Method getExampleLink
HTMLframesConverter::getExampleLink() in HTMLframesConverter.inc
Method getExplicitCategory
If the DocBlock has a @category tag, then this returns true
Method getExplicitPackage
If the DocBlock has a @package tag, then this returns true
Method getExtends
parserClass::getExtends() in ParserElements.inc
Method getFile
parserElement::getFile() in ParserElements.inc
Method getFile
parserPage::getFile() in ParserData.inc
gets the file name
Method getFileSource
phpDocumentorTWordParser::getFileSource() in phpDocumentorTWordParser.inc
gets the source code tokens
Method getFileSourceName
Translate the path info into a unique file name for the highlighted source code.
Method getFileSourceName
PDFdefaultConverter::getFileSourceName() in PDFdefaultConverter.inc
Method getFileSourcePath
Return the fixed path to the source-code file folder.
Method getFormattedConflicts
Method getFormattedDescMethods
Get a list of methods in child classes that override this method
Method getFormattedDescVars
Get a list of vars in child classes that override this var
Method getFormattedImplements
returns an array containing the class inheritance tree from the root object to the class.
Method getFormattedInheritedConsts
Return template-enabled list of inherited class constants
Method getFormattedInheritedMethods
Return template-enabled list of inherited methods
Method getFormattedInheritedVars
Return template-enabled list of inherited variables
Method getFormattedMethodImplements
Get the method this method(s) implemented from an interface, if any
Method getFormattedOverrides
Get the method this method overrides, if any
Method getFunctionCall
parserFunction::getFunctionCall() in ParserElements.inc
Get a human-friendly description of the function call
Method getFunctionCall
parserMethod::getFunctionCall() in ParserElements.inc
adds "constructor " to start of function call if $isConstructor is true
Method getFunctionLink
XMLDocBookConverter::getFunctionLink() in XMLDocBookConverter.inc
Method getFunctionLink
CHMdefaultConverter::getFunctionLink() in CHMdefaultConverter.inc
Method getFunctionLink
return false or a functionLink to $expr
Method getFunctionLink
HTMLframesConverter::getFunctionLink() in HTMLframesConverter.inc
Method getFunctionLink
HTMLSmartyConverter::getFunctionLink() in HTMLSmartyConverter.inc
Method getFunctionLink
XMLDocBookpeardoc2Converter::getFunctionLink() in XMLDocBookpeardoc2Converter.inc
Method getFunctionLink
PDFdefaultConverter::getFunctionLink() in PDFdefaultConverter.inc
Method getGlobalLink
PDFdefaultConverter::getGlobalLink() in PDFdefaultConverter.inc
Method getGlobalLink
HTMLSmartyConverter::getGlobalLink() in HTMLSmartyConverter.inc
Method getGlobalLink
CHMdefaultConverter::getGlobalLink() in CHMdefaultConverter.inc
Method getGlobalLink
XMLDocBookConverter::getGlobalLink() in XMLDocBookConverter.inc
Method getGlobalLink
return false or a globalLink to $expr
Method getGlobalLink
XMLDocBookpeardoc2Converter::getGlobalLink() in XMLDocBookpeardoc2Converter.inc
Method getGlobalLink
HTMLframesConverter::getGlobalLink() in HTMLframesConverter.inc
Method getGlobalValue
Parse a global variable's default value for class initialization.
Method getGlobalValue
PDFdefaultConverter::getGlobalValue() in PDFdefaultConverter.inc
Method getHighlightState
Method getId
XMLDocBookConverter::getId() in XMLDocBookConverter.inc
Get the id value needed to allow linking
Method getId
HTMLSmartyConverter::getId() in HTMLSmartyConverter.inc
Method getId
HTMLframesConverter::getId() in HTMLframesConverter.inc
Method getId
CHMdefaultConverter::getId() in CHMdefaultConverter.inc
Method getId
XMLDocBookpeardoc2Converter::getId() in XMLDocBookpeardoc2Converter.inc
Get the id value needed to allow linking
Method getId
Converter::getId() in Converter.inc
take abstractLink descendant and text $eltext and return a
Method getId
parserXMLDocBookTag::getId() in PackagePageElements.inc
Return converter-specific formatting of ID.
Method getImplements
parserMethod::getImplements() in ParserElements.inc
Method getImplements
parserClass::getImplements() in ParserElements.inc
Method getIncludeValue
Parse an include's file to see if it is a file documented in this project
Method getIndexInformation
Generate indexing information for given element
Method getIndexInformation
Generate indexing information for given element
Method getIndexInformation
Generate indexing information for given element
Method getInheritedConsts
parserClass::getInheritedConsts() in ParserElements.inc
Method getInheritedMethods
Method getInheritedVars
parserClass::getInheritedVars() in ParserElements.inc
Method getIntricateFunctionCall
Method getIntricateFunctionCall
Like getFunctionCall(), but has no English or pre-determined formatting.
Method getKeyword
parserDocBlock::getKeyword() in ParserDocBlock.inc
Method getLineNumber
parserElement::getLineNumber() in ParserElements.inc
Method getLineNumber
parserDocBlock::getLineNumber() in ParserDocBlock.inc
Retrieve starting line number
Method getLink
parserTutorial::getLink() in ParserElements.inc
Get a link to this tutorial, or to any subsection of this tutorial
Method getLink
parserFunction::getLink() in ParserElements.inc
quick way to link to this element
Method getLink
parserMethod::getLink() in ParserElements.inc
quick way to link to this element
Method getLink
parserClass::getLink() in ParserElements.inc
quick way to link to this element
Method getLink
parserGlobal::getLink() in ParserElements.inc
quick way to link to this element
Method getLink
parserVar::getLink() in ParserElements.inc
quick way to link to this element
Method getLink
parserConst::getLink() in ParserElements.inc
quick way to link to this element
Method getLink
XMLDocBookConverter::getLink() in XMLDocBookConverter.inc
do that stuff in $template_options
Method getLink
parserDefine::getLink() in ParserElements.inc
quick way to link to this element
Method getLink
parserData::getLink() in ParserData.inc
returns a link
Method getLink
Converter::getLink() in Converter.inc
The meat of the @see tag and inline {@link} tag
Method getLink
XMLDocBookpeardoc2Converter::getLink() in XMLDocBookpeardoc2Converter.inc
do that stuff in $template_options
Method getMethod
parserClass::getMethod() in ParserElements.inc
Method getMethodLink
XMLDocBookConverter::getMethodLink() in XMLDocBookConverter.inc
Method getMethodLink
XMLDocBookpeardoc2Converter::getMethodLink() in XMLDocBookpeardoc2Converter.inc
Method getMethodLink
CHMdefaultConverter::getMethodLink() in CHMdefaultConverter.inc
Method getMethodLink
HTMLSmartyConverter::getMethodLink() in HTMLSmartyConverter.inc
Method getMethodLink
HTMLframesConverter::getMethodLink() in HTMLframesConverter.inc
Method getMethodLink
return false or a methodLink to $expr in $class
Method getMethodLink
PDFdefaultConverter::getMethodLink() in PDFdefaultConverter.inc
Method getMethodNames
parserClass::getMethodNames() in ParserElements.inc
Method getMethods
parserClass::getMethods() in ParserElements.inc
Method getModifiers
parserVar::getModifiers() in ParserElements.inc
Return a list of access modifiers (static/private/etc.)
Method getModifiers
parserMethod::getModifiers() in ParserElements.inc
Return name of the class that contains this method
Method getModifiers
parserClass::getModifiers() in ParserElements.inc
Get the PHP5+ modifiers for this class
Method getName
parserElement::getName() in ParserElements.inc
Method getName
parserData::getName() in ParserData.inc
Get the output-safe filename (. changed to _)
Method getName
parserPage::getName() in ParserData.inc
gets the name
Method getNext
parserTutorial::getNext() in ParserElements.inc
Retrieve converter-specific link to the next tutorial's documentation
Method getOverrides
parserVar::getOverrides() in ParserElements.inc
Method getOverrides
parserMethod::getOverrides() in ParserElements.inc
Method getOverridingMethods
Method getOverridingMethodsForClass
Method getOverridingVars
parserVar::getOverridingVars() in ParserElements.inc
Method getOverridingVarsForClass
Method getPackage
parserElement::getPackage() in ParserElements.inc
Method getPackageOutput
gets the package output array
Method getPageContents
HTMLSmartyConverter::getPageContents() in HTMLSmartyConverter.inc
Method getPageLeft
HTMLSmartyConverter::getPageLeft() in HTMLSmartyConverter.inc
Method getPageLink
PDFdefaultConverter::getPageLink() in PDFdefaultConverter.inc
Method getPageLink
XMLDocBookConverter::getPageLink() in XMLDocBookConverter.inc
Method getPageLink
HTMLSmartyConverter::getPageLink() in HTMLSmartyConverter.inc
Method getPageLink
XMLDocBookpeardoc2Converter::getPageLink() in XMLDocBookpeardoc2Converter.inc
Method getPageLink
HTMLframesConverter::getPageLink() in HTMLframesConverter.inc
Method getPageLink
Converter::getPageLink() in Converter.inc
return false or a pageLink to $expr
Method getPageLink
CHMdefaultConverter::getPageLink() in CHMdefaultConverter.inc
Method getPageName
PDFdefaultConverter::getPageName() in PDFdefaultConverter.inc
Method getPageName
CHMdefaultConverter::getPageName() in CHMdefaultConverter.inc
Method getPageName
XMLDocBookConverter::getPageName() in XMLDocBookConverter.inc
Method getPageName
HTMLSmartyConverter::getPageName() in HTMLSmartyConverter.inc
Method getPageName
XMLDocBookpeardoc2Converter::getPageName() in XMLDocBookpeardoc2Converter.inc
Method getPageName
HTMLframesConverter::getPageName() in HTMLframesConverter.inc
Method getParam
parserFunction::getParam() in ParserElements.inc
Method getParent
parserClass::getParent() in ParserElements.inc
retrieve object that represents the parent class
Method getParent
parserTutorial::getParent() in ParserElements.inc
Retrieve converter-specific link to the parent tutorial's documentation
Method getParentClass
Find the parent class of a class in file $file
Method getParentClassTree
parserClass::getParentClassTree() in ParserElements.inc
Method getParseData
parserPage::getParseData() in ParserData.inc
Not implemented in this version
Method getParserEventName
searches for a parser event name based on its number
Method getParserEventName
Method getParserEventName
XMLPackagePageParser::getParserEventName() in XMLpackagePageParser.inc
debugging function
Method getParserEventName
Method getParserEventName
Return the name of the parser event
Method getParserEventName
Debugging function, takes an event number and attempts to return its name
Method getPath
parserPage::getPath() in ParserData.inc
gets the path
Method getPath
parserElement::getPath() in ParserElements.inc
Method getPathInfo
ProceduralPages::getPathInfo() in ProceduralPages.inc
gathers path-related info about a given element
Method getPos
WordParser::getPos() in WordParser.inc
Returns the current pointer position, or 1 character after the end of the word
Method getPrev
parserTutorial::getPrev() in ParserElements.inc
Retrieve converter-specific link to the previous tutorial's documentation
Method getProgramListing
Return the source for the example file, enclosed in a <programlisting> tag to use in a tutorial
Method getReadmeInstallChangelog
Method getRealPath
ProceduralPages::getRealPath() in ProceduralPages.inc
Ensures the path to the file is an absolute path
Method getRegExpableSearchString
Converts $s into a string that can be used with preg_match
Method getReturnsReference
Method getRoots
Classes::getRoots() in Classes.inc
Get a list of all root classes indexed by package. Used to generate class trees by Converter
Method getRootTree
XMLDocBookConverter::getRootTree() in XMLDocBookConverter.inc
return formatted class tree for the Class Trees page
Method getRootTree
XMLDocBookpeardoc2Converter::getRootTree() in XMLDocBookpeardoc2Converter.inc
return formatted class tree for the Class Trees page
Method getRootTree
CHMdefaultConverter::getRootTree() in CHMdefaultConverter.inc
return formatted class tree for the Class Trees page
Method getRootTree
PDFdefaultConverter::getRootTree() in PDFdefaultConverter.inc
return formatted class tree for the Class Trees page
Method getRootTree
HTMLSmartyConverter::getRootTree() in HTMLSmartyConverter.inc
return formatted class tree for the Class Trees page
Method getRootTree
HTMLframesConverter::getRootTree() in HTMLframesConverter.inc
return formatted class tree for the Class Trees page
Method getSDesc
parserDocBlock::getSDesc() in ParserDocBlock.inc
Method getSortedClassTreeFromClass
Return a tree of all classes that extend this class
Method getSource
phpDocumentorTWordParser::getSource() in phpDocumentorTWordParser.inc
loads up next set of source code
Method getSource
parserFunction::getSource() in ParserElements.inc
Method getSource
WordParser::getSource() in WordParser.inc
Retrieve source code for the last function/method
Method getSourceAnchor
CHMdefaultConverter::getSourceAnchor() in CHMdefaultConverter.inc
Retrieve a Converter-specific anchor to a segment of a source code file parsed via a @filesource tag.
Method getSourceAnchor
HTMLframesConverter::getSourceAnchor() in HTMLframesConverter.inc
Retrieve a Converter-specific anchor to a segment of a source code file parsed via a @filesource tag.
Method getSourceAnchor
PDFdefaultConverter::getSourceAnchor() in PDFdefaultConverter.inc
Retrieve a Converter-specific anchor to a segment of a source code file parsed via a @filesource tag.
Method getSourceAnchor
XMLDocBookpeardoc2Converter::getSourceAnchor() in XMLDocBookpeardoc2Converter.inc
Retrieve a Converter-specific anchor to a segment of a source code file parsed via a @filesource tag.
Method getSourceAnchor
HTMLSmartyConverter::getSourceAnchor() in HTMLSmartyConverter.inc
Retrieve a Converter-specific anchor to a segment of a source code file parsed via a @filesource tag.
Method getSourceLink
Method getSourceLink
HTMLframesConverter::getSourceLink() in HTMLframesConverter.inc
Method getSourceLink
CHMdefaultConverter::getSourceLink() in CHMdefaultConverter.inc
Method getSourceLink
gets path to the sourcecode file
Method getSourceLink
PDFdefaultConverter::getSourceLink() in PDFdefaultConverter.inc
Method getSourceLink
HTMLSmartyConverter::getSourceLink() in HTMLSmartyConverter.inc
Method getSourceLink
Retrieve a converter-specific link to the example
Method getSourceLocation
gets the source location
Method getSourceLocation
parserClass::getSourceLocation() in ParserElements.inc
Method getState
PDFdefaultConverter::getState() in PDFdefaultConverter.inc
Method getState
Converter::getState() in Converter.inc
Return parserStringWithInlineTags::Convert() cache state
Method 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)
Method getString
parserAccessTag::getString() in DocBlockTags.inc
No inline tags are possible, returns 'public', 'protected' or 'private'
Method getString
parserTag::getString() in DocBlockTags.inc
Returns the text minus any inline tags
Method getString
always gets an empty string
Method getString
gets the source string
Method getSubsection
parserXMLDocBookTag::getSubsection() in PackagePageElements.inc
Retrieve the contents of a subsection
Method getTitle
parserXMLDocBookTag::getTitle() in PackagePageElements.inc
Retrieve Converter-specific formatting of the title of this element
Method getTitle
parserTutorial::getTitle() in ParserElements.inc
Retrieve the title of the tutorial, or of any subsection
Method getTOC
parserXMLDocBookTag::getTOC() in PackagePageElements.inc
Retrieve either the table of contents index, or the location that the TOC will go
Method getTutorial
parserData::getTutorial() in ParserData.inc
If this file has a tutorial associated with it, returns a link to the tutorial.
Method getTutorial
parserClass::getTutorial() in ParserElements.inc
Get the associated tutorial for this class, if any
Method getTutorialId
HTMLframesConverter::getTutorialId() in HTMLframesConverter.inc
Method getTutorialId
HTMLSmartyConverter::getTutorialId() in HTMLSmartyConverter.inc
Method getTutorialId
XMLDocBookConverter::getTutorialId() in XMLDocBookConverter.inc
Method getTutorialId
Return a converter-specific id to distinguish tutorials and their sections
Method getTutorialId
CHMdefaultConverter::getTutorialId() in CHMdefaultConverter.inc
Method getTutorialId
XMLDocBookpeardoc2Converter::getTutorialId() in XMLDocBookpeardoc2Converter.inc
Method getTutorialId
PDFdefaultConverter::getTutorialId() in PDFdefaultConverter.inc
Method getTutorialLink
The meat of the @tutorial tag and inline {@tutorial} tag
Method getTutorialList
HTMLSmartyConverter::getTutorialList() in HTMLSmartyConverter.inc
Method getTutorials
Retrieve tutorial subdirectories and their contents from the list of
Method getTutorialTree
Get a tree structure representing the hierarchy of tutorials
Method getTutorialTree
HTMLSmartyConverter::getTutorialTree() in HTMLSmartyConverter.inc
Method getTutorialTree
HTMLframesConverter::getTutorialTree() in HTMLframesConverter.inc
Method getType
parserPage::getType() in ParserData.inc
gets the tag type
Method getType
parserBase::getType() in ParserData.inc
gets the type
Method getType
parserDocBlock::getType() in ParserDocBlock.inc
Method getValue
parserBase::getValue() in ParserData.inc
gets the value
Method getVar
parserClass::getVar() in ParserElements.inc
Method getVarLink
CHMdefaultConverter::getVarLink() in CHMdefaultConverter.inc
Method getVarLink
XMLDocBookpeardoc2Converter::getVarLink() in XMLDocBookpeardoc2Converter.inc
Method getVarLink
PDFdefaultConverter::getVarLink() in PDFdefaultConverter.inc
Method getVarLink
Converter::getVarLink() in Converter.inc
return false or a varLink to $expr in $class
Method getVarLink
HTMLframesConverter::getVarLink() in HTMLframesConverter.inc
Method getVarLink
HTMLSmartyConverter::getVarLink() in HTMLSmartyConverter.inc
Method getVarLink
XMLDocBookConverter::getVarLink() in XMLDocBookConverter.inc
Method getVarNames
parserClass::getVarNames() in ParserElements.inc
Method getVars
parserClass::getVars() in ParserElements.inc
Method getWord
phpDocumentorTWordParser::getWord() in phpDocumentorTWordParser.inc
Retrieve a token for the phpDocumentorTParser
Method getWord
ObjectWordParser::getWord() in ParserDescCleanup.inc
Method getWord
WordParser::getWord() in WordParser.inc
Retrieve a token from the token list
Method getWord
Retrieve the next token
Method getYPlusOffset
phpdocpdf::getYPlusOffset() in class.phpdocpdf.php
Function get_include_path
Class globalLink
globalLink in LinkClasses.inc
global variable link
Method globalTagHandler
handles @global
h
top
Variable $hasaccess
parserDocBlock::$hasaccess in ParserDocBlock.inc
whether this DocBlock has an @access tag
Variable $hasname
parserDocBlock::$hasname in ParserDocBlock.inc
whether this DocBlock has a @name tag
Variable $hidden
contents of --hidden commandline
Variable $highlightingSource
Flag used to help converters determine whether to do special source highlighting
Method handleClass
handles post-parsing of classes
Method handleConst
handles post-parsing of class constants
Method handleDefine
handles post-parsing of defines
Method handleDocBlock
handles post-parsing of DocBlocks
Method handleEvent
This function subscribes to two events in the Parser in order to keep track of line number information and file name.
Method HandleEvent
parserTag::HandleEvent() in DocBlockTags.inc
Called by the parserDescParser when processing a description.
Method HandleEvent
called via Parser::parse() and Parser's inherited method Publisher::publishEvent()
Method handleFunction
handles post-parsing of functions
Method handleGlobal
handles post-parsing of global variables
Method handleInclude
handles post-parsing of include/require/include_once/require_once
Method handleInlineDockeyword
handler for INLINE_DOCKEYWORD.
Method handleMethod
handles post-parsing of class methods
Method handlePackagePage
handles post-parsing of Package-level documentation pages.
Method handlePage
handles post-parsing of procedural pages
Method handleTutorial
handle post-parsing of Tutorials.
Method handleVar
handles post-parsing of class vars
Method hasClasses
parserData::hasClasses() in ParserData.inc
Does this package have classes?
Method hasConst
parserClass::hasConst() in ParserElements.inc
Method hasExplicitDocBlock
If the page-level DocBlock was present in the source, returns true
Method hasInheritDoc
parserDocBlock::hasInheritDoc() in ParserDocBlock.inc
Method hasInheritDoc
parserDesc::hasInheritDoc() in ParserDocBlock.inc
Method hasInlineTag
Determine whether the string contains any inline tags
Method hasInterfaces
parserData::hasInterfaces() in ParserData.inc
Does this package have interfaces?
Method hasMethod
parserClass::hasMethod() in ParserElements.inc
Method hasSource
parserDesc::hasSource() in ParserDocBlock.inc
Method hasSource
parserFunction::hasSource() in ParserElements.inc
Determine whether the source code has been requested via {@source}
Method hasSourceCode
Determine whether an element's file has generated source code, used for linking to line numbers of source.
Method hasTitle
parserXMLDocBookTag::hasTitle() in PackagePageElements.inc
Determine whether the docbook element has a title
Method hasTutorial
Converter::hasTutorial() in Converter.inc
Method hasVar
parserClass::hasVar() in ParserElements.inc
Method highlightDocBlockSource
Used to allow converters to format the source code of DocBlocks the way they'd like.
Method highlightSource
Used to allow converters to format the source code the way they'd like.
Method highlightTutorialSource
Used to allow converters to format the source code of Tutorial XML the way they'd like.
Function htmlArraySelect
htmlArraySelect() in utilities.php
Returns a select box based on an key,value array where selected is based on key
Method HTMLframesConverter
sets $base_dir to $targetDir
Class HTMLframesConverter
HTMLframesConverter in HTMLframesConverter.inc
HTML output converter.
Method HTMLSmartyConverter
Class HTMLSmartyConverter
HTMLSmartyConverter in HTMLSmartyConverter.inc
HTML output converter.
Page HTMLframesConverter.inc
HTMLframesConverter.inc in HTMLframesConverter.inc
Page HTMLSmartyConverter.inc
HTMLSmartyConverter.inc in HTMLSmartyConverter.inc
Page HighlightParser.inc
HighlightParser.inc in HighlightParser.inc
Page HighlightParserTests.php
HighlightParserTests.php in HighlightParserTests.php
i
top
Variable $id
parserIdInlineTag::$id in InlineTags.inc
section/subsection name
Variable $id
parserPage::$id in ParserData.inc
not implemented in this version, will be used to link xml output pages
Variable $ignore
Io::$ignore in Io.inc
Format: array(array(regexp-ready string to search for whole path,
Variable $ignore
parserClass::$ignore in ParserElements.inc
Used to determine whether a class should be ignored or not. Helps maintain integrity of parsing
Variable $ignorepages
ProceduralPages::$ignorepages in ProceduralPages.inc
array of all procedural pages ordered by name
Variable $ignoresymlinks
contents of --ignoresymlinks commandline
Variable $ignore_files
contents of --ignore commandline
Variable $includesbyfile
ProceduralPages::$includesbyfile in ProceduralPages.inc
array of parsed includes organized by the full path of the file that contains the include.
Variable $indents
phpdocpdf::$indents in class.phpdocpdf.php
Variable $indexContents
phpdocpdf::$indexContents in class.phpdocpdf.php
Variable $ini
parserTutorial::$ini in ParserElements.inc
output from tutorialname.ext.ini
Variable $inlineTagHandlers
phpDocumentorTParser::$inlineTagHandlers in phpDocumentorTParser.inc
Variable $inlinetype
always 'toc'
Variable $inlinetype
always 'source'
Variable $inlinetype
always 'inheritdoc'
Variable $inlinetype
always 'id'
Variable $inlinetype
the name of the inline tag (like link)
Global $interface
$interface in Setup.inc.php
$interface is either 'web' or is not set at all
Variable $isConstructor
parserMethod::$isConstructor in ParserElements.inc
Variable $isDestructor
parserMethod::$isDestructor in ParserElements.inc
Variable $isvalid
parserAccessTag::$isvalid in DocBlockTags.inc
set to true if the returned tag has a value type of private, protected
Variable $items
parserList::$items in DescHTML.inc
Method ignorePage
ProceduralPages::ignorePage() in ProceduralPages.inc
moves a page from the $pages array to the $ignorepages array
Method incdataHandler
Handler for real character data
Method indent
phpdocpdf::indent() in class.phpdocpdf.php
Method index
phpdocpdf::index() in class.phpdocpdf.php
Method IndexLetter
phpdocpdf::IndexLetter() in class.phpdocpdf.php
Method Inherit
Classes::Inherit() in Classes.inc
Main processing engine for setting up class inheritance.
Method invalidTagHandler
Handles tags like '@filesource' that only work in PHP 4.3.0+
Method Io
Io::Io() in Io.inc
creates an array $this->phpDocOptions and sets program options in it.
Class Io
Io in Io.inc
Class to handle file and user io opperations
Function Ioinc_mystrucsort
Sorting functions for the file list
Function Ioinc_sortfiles
Sorting functions for the file list
Method isChildOf
parserTutorial::isChildOf() in ParserElements.inc
Determine if this parserTutorial object is a child of another
Method isClean
parserData::isClean() in ParserData.inc
checks if the element is "cleaned" already
Method isIncludeable
calls http://www.php.net/file_exists for each value in include_path,
Method isInterface
parserClass::isInterface() in ParserElements.inc
Method Italicize
Converter::Italicize() in Converter.inc
Used to convert the contents of <i> in a docblock
Page InlineTags.inc
InlineTags.inc in InlineTags.inc
Page IntermediateParser.inc
IntermediateParser.inc in IntermediateParser.inc
Page Io.inc
Io.inc in Io.inc
Page IntermediateParserTests.php
IntermediateParserTests.php in IntermediateParserTests.php
j
top
Variable $juststarted
XMLDocBookpeardoc2Converter::$juststarted in XMLDocBookpeardoc2Converter.inc
controls formatting of parser informative output
Variable $juststarted
XMLDocBookConverter::$juststarted in XMLDocBookConverter.inc
controls formatting of parser informative output
Variable $juststarted
HTMLSmartyConverter::$juststarted in HTMLSmartyConverter.inc
controls formatting of parser informative output
Variable $juststarted
HTMLframesConverter::$juststarted in HTMLframesConverter.inc
controls formatting of parser informative output
Variable $juststarted
CHMdefaultConverter::$juststarted in CHMdefaultConverter.inc
controls formatting of parser informative output
k
top
Variable $keyword
parserStaticvarTag::$keyword in DocBlockTags.inc
always 'staticvar'
Variable $keyword
parserSeeTag::$keyword in DocBlockTags.inc
always 'see'
Variable $keyword
parserReturnTag::$keyword in DocBlockTags.inc
always 'return'
Variable $keyword
always 'property-write'
Variable $keyword
parserTag::$keyword in DocBlockTags.inc
tag name (see, access, etc.)
Variable $keyword
parserTutorialTag::$keyword in DocBlockTags.inc
Always "tutorial"
Variable $keyword
parserVarTag::$keyword in DocBlockTags.inc
always 'var'
Variable $keyword
parserUsesTag::$keyword in DocBlockTags.inc
Always "uses"
Variable $keyword
parserUsedByTag::$keyword in DocBlockTags.inc
Always "usedby"
Variable $keyword
parserPropertyTag::$keyword in DocBlockTags.inc
always 'property'
Variable $keyword
always 'property-read'
Variable $keyword
parserFileSourceTag::$keyword in DocBlockTags.inc
Always "filesource"
Variable $keyword
parserExampleTag::$keyword in DocBlockTags.inc
always "example"
Variable $keyword
parserAccessTag::$keyword in DocBlockTags.inc
tag name
Variable $keyword
parserLicenseTag::$keyword in DocBlockTags.inc
always 'license'
Variable $keyword
parserLinkTag::$keyword in DocBlockTags.inc
always 'link'
Variable $keyword
parserParamTag::$keyword in DocBlockTags.inc
always 'param'
Variable $keyword
parserNameTag::$keyword in DocBlockTags.inc
tag name
Variable $keyword
parserMethodTag::$keyword in DocBlockTags.inc
always 'method'
Variable $KLinks
CHMdefaultConverter::$KLinks in CHMdefaultConverter.inc
Table of Contents entry for index.hhk
Method Kbdize
Converter::Kbdize() in Converter.inc
Used to convert the contents of <kbd> in a docblock
l
top
Variable $last
phpDocumentor_IntermediateParser::$last in IntermediateParser.inc
Variable $lasterror
index in $errors of last error triggered
Variable $lasttype
type of the last parser Element handled
Variable $lastwarning
index in $warnings of last warning triggered
Variable $leftindex
HTMLSmartyConverter::$leftindex in HTMLSmartyConverter.inc
indexes of elements by package that need to be generated
Variable $leftindex
PDFdefaultConverter::$leftindex in PDFdefaultConverter.inc
Variable $leftindex
HTMLframesConverter::$leftindex in HTMLframesConverter.inc
indexes of elements by package that need to be generated
Variable $leftindex
XMLDocBookpeardoc2Converter::$leftindex in XMLDocBookpeardoc2Converter.inc
indexes of elements by package that need to be generated
Variable $leftindex
Converter::$leftindex in Converter.inc
Controls which of the one-element-only indexes are generated.
Variable $leftindex
CHMdefaultConverter::$leftindex in CHMdefaultConverter.inc
indexes of elements by package that need to be generated
Variable $leftindex
XMLDocBookConverter::$leftindex in XMLDocBookConverter.inc
indexes of elements by package that need to be generated
Variable $linenum
line number of the file this error occurred in
Variable $linenum
Variable $linenumber
parserElement::$linenumber in ParserElements.inc
Line number in the source on which this element appears
Variable $linenumber
parserDocBlock::$linenumber in ParserDocBlock.inc
Line number in the source on which this docblock begins
Variable $linked_element
parserTutorial::$linked_element in ParserElements.inc
The documentable element this tutorial is linked to
Variable $links
parserData::$links in ParserData.inc
array of links descended from abstractLink
Variable $linktext
text to display in the link, can be different from the link for standard
Variable $listType
phpdocpdf::$listType in class.phpdocpdf.php
Variable $local
XMLDocBookpeardoc2Converter::$local in XMLDocBookpeardoc2Converter.inc
whether a @see is going to be in the $base_dir, or in a package/subpackage subdirectory of $base_dir
Variable $local
XMLDocBookConverter::$local in XMLDocBookConverter.inc
whether a @see is going to be in the $base_dir, or in a package/subpackage subdirectory of $base_dir
Method listGlobals
parserFunction::listGlobals() in ParserElements.inc
Method ListItem
Converter::ListItem() in Converter.inc
Used to convert the contents of <li> in a docblock
Method listParams
parserFunction::listParams() in ParserElements.inc
Method listParams
parserDocBlock::listParams() in ParserDocBlock.inc
Method listProperties
parserDocBlock::listProperties() in ParserDocBlock.inc
Method listStatics
parserFunction::listStatics() in ParserElements.inc
Method listTags
parserDocBlock::listTags() in ParserDocBlock.inc
Page LinkClasses.inc
LinkClasses.inc in LinkClasses.inc
m
top
Variable $method_data
XMLDocBookpeardoc2Converter::$method_data in XMLDocBookpeardoc2Converter.inc
Variable $method_data
XMLDocBookConverter::$method_data in XMLDocBookConverter.inc
Variable $modDate
parserPage::$modDate in ParserData.inc
not implemented yet
Method main
tests_HighlightParserTests::main() in HighlightParserTests.php
Method main
tests_phpDocumentorTParserTests::main() in phpDocumentorTParserTests.php
Method main
tests_phpDocumentorSetupTests::main() in phpDocumentorSetupTests.php
Method main
tests_ParserPageTests::main() in ParserPageTests.php
Method main
tests_ParserClassTests::main() in ParserClassTests.php
Method main
tests_IntermediateParserTests::main() in IntermediateParserTests.php
Method makeLeft
HTMLframesConverter::makeLeft() in HTMLframesConverter.inc
Method makeLeft
XMLDocBookpeardoc2Converter::makeLeft() in XMLDocBookpeardoc2Converter.inc
Method makeLeft
XMLDocBookConverter::makeLeft() in XMLDocBookConverter.inc
Method makeLeft
HTMLSmartyConverter::makeLeft() in HTMLSmartyConverter.inc
Class methodLink
methodLink in LinkClasses.inc
method link
Method mystrnatcasecmp
PDFdefaultConverter::mystrnatcasecmp() in PDFdefaultConverter.inc
n
top
Variable $name
parserPage::$name in ParserData.inc
phpdoc-safe name (only letters, numbers and _)
Variable $name
parserXMLDocBookTag::$name in PackagePageElements.inc
Name of the tag
Variable $name
CHMdefaultConverter::$name in CHMdefaultConverter.inc
Variable $name
parserElement::$name in ParserElements.inc
name of this element, or include type if element is a parserInclude
Variable $name
parserTutorial::$name in ParserElements.inc
filename minus extension of this tutorial (used for @tutorial tag)
Variable $name
XMLDocBookpeardoc2Converter::$name in XMLDocBookpeardoc2Converter.inc
Variable $name
XMLDocBookConverter::$name in XMLDocBookConverter.inc
Variable $name
PDFdefaultConverter::$name in PDFdefaultConverter.inc
Variable $name
HTMLSmartyConverter::$name in HTMLSmartyConverter.inc
Variable $name
abstractLink::$name in LinkClasses.inc
Variable $name
HTMLframesConverter::$name in HTMLframesConverter.inc
Variable $next
parserTutorial::$next in ParserElements.inc
link to the next tutorial in a document series, or false if none
Variable $num
RecordWarning::$num in Errors.inc
error number
Variable $num
EventStack::$num in EventStack.inc
The number of events in the stack
Variable $numbered
parserList::$numbered in DescHTML.inc
Method newLineNum
advances output to a new line
Method newLineNum
wraps the current line (via the converter) and resets it to empty
Method newSmarty
Converter::newSmarty() in Converter.inc
Return a Smarty template object to operate with
Page new_phpdoc.php
new_phpdoc.php in new_phpdoc.php
Method nextFile
Classes::nextFile() in Classes.inc
Prepare to parse a new file
Method nextIsObjectOrNonNL
Determine if the next word is an inline tag
Method nextToken
Retrieve the position of the next token that will be parsed in the internal token array
o
top
Variable $origName
parserPage::$origName in ParserData.inc
original phpdoc-safe name (only letters, numbers and _)
Variable $outputformat
HTMLSmartyConverter::$outputformat in HTMLSmartyConverter.inc
Variable $outputformat
CHMdefaultConverter::$outputformat in CHMdefaultConverter.inc
Variable $outputformat
PDFdefaultConverter::$outputformat in PDFdefaultConverter.inc
Variable $outputformat
HTMLframesConverter::$outputformat in HTMLframesConverter.inc
Variable $outputformat
XMLDocBookConverter::$outputformat in XMLDocBookConverter.inc
Variable $outputformat
Converter::$outputformat in Converter.inc
output format of this converter
Variable $outputformat
XMLDocBookpeardoc2Converter::$outputformat in XMLDocBookpeardoc2Converter.inc
Class ObjectWordParser
ObjectWordParser in ParserDescCleanup.inc
Like WordParser but designed to handle an array with strings and
Method ObjectWordParser
ObjectWordParser::ObjectWordParser() in ParserDescCleanup.inc
Method orderedBullet
phpdocpdf::orderedBullet() in class.phpdocpdf.php
Method Output
XMLDocBookpeardoc2Converter::Output() in XMLDocBookpeardoc2Converter.inc
Generate the constants.xml, packagename.xml, and globals.xml files
Method Output
XMLDocBookConverter::Output() in XMLDocBookConverter.inc
This function is not used by HTMLdefaultConverter, but is required by Converter
Method Output
PDFdefaultConverter::Output() in PDFdefaultConverter.inc
calls Cezpdf::ezOutput() and writes documentation.pdf to targetDir
Method Output
HTMLSmartyConverter::Output() in HTMLSmartyConverter.inc
This function is not used by HTMLdefaultConverter, but is required by Converter
Method Output
Converter::Output() in Converter.inc
do all necessary output
Method Output
CHMdefaultConverter::Output() in CHMdefaultConverter.inc
Create the phpdoc.hhp, contents.hhc files needed by MS HTML Help Compiler to create a CHM file
Method output
RecordError::output() in Errors.inc
prints the error
Method output
prints the warning
Method Output
call this method once parsing has completed.
Method Output
HTMLframesConverter::Output() in HTMLframesConverter.inc
This function is not used by HTMLdefaultConverter, but is required by Converter
Method overridePackage
parserDocBlock::overridePackage() in ParserDocBlock.inc
set the element's package to the passed values. Used in phpDocumentor_IntermediateParser to align package of
p
top
Variable $package
parserIdInlineTag::$package in InlineTags.inc
package of the {@id}
Variable $package
parserPackagePage::$package in ParserElements.inc
Variable $package
parserDocBlock::$package in ParserDocBlock.inc
Variable $package
ppageParser::$package in Parser.inc
Variable $package
parserPage::$package in ParserData.inc
Variable $package
parserTutorial::$package in ParserElements.inc
Variable $package
Converter::$package in Converter.inc
package name currently being converted
Variable $package
abstractLink::$package in LinkClasses.inc
Variable $packagecategories
Used to determine the category for tutorials.
Variable $packagecategories
Packages associated with categories
Variable $packagedescrip
parserDocBlock::$packagedescrip in ParserDocBlock.inc
description of package parsed from @package tag
Variable $packageOutput
parserPage::$packageOutput in ParserData.inc
Used to limit output, contains contents of --packageoutput commandline.
Variable $packageoutput
array of packages to parser and output documentation for, if not all packages should be documented
Variable $packages
Packages to create documentation for
Variable $packagexml
XMLDocBookpeardoc2Converter::$packagexml in XMLDocBookpeardoc2Converter.inc
Contents of the packagename.xml file are stored in this template variable
Variable $package_elements
alphabetical index of all elements sorted by package, subpackage, page, and class.
Variable $package_output
set to value of -po commandline
Variable $package_pages
array of parsed package pages
Variable $package_pages
HTMLSmartyConverter::$package_pages in HTMLSmartyConverter.inc
array of converted package page names.
Variable $package_pages
CHMdefaultConverter::$package_pages in CHMdefaultConverter.inc
array of converted package page names.
Variable $package_pages
HTMLframesConverter::$package_pages in HTMLframesConverter.inc
array of converted package page names.
Variable $package_pages
XMLDocBookpeardoc2Converter::$package_pages in XMLDocBookpeardoc2Converter.inc
array of converted package page names.
Variable $package_pages
XMLDocBookConverter::$package_pages in XMLDocBookConverter.inc
array of converted package page names.
Variable $package_parents
Keeps track of packages of classes that have parent classes in another package. Used in automatic linking.
Variable $package_parents
Hierarchy of packages
Variable $page
Converter::$page in Converter.inc
name of current page being converted
Variable $page
XMLDocBookConverter::$page in XMLDocBookConverter.inc
name of current page being converted
Variable $page
XMLDocBookpeardoc2Converter::$page in XMLDocBookpeardoc2Converter.inc
name of current page being converted
Variable $pageclasspackages
array of packages assigned to classes in a file, ordered by fullpath
Variable $pageconflicts
ProceduralPages::$pageconflicts in ProceduralPages.inc
Namespace conflicts within all documented pages
Variable $pagepackages
ProceduralPages::$pagepackages in ProceduralPages.inc
array of packages ordered by full path
Variable $pagepackage_pagenums
Variable $pages
Variable $pages
ProceduralPages::$pages in ProceduralPages.inc
array of all procedural pages ordered by name
Variable $page_contents
Converter::$page_contents in Converter.inc
alphabetical index of all elements on a page by package/subpackage
Variable $page_data
XMLDocBookpeardoc2Converter::$page_data in XMLDocBookpeardoc2Converter.inc
template for the procedural page currently being processed
Variable $page_data
XMLDocBookConverter::$page_data in XMLDocBookConverter.inc
template for the procedural page currently being processed
Variable $page_data
Converter::$page_data in Converter.inc
template for the procedural page currently being processed
Variable $page_dir
XMLDocBookpeardoc2Converter::$page_dir in XMLDocBookpeardoc2Converter.inc
output directory for the current procedural page being processed
Variable $page_dir
CHMdefaultConverter::$page_dir in CHMdefaultConverter.inc
output directory for the current procedural page being processed
Variable $page_dir
HTMLSmartyConverter::$page_dir in HTMLSmartyConverter.inc
output directory for the current procedural page being processed
Variable $page_dir
XMLDocBookConverter::$page_dir in XMLDocBookConverter.inc
output directory for the current procedural page being processed
Variable $page_dir
HTMLframesConverter::$page_dir in HTMLframesConverter.inc
output directory for the current procedural page being processed
Variable $page_elements
Converter::$page_elements in Converter.inc
alphabetized index of procedural pages by package
Variable $params
parserDocBlock::$params in ParserDocBlock.inc
array of param data.
Variable $params
parserFunction::$params in ParserElements.inc
parameters parsed from function definition.
Variable $parent
parserData::$parent in ParserData.inc
parserPage element that is this parserData's parent, or false if not set.
Variable $parent
parserClass::$parent in ParserElements.inc
Format: array(file, parent) where parent class is found or false if no parent
Variable $parent
parserTutorial::$parent in ParserElements.inc
link to the parent tutorial in a document series, or false if none
Variable $pars
XMLPackagePageParser::$pars in XMLpackagePageParser.inc
Variable $parse
The main parser
Variable $parseprivate
Converter::$parseprivate in Converter.inc
controls processing of elements marked private with @access private
Variable $parsePrivate
set in Setup.inc.php to the value of the parseprivate commandline
Variable $parserVersion
parserPage::$parserVersion in ParserData.inc
Variable $path
abstractLink::$path in LinkClasses.inc
Variable $path
parserTutorial::$path in ParserElements.inc
path to the tutorial page
Variable $path
parserElement::$path in ParserElements.inc
full path location of this element (filename)
Variable $path
Converter::$path in Converter.inc
path of current page being converted
Variable $path
XMLDocBookConverter::$path in XMLDocBookConverter.inc
path of current page being converted
Variable $path
XMLDocBookpeardoc2Converter::$path in XMLDocBookpeardoc2Converter.inc
path of current page being converted
Variable $path
parserPage::$path in ParserData.inc
Variable $path
parserFileSourceTag::$path in DocBlockTags.inc
Variable $pathpages
ProceduralPages::$pathpages in ProceduralPages.inc
array of all procedural page names ordered by full path to the file
Variable $pdf
PDFdefaultConverter::$pdf in PDFdefaultConverter.inc
Variable $phpDocOptions
Holds all the options that are avaible to the cmd line interface
Global $phpDocumentor_DefaultCategoryName
default package name, set using -dn --defaultcategoryname
Global $phpDocumentor_DefaultPackageName
default package name, set using -dn --defaultpackagename
Global $phpDocumentor_errors
$phpDocumentor_errors in Errors.inc
Global $phpDocumentor_error_descrip
Error messages for phpDocumentor parser errors
Global $phpDocumentor_warning_descrip
Error messages for phpDocumentor parser warnings
Variable $pkg_elements
Converter::$pkg_elements in Converter.inc
alphabetical index of all elements, indexed by package/subpackage
Variable $popEvent
Publisher::$popEvent in Publisher.inc
Variable $prev
parserTutorial::$prev in ParserElements.inc
link to the previous tutorial in a document series, or false if none
Variable $privateclasselements
array of parsed class elements with @access private
Variable $privateelements
array of parsed elements with @access private
Variable $privatepages
Put away a page that has been @ignored or @access private if !$parsePrivate
Variable $private_class
this variable is used to prevent parsing of elements with an @ignore tag
Variable $proceduralpages
used to keep track of all elements in a procedural page. Handles name
Variable $processed_desc
parserDocBlock::$processed_desc in ParserDocBlock.inc
Variable $processed_sdesc
parserDocBlock::$processed_sdesc in ParserDocBlock.inc
Variable $processSpecialRoots
This converter knows about the new root tree processing
Variable $processSpecialRoots
This converter knows about the new root tree processing
Variable $processSpecialRoots
This converter knows about the new root tree processing
Variable $processSpecialRoots
XMLDocBookpeardoc2Converter::$processSpecialRoots in XMLDocBookpeardoc2Converter.inc
This converter knows about the new root tree processing
Variable $properties
parserDocBlock::$properties in ParserDocBlock.inc
Variable $pushEvent
Publisher::$pushEvent in Publisher.inc
Method packageTagHandler
handles @package
Class pageLink
pageLink in LinkClasses.inc
procedural page link
Method paramTagHandler
handles @param
Method parse
phpDocumentor_TutorialHighlightParser::parse() in TutorialHighlightParser.inc
Parse a new file
Method parse
Parser::parse() in Parser.inc
Parse a new file
Method parse
parserDescParser::parse() in ParserDescCleanup.inc
Parse a long or short description for tags
Method parse
phpDocumentorTParser::parse() in phpDocumentorTParser.inc
Parse a new file
Method parse
ppageParser::parse() in Parser.inc
Parse a new file
Method parse
Parse a new file
Method parse
XMLPackagePageParser::parse() in XMLpackagePageParser.inc
Parse a new file
Method parse
PDFParser::parse() in ParserPDF.inc
Parse text for PDFParser XML tags, and add the text to the PDF file
Method parseArgv
Io::parseArgv() in Io.inc
Parses $_SERVER['argv'] and creates a setup array
Method parseHiddenFiles
Method parseIni
Parse configuration file phpDocumentor.ini
Method parsePackagePage
Backward-compatibility only, use the new tutorials for more power
Method Parser
Parser::Parser() in Parser.inc
Set up invariant parsing variables
Class Parser
Parser in Parser.inc
PHP Parser for PHP 4.2.3-
Class parserAccessTag
parserAccessTag in DocBlockTags.inc
This class represents the @access tag
Method parserAccessTag
checks $value to make sure it is private, protected or public, otherwise it's not a valid @access tag
Class parserB
parserB in DescHTML.inc
Used for <b> in a description
Class parserBase
parserBase in ParserData.inc
Base class for all elements
Class parserBr
parserBr in DescHTML.inc
Used for <br> in a description
Class parserCData
parserCData in PackagePageElements.inc
Represents <![CDATA[ ]]> sections.
Class parserClass
parserClass in ParserElements.inc
Class parserCode
parserCode in DescHTML.inc
Used for <code> in a description
Method parserConst
parserConst::parserConst() in ParserElements.inc
Class parserConst
parserConst in ParserElements.inc
Class parserData
parserData in ParserData.inc
Contains an in-memory representation of all documentable elements (parserPage, parserFunction, parserDefine, parserInclude, parserClass, parserMethod, parserVar) and their DocBlocks (parserDocBlock).
Class parserDefine
parserDefine in ParserElements.inc
Class parserDesc
parserDesc in ParserDocBlock.inc
represents a short or long description in a DocBlock (parserDocBlock)
Class parserDescParser
parserDescParser in ParserDescCleanup.inc
Parses a DocBlock description to retrieve abstract representations of
Method parserDescParser
parserDescParser::parserDescParser() in ParserDescCleanup.inc
sets $wp to be a ObjectWordParser
Class parserDescVar
parserDescVar in DescHTML.inc
Used for <var> in a description
Class parserDocBlock
parserDocBlock in ParserDocBlock.inc
Represents a docblock and its components, $desc, $sdesc, $tags, and also $params for functions
Method parserDocBlock
parserDocBlock::parserDocBlock() in ParserDocBlock.inc
sets package to default
Class parserElement
parserElement in ParserElements.inc
all elements except parserPackagePage descend from this abstract class
Method parserEntity
parserEntity::parserEntity() in PackagePageElements.inc
sets up the entity
Class parserEntity
parserEntity in PackagePageElements.inc
a standard entity like &rdquo;
Class parserExampleInlineTag
parserExampleInlineTag in InlineTags.inc
Represents the example inline tag, used to display an example file inside a docblock or tutorial
Method parserExampleInlineTag
constructor
Method parserExampleTag
Reads and parses the example file indicated
Class parserExampleTag
parserExampleTag in DocBlockTags.inc
represents "@example"
Method parserFileSourceTag
Set $source to $value, and set up path
Class parserFileSourceTag
parserFileSourceTag in DocBlockTags.inc
represents "@filesource"
Class parserFunction
parserFunction in ParserElements.inc
Class parserGlobal
parserGlobal in ParserElements.inc
Class parserI
parserI in DescHTML.inc
Used for <i> in a description
Class parserIdInlineTag
parserIdInlineTag in InlineTags.inc
Represents the inline {@id} tag for tutorials
Method parserIdInlineTag
constructor
Class parserInclude
parserInclude in ParserElements.inc
Class parserInheritdocInlineTag
parserInheritdocInlineTag in InlineTags.inc
Represents the inheritdoc inline tag, used by classes/methods/vars to inherit documentation from the parent class if possible
Method parserInheritdocInlineTag
Does nothing, overrides parent constructor
Method parserInlineTag
sets up the tag
Class parserInlineTag
parserInlineTag in InlineTags.inc
Use this element to represent an {@inline tag} like {@link}
Class parserKbd
parserKbd in DescHTML.inc
Used for <kbd> in a description
Method parserLicenseTag
set up the license tag
Class parserLicenseTag
parserLicenseTag in DocBlockTags.inc
represents the "@see" tag
Method parserLinkInlineTag
sets up the tag
Class parserLinkInlineTag
parserLinkInlineTag in InlineTags.inc
represents inline links
Method parserLinkTag
parserLinkTag::parserLinkTag() in DocBlockTags.inc
sets up the link tag
Class parserLinkTag
parserLinkTag in DocBlockTags.inc
represents the "@link" tag
Class parserList
parserList in DescHTML.inc
Used for lists <ol> and <ul>
Method parserList
parserList::parserList() in DescHTML.inc
Constructor - create a new list
Method parserMethod
parserMethod::parserMethod() in ParserElements.inc
Class parserMethod
parserMethod in ParserElements.inc
Class parserMethodTag
parserMethodTag in DocBlockTags.inc
represents the "@method" tag
Class parserNameTag
parserNameTag in DocBlockTags.inc
This class represents the @name tag
Method parserNameTag
parserNameTag::parserNameTag() in DocBlockTags.inc
set up the name tag
Method parserPackagePage
Class parserPackagePage
parserPackagePage in ParserElements.inc
Class parserPage
parserPage in ParserData.inc
Contains information about a PHP file, used to group procedural elements together.
Method parserPage
parserPage::parserPage() in ParserData.inc
sets package to default package
Class parserParamTag
parserParamTag in DocBlockTags.inc
represents the "@param" tag
Class parserPre
parserPre in DescHTML.inc
Used for <pre> in a description
Class parserPropertyReadTag
parserPropertyReadTag in DocBlockTags.inc
represents the "@property-read" tag
Class parserPropertyTag
parserPropertyTag in DocBlockTags.inc
represents the "@property" tag
Method parserPropertyTag
set up the property tag
Class parserPropertyWriteTag
parserPropertyWriteTag in DocBlockTags.inc
represents the "@property-write" tag
Method parserReturnTag
set up the tag
Class parserReturnTag
parserReturnTag in DocBlockTags.inc
represents the "@return" tag
Class parserSamp
parserSamp in DescHTML.inc
Used for <samp> in a description
Method parserSeeTag
parserSeeTag::parserSeeTag() in DocBlockTags.inc
sets up the see tag
Class parserSeeTag
parserSeeTag in DocBlockTags.inc
represents the "@see" tag
Class parserSourceInlineTag
parserSourceInlineTag in InlineTags.inc
represents inline source tag, used for function/method source
Method parserSourceInlineTag
constructor
Class parserStaticvarTag
parserStaticvarTag in DocBlockTags.inc
represents the "@staticvar" tag
Class parserStringWithInlineTags
parserStringWithInlineTags in ParserData.inc
Used to represent strings that contain inline tags, so that they can be properly parsed at link time
Class parserTag
parserTag in DocBlockTags.inc
used to represent standard tags like @access, etc.
Method parserTag
parserTag::parserTag() in DocBlockTags.inc
Set up the tag
Class parserTocInlineTag
parserTocInlineTag in InlineTags.inc
Represents {@toc} for table of contents generation in tutorials
Method parserTocInlineTag
constructor
Method parserTutorial
parserTutorial::parserTutorial() in ParserElements.inc
Class parserTutorial
parserTutorial in ParserElements.inc
Method parserTutorialInlineTag
constructor
Class parserTutorialInlineTag
parserTutorialInlineTag in InlineTags.inc
Represents inline links to external tutorial documentation
Class parserTutorialTag
parserTutorialTag in DocBlockTags.inc
represents "@tutorial"
Method parserUsedByTag
set up the usedby tag
Class parserUsedByTag
parserUsedByTag in DocBlockTags.inc
This is a virtual tag, it is created by @uses to cross-reference the used element
Method parserUsesTag
parserUsesTag::parserUsesTag() in DocBlockTags.inc
set up the uses tag
Class parserUsesTag
parserUsesTag in DocBlockTags.inc
represents the "@uses" tag
Class parserVar
parserVar in ParserElements.inc
Method parserVar
parserVar::parserVar() in ParserElements.inc
Class parserVarTag
parserVarTag in DocBlockTags.inc
represents the "@var" tag
Class parserXMLDocBookTag
parserXMLDocBookTag in PackagePageElements.inc
a standard XML DocBook Tag
Method parserXMLDocBookTag
sets up the tag
Constant PARSER_EVENT_ACCESS_MODIFIER
used when parsing an access modifier
Constant PARSER_EVENT_ARRAY
PARSER_EVENT_ARRAY in Parser.inc
used when an array definition is encountered in parsing
Constant PARSER_EVENT_CLASS
PARSER_EVENT_CLASS in Parser.inc
used when a class definition is encountered in parsing
Constant PARSER_EVENT_CLASS_CONSTANT
used when a class implements interfaces
Constant PARSER_EVENT_CLASS_MEMBER
used by the HighlightParser only, when ->var or ->function() is encountered in a method
Constant PARSER_EVENT_COMMENT
PARSER_EVENT_COMMENT in Parser.inc
used when short comment // is encountered in parsing
Constant PARSER_EVENT_COMMENTBLOCK
used when long comment /x x/ where x is an asterisk is encountered in parsing
Constant PARSER_EVENT_DEFINE
PARSER_EVENT_DEFINE in Parser.inc
used when a define statement is encountered in parsing
Constant PARSER_EVENT_DEFINE_GLOBAL
used when parsing a global variable declaration
Constant PARSER_EVENT_DEFINE_PARAMS
used when a define statement opening parenthesis is encountered in parsing
Constant PARSER_EVENT_DEFINE_PARAMS_PARENTHESIS
used when a define statement's opening parenthesis is encountered in parsing
Constant PARSER_EVENT_DESC
PARSER_EVENT_DESC in Parser.inc
used when parsing the desc part of a docblock
Constant PARSER_EVENT_DOCBLOCK
PARSER_EVENT_DOCBLOCK in Parser.inc
used when a DocBlock is encountered in parsing
Constant PARSER_EVENT_DOCBLOCK_TEMPLATE
used when encountering a /**#@+ comment marking a new docblock template
Constant PARSER_EVENT_DOCKEYWORD
used when a @tag is encountered in DocBlock parsing
Constant PARSER_EVENT_DOCKEYWORD_EMAIL
used when a <email@address> is encountered in parsing an @author tag
Constant PARSER_EVENT_END_DOCBLOCK_TEMPLATE
used when encountering a /**#@-* / comment (no space) marking the end of using a docblock template
Constant PARSER_EVENT_END_STATEMENT
Constant PARSER_EVENT_EOFQUOTE
PARSER_EVENT_EOFQUOTE in Parser.inc
used when a <<< is encountered in parsing
Constant PARSER_EVENT_ESCAPE
PARSER_EVENT_ESCAPE in Parser.inc
used when a backslash is encountered in parsing a string or other escapable entity
Constant PARSER_EVENT_FUNCTION
PARSER_EVENT_FUNCTION in Parser.inc
used when a function definition is encountered in parsing
Constant PARSER_EVENT_FUNCTION_PARAMS
used when a function statement opening parenthesis is encountered in parsing
Constant PARSER_EVENT_FUNCTION_PARAM_VAR
used when a $param is encountered in a function definition
Constant PARSER_EVENT_FUNC_GLOBAL
used when parsing a "global $var1, $var2;" declaration in a function
Constant PARSER_EVENT_GLOBAL_VALUE
used when parsing the default value in a global variable declaration
Constant PARSER_EVENT_IMPLEMENTS
used when a class implements interfaces
Constant PARSER_EVENT_INCLUDE
PARSER_EVENT_INCLUDE in Parser.inc
used when an include/require/include_once/include_once statement is encountered in parsing
Constant PARSER_EVENT_INCLUDE_PARAMS
used when an opening parenthesis of an include/require/include_once/include_once statement is encountered in parsing
Constant PARSER_EVENT_INCLUDE_PARAMS_PARENTHESIS
used when an inner ( ) is encountered while parsing an include/require/include_once/include_once statement
Constant PARSER_EVENT_INLINE_DOCKEYWORD
used when an inline {@tag} is encountered in parsing a DocBlock
Constant PARSER_EVENT_LOGICBLOCK
{ encountered in parsing a function or php code
Constant PARSER_EVENT_METHOD
PARSER_EVENT_METHOD in Parser.inc
used by the HighlightParser only, when a method starts
Constant PARSER_EVENT_METHOD_LOGICBLOCK
used by the HighlightParser only, when a method body is parsed
Constant PARSER_EVENT_NOEVENTS
PARSER_EVENT_NOEVENTS in Parser.inc
used for the beginning of parsing, before first < ? php encountered
Constant PARSER_EVENT_OUTPHP
PARSER_EVENT_OUTPHP in Parser.inc
used when a ? > (with no space) is encountered in parsing
Constant PARSER_EVENT_PHPCODE
PARSER_EVENT_PHPCODE in Parser.inc
used when php code processor instruction (< ? php) is encountered in parsing
Constant PARSER_EVENT_QUOTE
PARSER_EVENT_QUOTE in Parser.inc
used when double quotation mark (") encountered in parsing
Constant PARSER_EVENT_QUOTE_VAR
used by the HighlightParser only, when {$var} is encountered in a string
Constant PARSER_EVENT_SINGLEQUOTE
used when a single quote (') is encountered in parsing
Constant PARSER_EVENT_STATIC_VAR
used when parsing a "static $var1, $var2;" declaration in a function
Constant PARSER_EVENT_STATIC_VAR_VALUE
used when parsing the value in a "static $var1 = x" declaration in a function
Constant PARSER_EVENT_TAGS
PARSER_EVENT_TAGS in Parser.inc
used when parsing the @tag block of a docblock
Constant PARSER_EVENT_VAR
PARSER_EVENT_VAR in Parser.inc
used when a var statement is encountered in parsing a class definition
Constant PARSER_EVENT_VAR_ARRAY
used when a variable value is an array
Constant PARSER_EVENT_VAR_ARRAY_COMMENT
used when a comment is found in a variable array value
Method parseString
Parse a new file
Method pathMatchesParsedFile
checks to see if the parsed file matches the given path
Constant PATH_DELIMITER
PATH_DELIMITER in common.inc.php
Constant PDERROR_ACCESS_WRONG_PARAM
warning triggered when the arguments to @access are neither public nor private
Constant PDERROR_BEAUTIFYING_FAILED
warning triggered by an unterminated entity in a tutorial
Constant PDERROR_CANNOT_EXTEND_SELF
warning triggered if someone brilliant tries "class X extends X {"
Constant PDERROR_CANT_HAVE_INLINE_IN_TAGNAME
warning triggered when an inline tag is found inside an xml tag name
Constant PDERROR_CANT_NEST_IN_B
warning triggered when another tag is nested in &lt;b&gt;
Constant PDERROR_CHILD_TUTORIAL_NOT_FOUND
warning triggered when a tutorial's child in the .ini file doesn't exist in the
Constant PDERROR_CLASS_CONFLICT
warning triggered when classes in the same package have the same name
Constant PDERROR_CLASS_EXISTS
PDERROR_CLASS_EXISTS in Errors.inc
warning triggered when inheritance could be from more than one class
Constant PDERROR_CLASS_NOT_IN_PACKAGE
warning triggered when a getClassByPackage is called and can't find the class
Constant PDERROR_CLASS_PARENT_NOT_FOUND
warning triggered when an entire page is ignored because of @access private
Constant PDERROR_CONVERTER_NOT_FOUND
warning triggered when a converter is passed to
Constant PDERROR_CONVERTER_OVR_GFCT
warning triggered when a child converter doesn't override
Constant PDERROR_DANGEROUS_PHP_BUG_EXISTS
warning triggered when the PHP version being used has dangerous bug/behavior
Constant PDERROR_DB_TEMPLATE_UNTERMINATED
warning triggered when a docblock template is never turned off
Constant PDERROR_DOCBLOCK_CONFLICT
warning triggered by a page-level docblock preceding a source element
Constant PDERROR_DOCBLOCK_GOES_CLASS
warning triggered when the first docblock in a file with a @package tag precedes a class. In this case, the class gets the docblock.
Constant PDERROR_DUMB_USES
PDERROR_DUMB_USES in Errors.inc
warning triggered by improper "@uses blah"
Constant PDERROR_ELEMENT_IGNORED
warning triggered when a duplicate element is encountered that will be
Constant PDERROR_EMPTY_EXAMPLE_TITLE
warning triggered by @example path/to/example with no title
Constant PDERROR_EXAMPLE_NOT_FOUND
warning triggered when an example's path from @example /path/to/example.php
Constant PDERROR_FUNCTION_HAS_NONAME
warning triggered by a function with no name
Constant PDERROR_GLOBAL_NOT_FOUND
warning triggered when there are multiple @name tags in a docblock
Constant PDERROR_ID_MUST_BE_INLINE
warning triggered when an id attribute in a tutorial docbook tag is not
Constant PDERROR_IGNORE_TAG_IGNORED
warning triggered when an @ignore tag is used in a DocBlock preceding
Constant PDERROR_ILLEGAL_PACKAGENAME
warning triggered when the package or subpackage name is illegal
Constant PDERROR_INHERITANCE_CONFLICT
warning triggered when inheritance could be from more than one class
Constant PDERROR_INHERITDOC_DONT_WORK_HERE
warning triggered by {@inheritdoc} in a non-inheritable situation
Constant PDERROR_INLINETAG_IN_SEE
warning triggered when an example's path from @example /path/to/example.php
Constant PDERROR_INTERNAL_NOT_CLOSED
warning triggered when an {@internal}} tag is not closed
Constant PDERROR_INVALID_VALUES
warning triggered if a command line option does not have a valid value passed in
Constant PDERROR_LOOP_RECURSION_LIMIT_REACHED
warning triggered when the a loop recursion tripwire has been tripped
Constant PDERROR_MALFORMED_GLOBAL_TAG
warning triggered when there are multiple @name tags in a docblock
Constant PDERROR_MALFORMED_TAG
PDERROR_MALFORMED_TAG in Errors.inc
warning triggered by an empty tag
Constant PDERROR_MISSING_PROPERTY_TAG_NAME
warning triggered when any of {@property}}, {@property-read}},
Constant PDERROR_MULTIPLE_ACCESS_TAGS
warning triggered when there are multiple @access tags in a docblock
Constant PDERROR_MULTIPLE_CATEGORY_TAGS
warning triggered by more than 1 @category tag
Constant PDERROR_MULTIPLE_GLOBAL_TAGS
warning triggered when there are multiple @name tags in a docblock
Constant PDERROR_MULTIPLE_NAME_TAGS
warning triggered when there are multiple @name tags in a docblock
Constant PDERROR_MULTIPLE_PACKAGE_TAGS
warning triggered when there are multiple @package tags in a docblock
Constant PDERROR_MULTIPLE_PARENT
warning triggered when inheritance could be from more than one class
Constant PDERROR_MULTIPLE_RETURN_TAGS
warning triggered when there are multiple @return tags in a docblock
Constant PDERROR_MULTIPLE_SUBPACKAGE_TAGS
warning triggered when there are multiple @subpackage tags in a docblock
Constant PDERROR_MULTIPLE_VAR_TAGS
warning triggered when there are multiple @var tags in a docblock
Constant PDERROR_NAME_ALIAS_SAME_AS_TARGET
warning triggered when the alias value in an page-level docblock's @name tag
Constant PDERROR_NEED_WHITESPACE
warning triggered when an entire page is ignored because of @access private
Constant PDERROR_NESTED_INTERNAL
warning triggered when {@internal}} is nested inside another {@internal}}
Constant PDERROR_NOTODO_INCLUDE
warning triggered when @todo is used on an include element
Constant PDERROR_NO_CONVERTERS
PDERROR_NO_CONVERTERS in Errors.inc
warning triggered when a converter is passed to
Constant PDERROR_NO_CONVERTER_HANDLER
warning triggered when an example's path from @example /path/to/example.php
Constant PDERROR_NO_DOCBOOK_ID
PDERROR_NO_DOCBOOK_ID in Errors.inc
warning triggered in tutorial parsing if there is a missing {@id} inline tag
Constant PDERROR_NO_PACKAGE_TAG
warning triggered when no @package tag is used in a page-level
Constant PDERROR_NO_PAGE_LEVELDOCBLOCK
warning triggered when a file does not contain a page-level docblock
Constant PDERROR_OVERRIDDEN_PACKAGE_TAGS
warning triggered when there a @package tag is used in a function,
Constant PDERROR_OVERRIDDEN_SUBPACKAGE_TAGS
warning triggered when there a @subpackage tag is used in a function,
Constant PDERROR_PACKAGECAT_SET
warning triggered when a package is already associated with a category, and
Constant PDERROR_PACKAGEOUTPUT_DELETES_PARENT_FILE
warning triggered when there are multiple @name tags in a docblock
Constant PDERROR_PARENT_NOT_FOUND
warning triggered when parent class doesn't exist
Constant PDERROR_PARSEPRIVATE
PDERROR_PARSEPRIVATE in Errors.inc
warning triggered when an entire page is ignored because of @access private
Constant PDERROR_PDFFUNCTION_NO_FUNC
warning triggered when a <pdffunction:funcname /> tag is used in the PDF
Constant PDERROR_PDF_METHOD_DOESNT_EXIST
warning triggered when a <pdffunction:funcname /> tag is used in the PDF
Constant PDERROR_PDF_TEMPVAR_DOESNT_EXIST
warning triggered when a <pdffunction:funcname arg=$tempvar/> tag
Constant PDERROR_PRIVATE_ASSUMED
warning triggered when no @access private tag is used in a
Constant PDERROR_SOURCECODE_IGNORED
warning triggered by sourcecode="on", if PHP < 4.3.0
Constant PDERROR_SOURCE_TAG_FUNCTION_NOT_FOUND
warning triggered when a { @source } inline tag is used in a docblock not
Constant PDERROR_SOURCE_TAG_IGNORED
warning triggered when an {@source} tag is found in a short description
Constant PDERROR_TAG_NOT_HANDLED
warning triggered by @filesource, if PHP < 4.3.0
Constant PDERROR_TEMPLATEDIR_DOESNT_EXIST
warning triggered by non-existent template directory
Constant PDERROR_TEXT_OUTSIDE_LI
warning triggered when text in a docblock list is not contained in
Constant PDERROR_TUTORIAL_IS_OWN_CHILD
warning triggered when a tutorial lists itself as a child tutorial
Constant PDERROR_TUTORIAL_IS_OWN_GRANDPA
warning triggered when a tutorial's child lists the parent tutorial
Constant PDERROR_TUTORIAL_NOT_FOUND
warning triggered when a tutorial is referenced
Constant PDERROR_TUTORIAL_SUBSECTION_NOT_FOUND
warning triggered when a subsection's title is asked for, but the subsection
Constant PDERROR_UL_IN_UL
PDERROR_UL_IN_UL in Errors.inc
warning triggered if <ul> is nested inside <ul> and not <li>
Constant PDERROR_UNCLOSED_TAG
PDERROR_UNCLOSED_TAG in Errors.inc
warning triggered when a DocBlock html tag is unclosed
Constant PDERROR_UNDOCUMENTED_ELEMENT
warning triggered when a class or method hasn't got docblock
Constant PDERROR_UNKNOWN_COMMANDLINE
warning triggered when an entire page is ignored because of @access private
Constant PDERROR_UNKNOWN_TAG
PDERROR_UNKNOWN_TAG in Errors.inc
warning triggered when classes in the same package have the same name
Constant PDERROR_UNMATCHED_LIST_TAG
warning triggered when a docblock has an unmatched &lt;ol&gt; or &lt;ul&gt;
Constant PDERROR_UNMATCHED_TUTORIAL_TAG
warning triggered when a docbook tag is not properly matched
Constant PDERROR_UNTERMINATED_ATTRIB
warning triggered when a subsection's title is asked for, but the subsection
Constant PDERROR_UNTERMINATED_ENTITY
warning triggered by an unterminated entity in a tutorial
Constant PDERROR_UNTERMINATED_INLINE_TAG
warning triggered when an {@inline tag} is not terminated
Class PDFdefaultConverter
PDFdefaultConverter in PDFdefaultConverter.inc
PDF output converter.
Method PDFdefaultConverter
Method PDFParser
PDFParser::PDFParser() in ParserPDF.inc
Sets up the wordparser for this class
Class PDFParser
PDFParser in ParserPDF.inc
Page phpdoc.php
phpdoc.php in phpdoc.php
Method phpdocpdf
phpdocpdf::phpdocpdf() in class.phpdocpdf.php
Class phpdocpdf
phpdocpdf in class.phpdocpdf.php
Page ParserPDF.inc
ParserPDF.inc in ParserPDF.inc
Page PDFdefaultConverter.inc
PDFdefaultConverter.inc in PDFdefaultConverter.inc
Page PackagePageElements.inc
PackagePageElements.inc in PackagePageElements.inc
Page Parser.inc
Parser.inc in Parser.inc
Page ParserData.inc
ParserData.inc in ParserData.inc
Page ParserDescCleanup.inc
ParserDescCleanup.inc in ParserDescCleanup.inc
Page ParserDocBlock.inc
ParserDocBlock.inc in ParserDocBlock.inc
Page ParserElements.inc
ParserElements.inc in ParserElements.inc
Page phpdoc.inc
phpdoc.inc in phpdoc.inc
Page phpDocumentorTParser.inc
phpDocumentorTParser.inc in phpDocumentorTParser.inc
Page phpDocumentorTWordParser.inc
phpDocumentorTWordParser.inc in phpDocumentorTWordParser.inc
Page ProceduralPages.inc
ProceduralPages.inc in ProceduralPages.inc
Page Publisher.inc
Publisher.inc in Publisher.inc
Class phpDocumentorTParser
phpDocumentorTParser in phpDocumentorTParser.inc
Tokenizer-based parser for PHP source code
Method phpDocumentorTParser
Constructor
Class phpDocumentorTWordParser
phpDocumentorTWordParser in phpDocumentorTWordParser.inc
Like WordParser, but expects an array of tokens from the tokenizer instead of a string.
Function phpDocumentor_clone
phpDocumentor_clone() in clone.inc.php
Clone an object in PHP 4
Function phpDocumentor_ConfigFileList
used in phpdoc.php and new_phpdoc.php
Constant PHPDOCUMENTOR_EVENT_CLASS
Class published to IntermediateParser with this event
Constant PHPDOCUMENTOR_EVENT_CONST
Class Constant published to IntermediateParser with this event
Constant PHPDOCUMENTOR_EVENT_DEFINE
Constant (define) published to IntermediateParser with this event
Constant PHPDOCUMENTOR_EVENT_DOCBLOCK
DocBlock published to IntermediateParser with this event
Constant PHPDOCUMENTOR_EVENT_DOCBLOCK_TEMPLATE
used when a docblock template is encountered in the source
Constant PHPDOCUMENTOR_EVENT_END_DOCBLOCK_TEMPLATE
used when a docblock template is encountered in the source
Constant PHPDOCUMENTOR_EVENT_END_PAGE
used to inform phpDocumentor_IntermediateParser that the current file has been completely parsed.
Constant PHPDOCUMENTOR_EVENT_FUNCTION
Function published to IntermediateParser with this event
Constant PHPDOCUMENTOR_EVENT_GLOBAL
used when a global variable definition is encountered in the source
Constant PHPDOCUMENTOR_EVENT_INCLUDE
Include (include/require/include_once/include_once) published to IntermediateParser with this event
Constant PHPDOCUMENTOR_EVENT_MESSAGE
Constant PHPDOCUMENTOR_EVENT_NEWFILE
use to inform ErrorTracker of a new file being parsed
Constant PHPDOCUMENTOR_EVENT_NEWLINENUM
use to inform ErrorTracker of the next line number being parsed
Constant PHPDOCUMENTOR_EVENT_NEWSTATE
use to inform IntermediateParser of a new element being parsed
Constant PHPDOCUMENTOR_EVENT_PACKAGEPAGE
Package-level page published to IntermediateParser with this event
Constant PHPDOCUMENTOR_EVENT_PAGE
New File (page) published to IntermediateParser with this event
Constant PHPDOCUMENTOR_EVENT_README_INSTALL_CHANGELOG
Contents of README/INSTALL/CHANGELOG files published to IntermediateParser with this event
Constant PHPDOCUMENTOR_EVENT_TUTORIAL
Tutorial published to IntermediateParser with this event
Constant PHPDOCUMENTOR_EVENT_VAR
Class Variable published to IntermediateParser with this event
Function phpDocumentor_get_class
phpDocumentor_get_class() in common.inc.php
Returns a lower-cased version of get_class for PHP 5
Class phpDocumentor_HighlightParser
phpDocumentor_HighlightParser in HighlightParser.inc
Highlights source code using parse()
Method phpDocumentor_HighlightParser
Initialize the $tokenpushEvent, $wordpushEvent arrays
Class phpDocumentor_HighlightWordParser
phpDocumentor_HighlightWordParser in HighlightParser.inc
Retrieve tokens from an array of tokens organized by line numbers
Method phpDocumentor_IntermediateParser
sets up basic data structures
Class phpDocumentor_IntermediateParser
phpDocumentor_IntermediateParser in IntermediateParser.inc
The phpDocumentor_IntermediateParser Class
Function phpDocumentor_out
phpDocumentor_out() in Setup.inc.php
Print parse information if quiet setting is off
Function phpDocumentor_parse_ini_file
Parse an .ini file
Constant PHPDOCUMENTOR_PDF_EVENT_CONTENT
used for parsing stuff between <text>
Constant PHPDOCUMENTOR_PDF_EVENT_FONT
when <font> is found in an ezText input
Constant PHPDOCUMENTOR_PDF_EVENT_NEWPAGE
when <newpage/> is found in an ezText input
Constant PHPDOCUMENTOR_PDF_EVENT_PDFFUNCTION
when <pdffunction> is found in an ezText input
Constant PHPDOCUMENTOR_PDF_EVENT_TEXT
when <text> is found in an ezText input
Constant PHPDOCUMENTOR_PDF_STATE_CONTENT
used for parsing stuff between <text>
Constant PHPDOCUMENTOR_PDF_STATE_FONT
when <font> is found in an ezText input
Constant PHPDOCUMENTOR_PDF_STATE_NEWPAGE
when <newpage/> is found in an ezText input
Constant PHPDOCUMENTOR_PDF_STATE_PDFFUNCTION
when <pdffunction> is found in an ezText input
Constant PHPDOCUMENTOR_PDF_STATE_TEXT
when <text> is found in an ezText input
Constant PHPDOCUMENTOR_PDP_EVENT_ATTRIBUTES
PHPDOCUMENTOR_PDP_EVENT_ATTRIBUTES in XMLpackagePageParser.inc
when tag attributes name="value" are found
Constant PHPDOCUMENTOR_PDP_EVENT_B
PHPDOCUMENTOR_PDP_EVENT_B in ParserDescCleanup.inc
when <b> is found in a desc
Constant PHPDOCUMENTOR_PDP_EVENT_BR
PHPDOCUMENTOR_PDP_EVENT_BR in ParserDescCleanup.inc
when <br> is found in a desc
Constant PHPDOCUMENTOR_PDP_EVENT_CDATA
PHPDOCUMENTOR_PDP_EVENT_CDATA in XMLpackagePageParser.inc
when <![CDATA[ ]]> is found
Constant PHPDOCUMENTOR_PDP_EVENT_CODE
PHPDOCUMENTOR_PDP_EVENT_CODE in ParserDescCleanup.inc
when <code> is found in a desc
Constant PHPDOCUMENTOR_PDP_EVENT_DOUBLECR
PHPDOCUMENTOR_PDP_EVENT_DOUBLECR in ParserDescCleanup.inc
when \n\n is found in a desc
Constant PHPDOCUMENTOR_PDP_EVENT_ENTITY
PHPDOCUMENTOR_PDP_EVENT_ENTITY in XMLpackagePageParser.inc
when tag attributes name="value" are found
Constant PHPDOCUMENTOR_PDP_EVENT_ESCAPE
PHPDOCUMENTOR_PDP_EVENT_ESCAPE in ParserDescCleanup.inc
when the << potential escape for tags is found in a desc
Constant PHPDOCUMENTOR_PDP_EVENT_ESCAPE_CODE
PHPDOCUMENTOR_PDP_EVENT_ESCAPE_CODE in ParserDescCleanup.inc
when << /code>> is found in a <code></code> section
Constant PHPDOCUMENTOR_PDP_EVENT_ESCAPE_PRE
PHPDOCUMENTOR_PDP_EVENT_ESCAPE_PRE in ParserDescCleanup.inc
when << /pre>> is found in a <pre></pre> section
Constant PHPDOCUMENTOR_PDP_EVENT_I
PHPDOCUMENTOR_PDP_EVENT_I in ParserDescCleanup.inc
when <i> is found in a desc
Constant PHPDOCUMENTOR_PDP_EVENT_KBD
PHPDOCUMENTOR_PDP_EVENT_KBD in ParserDescCleanup.inc
when <kbd> is found in a desc
Constant PHPDOCUMENTOR_PDP_EVENT_LIST
PHPDOCUMENTOR_PDP_EVENT_LIST in ParserDescCleanup.inc
when <ul>/<ol> is found in a desc
Constant PHPDOCUMENTOR_PDP_EVENT_P
PHPDOCUMENTOR_PDP_EVENT_P in ParserDescCleanup.inc
when <p> is found in a desc
Constant PHPDOCUMENTOR_PDP_EVENT_PRE
PHPDOCUMENTOR_PDP_EVENT_PRE in ParserDescCleanup.inc
when <pre> is found in a desc
Constant PHPDOCUMENTOR_PDP_EVENT_PROGRAMLISTING
PHPDOCUMENTOR_PDP_EVENT_PROGRAMLISTING in XMLpackagePageParser.inc
when <programlisting> is found
Constant PHPDOCUMENTOR_PDP_EVENT_SAMP
PHPDOCUMENTOR_PDP_EVENT_SAMP in ParserDescCleanup.inc
when <samp> is found in a desc
Constant PHPDOCUMENTOR_PDP_EVENT_SIMLIST
PHPDOCUMENTOR_PDP_EVENT_SIMLIST in ParserDescCleanup.inc
when a simple list is found in a desc
Constant PHPDOCUMENTOR_PDP_EVENT_TAG
PHPDOCUMENTOR_PDP_EVENT_TAG in XMLpackagePageParser.inc
when a DocBook <tag> is found
Constant PHPDOCUMENTOR_PDP_EVENT_VAR
PHPDOCUMENTOR_PDP_EVENT_VAR in ParserDescCleanup.inc
when <var> is found in a desc
Constant PHPDOCUMENTOR_PDP_STATE_ATTRIBUTES
PHPDOCUMENTOR_PDP_STATE_ATTRIBUTES in XMLpackagePageParser.inc
when tag attributes name="value" are found
Constant PHPDOCUMENTOR_PDP_STATE_B
PHPDOCUMENTOR_PDP_STATE_B in ParserDescCleanup.inc
when <b> is found in a desc
Constant PHPDOCUMENTOR_PDP_STATE_BR
PHPDOCUMENTOR_PDP_STATE_BR in ParserDescCleanup.inc
when <br> is found in a desc
Constant PHPDOCUMENTOR_PDP_STATE_CDATA
PHPDOCUMENTOR_PDP_STATE_CDATA in XMLpackagePageParser.inc
when <![CDATA[ ]]> is found
Constant PHPDOCUMENTOR_PDP_STATE_CODE
PHPDOCUMENTOR_PDP_STATE_CODE in ParserDescCleanup.inc
when <code> is found in a desc
Constant PHPDOCUMENTOR_PDP_STATE_DOUBLECR
PHPDOCUMENTOR_PDP_STATE_DOUBLECR in ParserDescCleanup.inc
when \n\n is found in a desc
Constant PHPDOCUMENTOR_PDP_STATE_ENTITY
PHPDOCUMENTOR_PDP_STATE_ENTITY in XMLpackagePageParser.inc
when tag attributes name="value" are found
Constant PHPDOCUMENTOR_PDP_STATE_ESCAPE
PHPDOCUMENTOR_PDP_STATE_ESCAPE in ParserDescCleanup.inc
when the << potential escape for tags is found in a desc
Constant PHPDOCUMENTOR_PDP_STATE_ESCAPE_CODE
PHPDOCUMENTOR_PDP_STATE_ESCAPE_CODE in ParserDescCleanup.inc
when << /code>> is found in a <code></code> section
Constant PHPDOCUMENTOR_PDP_STATE_ESCAPE_PRE
PHPDOCUMENTOR_PDP_STATE_ESCAPE_PRE in ParserDescCleanup.inc
when << /pre>> is found in a <pre></pre> section
Constant PHPDOCUMENTOR_PDP_STATE_I
PHPDOCUMENTOR_PDP_STATE_I in ParserDescCleanup.inc
when <i> is found in a desc
Constant PHPDOCUMENTOR_PDP_STATE_KBD
PHPDOCUMENTOR_PDP_STATE_KBD in ParserDescCleanup.inc
when <kbd> is found in a desc
Constant PHPDOCUMENTOR_PDP_STATE_LIST
PHPDOCUMENTOR_PDP_STATE_LIST in ParserDescCleanup.inc
when <ul>/<ol> is found in a desc
Constant PHPDOCUMENTOR_PDP_STATE_P
PHPDOCUMENTOR_PDP_STATE_P in ParserDescCleanup.inc
when <p> is found in a desc
Constant PHPDOCUMENTOR_PDP_STATE_PRE
PHPDOCUMENTOR_PDP_STATE_PRE in ParserDescCleanup.inc
when <pre> is found in a desc
Constant PHPDOCUMENTOR_PDP_STATE_PROGRAMLISTING
PHPDOCUMENTOR_PDP_STATE_PROGRAMLISTING in XMLpackagePageParser.inc
when <programlisting> is found
Constant PHPDOCUMENTOR_PDP_STATE_SAMP
PHPDOCUMENTOR_PDP_STATE_SAMP in ParserDescCleanup.inc
when <samp> is found in a desc
Constant PHPDOCUMENTOR_PDP_STATE_SIMLIST
PHPDOCUMENTOR_PDP_STATE_SIMLIST in ParserDescCleanup.inc
when a simple list is found in a desc
Constant PHPDOCUMENTOR_PDP_STATE_TAG
PHPDOCUMENTOR_PDP_STATE_TAG in XMLpackagePageParser.inc
when a DocBook <tag> is found
Constant PHPDOCUMENTOR_PDP_STATE_VAR
PHPDOCUMENTOR_PDP_STATE_VAR in ParserDescCleanup.inc
when <var> is found in a desc
Class phpDocumentor_peardoc2_XML_Beautifier
This is just like XML_Beautifier, but uses phpDocumentor_XML_Beautifier_Tokenizer
Method phpDocumentor_setup
Checks PHP version, makes sure it is 4.2.0+, and chooses the
Class phpDocumentor_setup
phpDocumentor_setup in Setup.inc.php
Method phpDocumentor_TutorialHighlightParser
Initialize the $tokenpushEvent, $wordpushEvent arrays
Class phpDocumentor_TutorialHighlightParser
phpDocumentor_TutorialHighlightParser in TutorialHighlightParser.inc
Highlights source code using parse()
Constant PHPDOCUMENTOR_VER
PHPDOCUMENTOR_VER in common.inc.php
Constant PHPDOCUMENTOR_WEBSITE
PHPDOCUMENTOR_WEBSITE in common.inc.php
Constant PHPDOCUMENTOR_WINDOWS
PHPDOCUMENTOR_WINDOWS in common.inc.php
Class phpDocumentor_XML_Beautifier_Tokenizer
Highlights source code using parse()
Method phpDocumentor_XML_Beautifier_Tokenizer
Initialize the $tokenpushEvent, $wordpushEvent arrays
Constant PHPDOC_BEAUTIFIER_CDATA
PHPDOC_BEAUTIFIER_CDATA in Tokenizer.php
do not remove, needed in plain renderer
Constant PHPDOC_WEBROOT_DIR
PHPDOC_WEBROOT_DIR in file_dialog.php
Constant PHPDOC_XMLTOKEN_EVENT_ATTRIBUTE
used when a <tag attr="attribute"> is found
Constant PHPDOC_XMLTOKEN_EVENT_CDATA
used when a <! is found
Constant PHPDOC_XMLTOKEN_EVENT_CLOSETAG
used when a close </tag> is found
Constant PHPDOC_XMLTOKEN_EVENT_COMMENT
used when a <!-- comment --> is found
Constant PHPDOC_XMLTOKEN_EVENT_DEF
PHPDOC_XMLTOKEN_EVENT_DEF in Tokenizer.php
used when a <! is found
Constant PHPDOC_XMLTOKEN_EVENT_DOUBLEQUOTE
used when a <!-- comment --> is found
Constant PHPDOC_XMLTOKEN_EVENT_ENTITY
used when an &entity; is found
Constant PHPDOC_XMLTOKEN_EVENT_IN_CDATA
used when a <![CDATA[ section is found
Constant PHPDOC_XMLTOKEN_EVENT_NOEVENTS
starting state
Constant PHPDOC_XMLTOKEN_EVENT_OPENTAG
used when an open <tag> is found
Constant PHPDOC_XMLTOKEN_EVENT_PI
PHPDOC_XMLTOKEN_EVENT_PI in Tokenizer.php
used when a processor instruction is found
Constant PHPDOC_XMLTOKEN_EVENT_SINGLEQUOTE
used when a <!-- comment --> is found
Constant PHPDOC_XMLTOKEN_EVENT_XML
PHPDOC_XMLTOKEN_EVENT_XML in Tokenizer.php
used when a <?xml is found
Constant PHPUnit_MAIN_METHOD
PHPUnit_MAIN_METHOD in IntermediateParserTests.php
Method popEvent
EventStack::popEvent() in EventStack.inc
Pop an event from the stack
Method postProcess
XMLDocBookpeardoc2Converter::postProcess() in XMLDocBookpeardoc2Converter.inc
Method postProcess
CHMdefaultConverter::postProcess() in CHMdefaultConverter.inc
Uses htmlspecialchars() on the input
Method postProcess
HTMLSmartyConverter::postProcess() in HTMLSmartyConverter.inc
Uses htmlspecialchars() on the input
Method postProcess
Converter::postProcess() in Converter.inc
This version does nothing
Method postProcess
XMLDocBookConverter::postProcess() in XMLDocBookConverter.inc
Method postProcess
parserDocBlock::postProcess() in ParserDocBlock.inc
Parse out any html tags from doc comments, and make them into
Method postProcess
HTMLframesConverter::postProcess() in HTMLframesConverter.inc
Uses htmlspecialchars() on the input
Method postProcess
PDFdefaultConverter::postProcess() in PDFdefaultConverter.inc
Method ppageParser
set up invariant Parser variables
Class ppageParser
ppageParser in Parser.inc
Global package page parser
Method prepareDocBlock
XMLDocBookpeardoc2Converter::prepareDocBlock() in XMLDocBookpeardoc2Converter.inc
Method prepareDocBlock
convert the element's DocBlock for output
Method prepareDocBlock
XMLDocBookConverter::prepareDocBlock() in XMLDocBookConverter.inc
Method PreserveWhiteSpace
Used to convert the contents of <pre> in a docblock
Class ProceduralPages
ProceduralPages in ProceduralPages.inc
Intermediate procedural page parsing structure.
Method processChild
This function recursively climbs up the class tree, setting inherited information like package and adds the elements to phpDocumentor_IntermediateParser.
Method ProgramExample
CHMdefaultConverter::ProgramExample() in CHMdefaultConverter.inc
Used to convert the <code> tag in a docblock
Method ProgramExample
HTMLframesConverter::ProgramExample() in HTMLframesConverter.inc
Used to convert the <code> tag in a docblock
Method ProgramExample
HTMLSmartyConverter::ProgramExample() in HTMLSmartyConverter.inc
Used to convert the <code> tag in a docblock
Method ProgramExample
XMLDocBookpeardoc2Converter::ProgramExample() in XMLDocBookpeardoc2Converter.inc
Method ProgramExample
Used to convert the <code> tag in a docblock
Method propertyTagHandler
Handles @property(-read or -write) and @method magic tag
Class Publisher
Publisher in Publisher.inc
a class for handling the publishing of data
Method publishEvent
Publisher::publishEvent() in Publisher.inc
Publish an event
Method pushEvent
EventStack::pushEvent() in EventStack.inc
Push an event onto the stack
Page ParserClassTests.php
ParserClassTests.php in ParserClassTests.php
Page ParserPageTests.php
ParserPageTests.php in ParserPageTests.php
Page phpDocumentorSetupTests.php
phpDocumentorSetupTests.php in phpDocumentorSetupTests.php
Page phpDocumentorTParserTests.php
phpDocumentorTParserTests.php in phpDocumentorTParserTests.php
q
top
Variable $quietMode
set in Setup.inc.php to the value of the quitemode commandline option.
Variable $quietmode
Converter::$quietmode in Converter.inc
controls display of progress information while parsing.
r
top
Variable $refsect1id
XMLPackagePageParser::$refsect1id in XMLpackagePageParser.inc
Variable $refsect2id
XMLPackagePageParser::$refsect2id in XMLpackagePageParser.inc
Variable $refsect3id
XMLPackagePageParser::$refsect3id in XMLpackagePageParser.inc
Variable $render
Used to organize output from the Parser before Conversion
Variable $reportContents
phpdocpdf::$reportContents in class.phpdocpdf.php
Variable $return
parserDocBlock::$return in ParserDocBlock.inc
This is either a parserReturnTag or false if no return tag is present
Variable $returnsreference
parserFunction::$returnsreference in ParserElements.inc
Function returns a reference to an element, instead of a value
Variable $returnType
parserPropertyTag::$returnType in DocBlockTags.inc
the type a property has
Variable $returnType
parserMethodTag::$returnType in DocBlockTags.inc
the return type a method has
Variable $returnType
parserReturnTag::$returnType in DocBlockTags.inc
the type a function returns
Variable $returnType
parserVarTag::$returnType in DocBlockTags.inc
the type a var has
Variable $ric
phpDocumentor_IntermediateParser::$ric in IntermediateParser.inc
Stores parsed CHANGELOG/INSTALL/README files
Variable $ric_set
HTMLSmartyConverter::$ric_set in HTMLSmartyConverter.inc
Variable $ric_set
PDFdefaultConverter::$ric_set in PDFdefaultConverter.inc
Variable $ric_set
CHMdefaultConverter::$ric_set in CHMdefaultConverter.inc
Variable $ric_set
HTMLframesConverter::$ric_set in HTMLframesConverter.inc
Method rcNatCmp
CHMdefaultConverter::rcNatCmp() in CHMdefaultConverter.inc
does a nat case sort on the specified second level value of the array
Method rcNatCmp
HTMLSmartyConverter::rcNatCmp() in HTMLSmartyConverter.inc
does a nat case sort on the specified second level value of the array
Method rcNatCmp
XMLDocBookpeardoc2Converter::rcNatCmp() in XMLDocBookpeardoc2Converter.inc
does a nat case sort on the specified second level value of the array
Method rcNatCmp
HTMLframesConverter::rcNatCmp() in HTMLframesConverter.inc
does a nat case sort on the specified second level value of the array
Method rcNatCmp
XMLDocBookConverter::rcNatCmp() in XMLDocBookConverter.inc
does a nat case sort on the specified second level value of the array
Method rcNatCmp1
HTMLframesConverter::rcNatCmp1() in HTMLframesConverter.inc
does a nat case sort on the specified second level value of the array.
Method rcNatCmp1
HTMLSmartyConverter::rcNatCmp1() in HTMLSmartyConverter.inc
does a nat case sort on the specified second level value of the array.
Method rcNatCmp1
CHMdefaultConverter::rcNatCmp1() in CHMdefaultConverter.inc
does a nat case sort on the specified second level value of the array.
Method rcNatCmp1
XMLDocBookConverter::rcNatCmp1() in XMLDocBookConverter.inc
does a nat case sort on the specified second level value of the array.
Method rcNatCmp1
XMLDocBookpeardoc2Converter::rcNatCmp1() in XMLDocBookpeardoc2Converter.inc
does a nat case sort on the specified second level value of the array.
Method readCommandLineSettings
Get phpDocumentor settings from command-line or web interface
Method readConfigFile
Get phpDocumentor settings from a user configuration file
Method readPhpFile
Reads a file and returns it as a string Does basic error checking
Class RecordError
RecordError in Errors.inc
encapsulates error information
Method RecordWarning
Constructor
Class RecordWarning
RecordWarning in Errors.inc
encapsulates warning information
Function recurseDir
recurseDir() in utilities.php
Method removeNonMatches
Removes files from the $dir array that do not match the search string in
Method replaceElement
ProceduralPages::replaceElement() in ProceduralPages.inc
Used to align an element with the package of its parent page prior to Conversion.
Method replaceInheritDoc
parserDesc::replaceInheritDoc() in ParserDocBlock.inc
replaces {@inheritdoc} with the contents of the parent DocBlock
Method replaceInheritDoc
Method resetParams
parserDocBlock::resetParams() in ParserDocBlock.inc
Method returnErrors
Get sorted array of all non-fatal errors in parsing/conversion
Method returnLastError
Get the error message of the last error
Method returnLastWarning
Get the warning message of the last warning
Method returnLink
CHMdefaultConverter::returnLink() in CHMdefaultConverter.inc
Method returnLink
XMLDocBookpeardoc2Converter::returnLink() in XMLDocBookpeardoc2Converter.inc
Method returnLink
Converter::returnLink() in Converter.inc
take URL $link and text $text and return a link in the format needed for the Converter
Method returnLink
XMLDocBookConverter::returnLink() in XMLDocBookConverter.inc
Method returnLink
PDFdefaultConverter::returnLink() in PDFdefaultConverter.inc
Method returnLink
HTMLframesConverter::returnLink() in HTMLframesConverter.inc
Method returnLink
HTMLSmartyConverter::returnLink() in HTMLSmartyConverter.inc
Method returnSee
HTMLSmartyConverter::returnSee() in HTMLSmartyConverter.inc
This function takes an abstractLink descendant and returns an html link
Method returnSee
XMLDocBookpeardoc2Converter::returnSee() in XMLDocBookpeardoc2Converter.inc
This function takes an abstractLink descendant and returns an html link
Method returnSee
HTMLframesConverter::returnSee() in HTMLframesConverter.inc
This function takes an abstractLink descendant and returns an html link
Method returnSee
XMLDocBookConverter::returnSee() in XMLDocBookConverter.inc
This function takes an abstractLink descendant and returns an html link
Method returnSee
PDFdefaultConverter::returnSee() in PDFdefaultConverter.inc
Returns a bookmark using Cezpdf 009
Method returnSee
Converter::returnSee() in Converter.inc
take abstractLink descendant and text $eltext and return a link
Method returnSee
CHMdefaultConverter::returnSee() in CHMdefaultConverter.inc
This function takes an abstractLink descendant and returns an html link
Method returnTagHandler
handles @return
Method returnWarnings
Get sorted array of all warnings in parsing/conversion
Method rf
phpdocpdf::rf() in class.phpdocpdf.php
s
top
Variable $sdesc
parserDocBlock::$sdesc in ParserDocBlock.inc
Variable $section
tutorialLink::$section in LinkClasses.inc
Variable $setup
Used to parse command-line options
Variable $set_pageNumbering
phpdocpdf::$set_pageNumbering in class.phpdocpdf.php
Variable $smarty_dir
Converter::$smarty_dir in Converter.inc
Directory that the smarty templates are in
Variable $smarty_dir
PDFdefaultConverter::$smarty_dir in PDFdefaultConverter.inc
Variable $sort_absolutely_everything
This is used if the content must be passed in the order it should be read, i.e. by package, procedural then classes
Variable $sort_absolutely_everything
default PDF Converter wants elements sorted by type as well as alphabetically
Variable $sort_absolutely_everything
Pass elements by package, simplifies generation of package.xml/category.xml
Variable $sort_page_contents_by_type
This determines whether the $page_contents array should be sorted by element type as well as alphabetically by name
Variable $sort_page_contents_by_type
XMLDocBookConverter wants elements sorted by type as well as alphabetically
Variable $sort_page_contents_by_type
XMLDocBookConverter wants elements sorted by type as well as alphabetically
Variable $sort_page_contents_by_type
Smarty Converter wants elements sorted by type as well as alphabetically
Variable $sort_page_contents_by_type
CHMdefaultConverter wants elements sorted by type as well as alphabetically
Variable $sort_page_contents_by_type
Smarty Converter wants elements sorted by type as well as alphabetically
Variable $source
parserPage::$source in ParserData.inc
Tokenized source code of the file
Variable $source
tokenized source organized by line numbers for php 4.3.0+, the old
Variable $source
parserFunction::$source in ParserElements.inc
Variable $source
parserFileSourceTag::$source in DocBlockTags.inc
Variable $sourceloc
XMLDocBookpeardoc2Converter::$sourceloc in XMLDocBookpeardoc2Converter.inc
Variable $sourceloc
XMLDocBookConverter::$sourceloc in XMLDocBookConverter.inc
Variable $sourceLocation
parserClass::$sourceLocation in ParserElements.inc
Variable $sourceLocation
parserPage::$sourceLocation in ParserData.inc
relative source location
Variable $sourcePaths
Converter::$sourcePaths in Converter.inc
A list of files that have had source code generated
Variable $source_location
phpDocumentorTParser::$source_location in phpDocumentorTParser.inc
relative path of the parsed file from the base parse directory
Variable $stack
EventStack::$stack in EventStack.inc
The stack
Variable $start
First line of source code to display
Variable $statics
parserDocBlock::$statics in ParserDocBlock.inc
array of static variable data.
Variable $statics
parserFunction::$statics in ParserElements.inc
static variable declarations parsed from function definition
Variable $subpackage
abstractLink::$subpackage in LinkClasses.inc
Variable $subpackage
Variable $subpackage
parserDocBlock::$subpackage in ParserDocBlock.inc
Variable $subpackage
subpackage of the {@id}
Variable $subpackage
parserPage::$subpackage in ParserData.inc
Variable $subpackage
Converter::$subpackage in Converter.inc
subpackage name currently being converted
Variable $subpackagedescrip
description of subpackage parsed from @package tag
Variable $subscriber
Publisher::$subscriber in Publisher.inc
Array of references objects that have Subscribed to this publisher
Page Setup.inc.php
Setup.inc.php in Setup.inc.php
Method Sampize
Converter::Sampize() in Converter.inc
Used to convert the contents of <samp> in a docblock
Method setAccessModifiers
parserClass::setAccessModifiers() in ParserElements.inc
Use this method to set access modifiers for a class
Method setClassParent
Find the parent class of $class, and set up structures to note this fact
Method setColorArray
phpdocpdf::setColorArray() in class.phpdocpdf.php
Method setConstructor
parserMethod::setConstructor() in ParserElements.inc
Use this method to tell the parser that this method is the class constructor
Method setDataType
parserGlobal::setDataType() in ParserElements.inc
Sets the name of the global variable's type
Method setDesc
parserDocBlock::setDesc() in ParserDocBlock.inc
Method setDestructor
parserMethod::setDestructor() in ParserElements.inc
Use this method to tell the parser that this method is the class constructor
Method setDirectoriesToParse
Method setDocBlock
parserData::setDocBlock() in ParserData.inc
sets the docblock
Method setDocBlock
parserElement::setDocBlock() in ParserElements.inc
Method setEndLineNumber
parserElement::setEndLineNumber() in ParserElements.inc
Sets the ending line number of elements
Method setEndLineNumber
Sets the ending line number for the DocBlock
Method setExplicitCategory
Used if this docblock has a @category tag.
Method setExplicitPackage
Used if this docblock has a @package tag.
Method setExtends
parserClass::setExtends() in ParserElements.inc
Method setFile
parserPage::setFile() in ParserData.inc
Sets the name to display in documentation (can be an alias set with @name)
Method setFile
parserElement::setFile() in ParserElements.inc
Method setFilesToParse
Method setHTMLColor
phpdocpdf::setHTMLColor() in class.phpdocpdf.php
Method setId
parserXMLDocBookTag::setId() in PackagePageElements.inc
If the id attribute is present, this method will set its id
Method setIgnore
Method setInterface
parserClass::setInterface() in ParserElements.inc
Use this method to set the type of class to be an interface
Method setJavadocDesc
Method setLineNum
Start the parsing at a certain line number
Method setLineNum
Start the parsing at a certain line number
Method setLineNumber
parserDocBlock::setLineNumber() in ParserDocBlock.inc
Sets the starting line number for the DocBlock
Method setLineNumber
parserElement::setLineNumber() in ParserElements.inc
Set starting line number
Method setMemoryLimit
Allow a memory_limit setting in phpDocumentor.ini to override php.ini or default memory limit
Method setModifiers
parserVar::setModifiers() in ParserElements.inc
Return name of the class that contains this method
Method setModifiers
parserMethod::setModifiers() in ParserElements.inc
Return name of the class that contains this method
Method setModifiers
parserClass::setModifiers() in ParserElements.inc
Set the PHP5+ modifiers for this class
Method setName
parserPage::setName() in ParserData.inc
sets the name
Method setName
ProceduralPages::setName() in ProceduralPages.inc
Change a page's name from its file to alias $name
Method setName
parserElement::setName() in ParserElements.inc
Method setNext
parserTutorial::setNext() in ParserElements.inc
Method setPackageOutput
loads the package output array
Method setPackageOutput
Method setParent
parserData::setParent() in ParserData.inc
sets the parent
Method setParent
parserTutorial::setParent() in ParserElements.inc
Method setParent
parserClass::setParent() in ParserElements.inc
Method setParentNoClass
parserClass::setParentNoClass() in ParserElements.inc
Method setParseBase
ProceduralPages::setParseBase() in ProceduralPages.inc
sets the parser base
Method setParsePrivate
Method setParsePrivate
set display of elements marked with @access private
Method setPath
parserPage::setPath() in ParserData.inc
sets the path to the file
Method setPath
set the path
Method setPath
parserElement::setPath() in ParserElements.inc
Method setPos
WordParser::setPos() in WordParser.inc
Set the internal cursor within the source code
Method setPrev
parserTutorial::setPrev() in ParserElements.inc
Method setQuietMode
set parsing information output mode (quiet or verbose)
Method setQuietMode
Method setReturnsReference
sets $returnsreference to true
Method setSeperator
WordParser::setSeperator() in WordParser.inc
Sets the list of possible separator tokens
Method setShortDesc
parserDocBlock::setShortDesc() in ParserDocBlock.inc
Set the short description of the DocBlock
Method setSource
sets the source tag's value
Method setSource
sets the source
Method setSource
parserDocBlock::setSource() in ParserDocBlock.inc
Method setSource
Pass source code to any {@source} tags contained within the string for later conversion.
Method setSource
parserPage::setSource() in ParserData.inc
Sets the source code of the file for highlighting.
Method setSourceLocation
sets the source location
Method setSourceLocation
parserClass::setSourceLocation() in ParserElements.inc
Method setSourcePaths
Mark a file as having had source code highlighted
Method setTargetDir
Method setTargetDir
Sets the output directory
Method setTargetDir
CHMdefaultConverter::setTargetDir() in CHMdefaultConverter.inc
calls the converter setTargetDir, and then copies any template images and the stylesheet if they haven't been copied
Method setTargetDir
HTMLSmartyConverter::setTargetDir() in HTMLSmartyConverter.inc
calls the converter setTargetDir, and then copies any template images and the stylesheet if they haven't been copied
Method setTargetDir
XMLDocBookConverter::setTargetDir() in XMLDocBookConverter.inc
calls the converter setTargetDir, and then copies any template images and the stylesheet if they haven't been copied
Method setTargetDir
Converter::setTargetDir() in Converter.inc
Sets the output directory for generated documentation
Method setTargetDir
HTMLframesConverter::setTargetDir() in HTMLframesConverter.inc
calls the converter setTargetDir, and then copies any template images and the stylesheet if they haven't been copied
Method setTemplateBase
Sets the template base directory
Method setTemplateBase
Method setTemplateBase
Set the template directory with a different template base directory
Method setTemplateDir
sets the template directory based on the $outputformat and $name
Method setTemplateDir
XMLDocBookConverter::setTemplateDir() in XMLDocBookConverter.inc
Method setTemplateDir
CHMdefaultConverter::setTemplateDir() in CHMdefaultConverter.inc
Method setTemplateDir
XMLDocBookpeardoc2Converter::setTemplateDir() in XMLDocBookpeardoc2Converter.inc
Method setTemplateDir
PDFdefaultConverter::setTemplateDir() in PDFdefaultConverter.inc
Method setTitle
Method setTitle
parserXMLDocBookTag::setTitle() in PackagePageElements.inc
Set the title of a DocBook tag section.
Method setTOC
set the TOC
Method setTOC
parserXMLDocBookTag::setTOC() in PackagePageElements.inc
sets the TOC value
Method setUndocumentedElementWarnings
Method setUndocumentedElementWarningsMode
show warnings for undocumented elements
Method setup
ObjectWordParser::setup() in ParserDescCleanup.inc
Set the word parser to go.
Method setup
phpDocumentorTWordParser::setup() in phpDocumentorTWordParser.inc
Uses http://www.php.net/token_get_all to tokenize the source code.
Method setup
WordParser::setup() in WordParser.inc
Initialize the WordParser
Method setup
Initialize the parser object
Method setupPagePackages
if there is one class package in a file, the parent path inherits the package if its package is default.
Method setupPages
ProceduralPages::setupPages() in ProceduralPages.inc
Adjusts packages of all pages and removes name conflicts within a package
Method setupStates
PDFParser::setupStates() in ParserPDF.inc
setup the parser tokens, and the pushEvent/popEvent arrays
Method setupStates
Initialize all parser state variables
Method setupStates
parserDescParser::setupStates() in ParserDescCleanup.inc
setup the parser tokens, and the pushEvent/popEvent arrays
Method setupStates
Parser::setupStates() in Parser.inc
setup the parser tokens, and the pushEvent/popEvent arrays
Method setupStates
XMLPackagePageParser::setupStates() in XMLpackagePageParser.inc
setup the parser tokens, and the pushEvent/popEvent arrays
Method setupStates
Initialize all parser state variables
Method setupStates
Initialize all parser state variables
Method setupStates
set up invariant Parser variables
Method setupTOC
phpdocpdf::setupTOC() in class.phpdocpdf.php
Function setup_dirs
setup_dirs() in Io.inc
Recursively move contents of $struc into associative array
Method setValue
parserBase::setValue() in ParserData.inc
sets the given value
Method setWhitespace
WordParser::setWhitespace() in WordParser.inc
set parser to return or strip whitespace
Function set_dir
set_dir() in Io.inc
Recursively add all the subdirectories of $contents to $dir without erasing anything in
Function showImage
showImage() in utilities.php
Allows png's with alpha transparency to be displayed in IE 6
Method SmartyInit
HTMLframesConverter::SmartyInit() in HTMLframesConverter.inc
Method SmartyInit
HTMLSmartyConverter::SmartyInit() in HTMLSmartyConverter.inc
Method SmartyInit
XMLDocBookConverter::SmartyInit() in XMLDocBookConverter.inc
Method SmartyInit
CHMdefaultConverter::SmartyInit() in CHMdefaultConverter.inc
Constant SMART_PATH_DELIMITER
SMART_PATH_DELIMITER in common.inc.php
Method sortPageContentsByElementType
sorts $page_contents by element type as well as alphabetically
Method sourceLine
HTMLframesConverter::sourceLine() in HTMLframesConverter.inc
Return a line of highlighted source code with formatted line number
Method sourceLine
CHMdefaultConverter::sourceLine() in CHMdefaultConverter.inc
Return a line of highlighted source code with formatted line number
Method sourceLine
Converter::sourceLine() in Converter.inc
Return a line of highlighted source code with formatted line number
Method sourceLine
HTMLSmartyConverter::sourceLine() in HTMLSmartyConverter.inc
Return a line of highlighted source code with formatted line number
Method startCData
parserXMLDocBookTag::startCData() in PackagePageElements.inc
Begin a new CData section
Method startHighlight
Initialize highlight caching
Constant STATE_ACCESS_MODIFIER
STATE_ACCESS_MODIFIER in Parser.inc
currently parsing an access modifier
Constant STATE_ARRAY
STATE_ARRAY in Parser.inc
currently parsing an array
Constant STATE_CLASS
STATE_CLASS in Parser.inc
currently parsing a class definition
Constant STATE_CLASS_CONSTANT
STATE_CLASS_CONSTANT in Parser.inc
currently parsing a class constant
Constant STATE_CLASS_MEMBER
STATE_CLASS_MEMBER in Parser.inc
currently parsing a class member using the HighlightParser
Constant STATE_COMMENT
STATE_COMMENT in Parser.inc
currently parsing a short comment //
Constant STATE_COMMENTBLOCK
STATE_COMMENTBLOCK in Parser.inc
currently parsing a long comment /x x/ where x is an asterisk
Constant STATE_DEFINE
STATE_DEFINE in Parser.inc
currently parsing a define statement
Constant STATE_DEFINE_PARAMS
STATE_DEFINE_PARAMS in Parser.inc
currently parsing the stuff in ( ) of a define statement
Constant STATE_DEFINE_PARAMS_PARENTHESIS
currently parsing an inner parenthetical statement of a define( )
Constant STATE_DESC
STATE_DESC in Parser.inc
currently parsing the desc part of a docblock
Constant STATE_DOCBLOCK
STATE_DOCBLOCK in Parser.inc
currently parsing a DocBlock
Constant STATE_DOCBLOCK_TEMPLATE
currently parsing the value in a "static $var1 = x" declaration in a function
Constant STATE_DOCKEYWORD
STATE_DOCKEYWORD in Parser.inc
currently parsing a @tag in a DocBlock
Constant STATE_DOCKEYWORD_EMAIL
currently parsing an email in brackets in an @author tag of a DocBlock
Constant STATE_END_CLASS
STATE_END_CLASS in Parser.inc
used to tell Render that a class has been completely parsed, and to flush buffers
Constant STATE_END_DOCBLOCK_TEMPLATE
currently parsing the value in a "static $var1 = x" declaration in a function
Constant STATE_EOFQUOTE
STATE_EOFQUOTE in Parser.inc
currently parsing a string defined using Perl <<<
Constant STATE_ESCAPE
STATE_ESCAPE in Parser.inc
used when a backslash is encountered in parsing a string or other escapable entity
Constant STATE_FUNCTION
STATE_FUNCTION in Parser.inc
currently parsing a Function or Method
Constant STATE_FUNCTION_PARAMS
STATE_FUNCTION_PARAMS in Parser.inc
currently parsing the stuff in ( ) of a function definition
Constant STATE_FUNCTION_PARAM_VAR
currently parsing a $param in a function definition
Constant STATE_FUNC_GLOBAL
STATE_FUNC_GLOBAL in Parser.inc
currently parsing a "global $var1, $var2;" declaration in a function
Constant STATE_GLOBAL
STATE_GLOBAL in Parser.inc
currently parsing a global variable declaration
Constant STATE_GLOBAL_VALUE
STATE_GLOBAL_VALUE in Parser.inc
currently parsing the default value in a global variable declaration
Constant STATE_IMPLEMENTS
STATE_IMPLEMENTS in Parser.inc
currently parsing an implements clause
Constant STATE_INCLUDE
STATE_INCLUDE in Parser.inc
currently parsing an include/require/include_once/include_once
Constant STATE_INCLUDE_PARAMS
STATE_INCLUDE_PARAMS in Parser.inc
currently parsing the stuff in ( ) of a define statement
Constant STATE_INCLUDE_PARAMS_PARENTHESIS
currently parsing an inner parenthetical statement of an include/includeonce/require/requireonce( )
Constant STATE_INLINE_DOCKEYWORD
currently parsing an inline tag like { @link} in a DocBlock
Constant STATE_LOGICBLOCK
STATE_LOGICBLOCK in Parser.inc
currently parsing a { } block
Constant STATE_METHOD
STATE_METHOD in Parser.inc
currently parsing a method using the HighlightParser
Constant STATE_METHOD_LOGICBLOCK
currently parsing the method body using the HighlightParser
Constant STATE_NOEVENTS
STATE_NOEVENTS in Parser.inc
out of < ? php tag
Constant STATE_OUTPHP
STATE_OUTPHP in Parser.inc
currently out of php code
Constant STATE_PHPCODE
STATE_PHPCODE in Parser.inc
currently parsing php code
Constant STATE_QUOTE
STATE_QUOTE in Parser.inc
currently parsing a quote
Constant STATE_QUOTE_VAR
STATE_QUOTE_VAR in Parser.inc
currently parsing a {$encapsed_var} using the HighlightParser
Constant STATE_SINGLEQUOTE
STATE_SINGLEQUOTE in Parser.inc
currently parsing a string enclosed in single quotes (')
Constant STATE_STATIC_VAR
STATE_STATIC_VAR in Parser.inc
currently parsing a "static $var1, $var2;" declaration in a function
Constant STATE_STATIC_VAR_VALUE
currently parsing the value in a "static $var1 = x" declaration in a function
Constant STATE_TAGS
STATE_TAGS in Parser.inc
currently parsing the @tag block of a docblock
Constant STATE_TUTORIAL_ATTRIBUTE
STATE_TUTORIAL_ATTRIBUTE in TutorialHighlightParser.inc
currently parsing an open <tag>
Constant STATE_TUTORIAL_CLOSETAG
STATE_TUTORIAL_CLOSETAG in TutorialHighlightParser.inc
currently parsing a close </tag>
Constant STATE_TUTORIAL_COMMENT
STATE_TUTORIAL_COMMENT in TutorialHighlightParser.inc
currently parsing a <!-- comment -->
Constant STATE_TUTORIAL_DOUBLEQUOTE
STATE_TUTORIAL_DOUBLEQUOTE in TutorialHighlightParser.inc
currently parsing a <!-- comment -->
Constant STATE_TUTORIAL_ENTITY
STATE_TUTORIAL_ENTITY in TutorialHighlightParser.inc
currently parsing an &entity;
Constant STATE_TUTORIAL_ITAG
STATE_TUTORIAL_ITAG in TutorialHighlightParser.inc
currently parsing an {@inline tag}
Constant STATE_TUTORIAL_NOEVENTS
STATE_TUTORIAL_NOEVENTS in TutorialHighlightParser.inc
currently in starting state
Constant STATE_TUTORIAL_OPENTAG
STATE_TUTORIAL_OPENTAG in TutorialHighlightParser.inc
currently parsing an open <tag>
Constant STATE_TUTORIAL_SINGLEQUOTE
STATE_TUTORIAL_SINGLEQUOTE in TutorialHighlightParser.inc
currently parsing a <!-- comment -->
Constant STATE_VAR
STATE_VAR in Parser.inc
currently parsing a Class variable
Constant STATE_VAR_ARRAY
STATE_VAR_ARRAY in Parser.inc
currently parsing a variable value is an array
Constant STATE_VAR_ARRAY_COMMENT
currently parsing a comment in a variable array value
Constant STATE_XMLTOKEN_ATTRIBUTE
STATE_XMLTOKEN_ATTRIBUTE in Tokenizer.php
currently parsing an open <tag>
Constant STATE_XMLTOKEN_CDATA
STATE_XMLTOKEN_CDATA in Tokenizer.php
currently parsing a <!
Constant STATE_XMLTOKEN_CLOSETAG
STATE_XMLTOKEN_CLOSETAG in Tokenizer.php
currently parsing a close </tag>
Constant STATE_XMLTOKEN_COMMENT
STATE_XMLTOKEN_COMMENT in Tokenizer.php
currently parsing a <!-- comment -->
Constant STATE_XMLTOKEN_DEF
STATE_XMLTOKEN_DEF in Tokenizer.php
currently parsing a <!
Constant STATE_XMLTOKEN_DOUBLEQUOTE
currently parsing a <!-- comment -->
Constant STATE_XMLTOKEN_ENTITY
STATE_XMLTOKEN_ENTITY in Tokenizer.php
currently parsing an &entity;
Constant STATE_XMLTOKEN_IN_CDATA
STATE_XMLTOKEN_IN_CDATA in Tokenizer.php
currently parsing a <![CDATA[ ]]>
Constant STATE_XMLTOKEN_NOEVENTS
STATE_XMLTOKEN_NOEVENTS in Tokenizer.php
currently in starting state
Constant STATE_XMLTOKEN_OPENTAG
STATE_XMLTOKEN_OPENTAG in Tokenizer.php
currently parsing an open <tag>
Constant STATE_XMLTOKEN_PI
STATE_XMLTOKEN_PI in Tokenizer.php
currently in processor instruction
Constant STATE_XMLTOKEN_SINGLEQUOTE
currently parsing a <!-- comment -->
Constant STATE_XMLTOKEN_XML
STATE_XMLTOKEN_XML in Tokenizer.php
currently parsing a <?xml
Method staticvarTagHandler
handles @staticvar
Method stringConvert
converter helper used in PHP 4.2.3-
Method Strlen
parserInlineTag::Strlen() in InlineTags.inc
get length of the tag
Method Strlen
only used to determine blank lines. {@source} will not be blank, probably
Method subscribe
Publisher::subscribe() in Publisher.inc
Adds a subscriber to the $subscriber array().
Method suite
tests_phpDocumentorSetupTests::suite() in phpDocumentorSetupTests.php
Method suite
tests_phpDocumentorTParserTests::suite() in phpDocumentorTParserTests.php
Method suite
tests_ParserPageTests::suite() in ParserPageTests.php
Method suite
tests_IntermediateParserTests::suite() in IntermediateParserTests.php
Method suite
tests_HighlightParserTests::suite() in HighlightParserTests.php
Method suite
tests_ParserClassTests::suite() in ParserClassTests.php
Function switchDirTree
switchDirTree() in utilities.php
t
top
Variable $tags
parserDocBlock::$tags in ParserDocBlock.inc
array of parserTags
Variable $targetDir
used to set the output directory
Variable $targetDir
Converter::$targetDir in Converter.inc
directory that output is sent to. -t command-line sets this.
Variable $templateBase
used to set the template base directory
Variable $templateDir
Converter::$templateDir in Converter.inc
Directory that the template is in, relative to phpDocumentor root directory
Variable $templateName
Converter::$templateName in Converter.inc
Name of the template, from last part of -o
Variable $template_options
XMLDocBookConverter::$template_options in XMLDocBookConverter.inc
template options. Currently only 1 recognized option usepear
Variable $template_options
XMLDocBookpeardoc2Converter::$template_options in XMLDocBookpeardoc2Converter.inc
template options. Currently only 1 recognized option usepear
Variable $template_options
Options for each template, parsed from the options.ini file in the template base directory
Variable $title
tutorialLink::$title in LinkClasses.inc
Variable $title
Variable $title
Converter::$title in Converter.inc
Variable $todoList
Converter::$todoList in Converter.inc
List of all @todo tags and a link to the element with the @todo
Variable $tokens
Publisher::$tokens in Publisher.inc
Variable $tutorial
parserClass::$tutorial in ParserElements.inc
Variable $tutorial
parserData::$tutorial in ParserData.inc
Variable $tutorial
full name of the tutorial
Variable $tutorial_type
parserTutorial::$tutorial_type in ParserElements.inc
Either cls, pkg, or proc
Variable $type
varLink::$type in LinkClasses.inc
Variable $type
parserPage::$type in ParserData.inc
Type is used by many functions to skip the hassle of if
Variable $type
parserDesc::$type in ParserDocBlock.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
Variable $type
parserBase::$type in ParserData.inc
Type is used by many functions to skip the hassle of if
Variable $type
parserData::$type in ParserData.inc
Type is used by many functions to skip the hassle of if
Variable $type
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'...
Variable $type
parserConst::$type in ParserElements.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
Variable $type
parserPackagePage::$type in ParserElements.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
Variable $type
parserTutorial::$type in ParserElements.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
Variable $type
parserVar::$type in ParserElements.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
Variable $type
parserMethod::$type in ParserElements.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
Variable $type
parserInclude::$type in ParserElements.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
Variable $type
parserDefine::$type in ParserElements.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
Variable $type
parserFunction::$type in ParserElements.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
Variable $type
parserGlobal::$type in ParserElements.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
Variable $type
parserClass::$type in ParserElements.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
Variable $type
tutorialLink::$type in LinkClasses.inc
Variable $type
globalLink::$type in LinkClasses.inc
Variable $type
abstractLink::$type in LinkClasses.inc
element type linked to.
Variable $type
parserInlineTag::$type in InlineTags.inc
Element type
Variable $type
phpDocumentor_IntermediateParser::$type in IntermediateParser.inc
type of the current parser Element being handled
Variable $type
functionLink::$type in LinkClasses.inc
Variable $type
classLink::$type in LinkClasses.inc
Variable $type
RecordWarning::$type in Errors.inc
name of global variable that descriptors for this warning/error is kept
Variable $type
methodLink::$type in LinkClasses.inc
Variable $type
pageLink::$type in LinkClasses.inc
Variable $type
defineLink::$type in LinkClasses.inc
Variable $type
constLink::$type in LinkClasses.inc
Variable $type
parserTag::$type in DocBlockTags.inc
Type is used by many functions to skip the hassle of
Variable $type
RecordError::$type in Errors.inc
name of global variable that descriptors for this warning/error is kept
Page top.php
top.php in top.php
Page Tokenizer.php
Tokenizer.php in Tokenizer.php
Page TutorialHighlightParser.inc
TutorialHighlightParser.inc in TutorialHighlightParser.inc
Class tests_HighlightParserTests
tests_HighlightParserTests in HighlightParserTests.php
Class tests_IntermediateParserTests
tests_IntermediateParserTests in IntermediateParserTests.php
Class tests_ParserClassTests
tests_ParserClassTests in ParserClassTests.php
Class tests_ParserPageTests
tests_ParserPageTests in ParserPageTests.php
Class tests_phpDocumentorSetupTests
tests_phpDocumentorSetupTests in phpDocumentorSetupTests.php
Class tests_phpDocumentorTParserTests
tests_phpDocumentorTParserTests in phpDocumentorTParserTests.php
Method textcolor
phpdocpdf::textcolor() in class.phpdocpdf.php
Method tokenEquals
phpDocumentorTWordParser::tokenEquals() in phpDocumentorTWordParser.inc
Utility function to determine whether two tokens from the tokenizer are equal
Constant tokenizer_ext
tokenizer_ext in common.inc.php
Method TranslateEntity
Used to translate an XML DocBook entity like &rdquo; from a tutorial by reading the options.ini file for the template.
Method TranslateTag
Converter::TranslateTag() in Converter.inc
Used to translate an XML DocBook tag from a tutorial by reading the options.ini file for the template.
Method TranslateTag
PDFdefaultConverter::TranslateTag() in PDFdefaultConverter.inc
Used to translate an XML DocBook tag from a tutorial by reading the options.ini file for the template.
Method trimmedStrlen
equivalent to trim(strlen($string))
Method TutorialExample
Method TutorialExample
CHMdefaultConverter::TutorialExample() in CHMdefaultConverter.inc
Method TutorialExample
HTMLSmartyConverter::TutorialExample() in HTMLSmartyConverter.inc
Method TutorialExample
HTMLframesConverter::TutorialExample() in HTMLframesConverter.inc
Class tutorialLink
tutorialLink in LinkClasses.inc
tutorial link
Constant TUTORIAL_EVENT_ATTRIBUTE
TUTORIAL_EVENT_ATTRIBUTE in TutorialHighlightParser.inc
used when a <tag attr="attribute"> is found
Constant TUTORIAL_EVENT_CLOSETAG
TUTORIAL_EVENT_CLOSETAG in TutorialHighlightParser.inc
used when a close </tag> is found
Constant TUTORIAL_EVENT_COMMENT
TUTORIAL_EVENT_COMMENT in TutorialHighlightParser.inc
used when a <!-- comment --> is found
Constant TUTORIAL_EVENT_DOUBLEQUOTE
TUTORIAL_EVENT_DOUBLEQUOTE in TutorialHighlightParser.inc
used when a <!-- comment --> is found
Constant TUTORIAL_EVENT_ENTITY
TUTORIAL_EVENT_ENTITY in TutorialHighlightParser.inc
used when an &entity; is found
Constant TUTORIAL_EVENT_ITAG
TUTORIAL_EVENT_ITAG in TutorialHighlightParser.inc
used when an {@inline tag} is found
Constant TUTORIAL_EVENT_NOEVENTS
TUTORIAL_EVENT_NOEVENTS in TutorialHighlightParser.inc
starting state
Constant TUTORIAL_EVENT_OPENTAG
TUTORIAL_EVENT_OPENTAG in TutorialHighlightParser.inc
used when an open <tag> is found
Constant TUTORIAL_EVENT_SINGLEQUOTE
TUTORIAL_EVENT_SINGLEQUOTE in TutorialHighlightParser.inc
used when a <!-- comment --> is found
Method type_adjust
XMLDocBookpeardoc2Converter::type_adjust() in XMLDocBookpeardoc2Converter.inc
Method type_adjust
Converter::type_adjust() in Converter.inc
Called by parserReturnTag::Convert() to allow converters to change type names to desired formatting
Method type_adjust
XMLDocBookConverter::type_adjust() in XMLDocBookConverter.inc
Constant T_ABSTRACT
T_ABSTRACT in Parser.inc
Constant T_CONST
T_CONST in Parser.inc
Constant T_DOC_COMMENT
T_DOC_COMMENT in Parser.inc
Constant T_FINAL
T_FINAL in Parser.inc
Constant T_IMPLEMENTS
T_IMPLEMENTS in Parser.inc
Constant T_INTERFACE
T_INTERFACE in Parser.inc
Constant T_ML_COMMENT
T_ML_COMMENT in Parser.inc
Constant T_PRIVATE
T_PRIVATE in Parser.inc
Constant T_PROTECTED
T_PROTECTED in Parser.inc
Constant T_PUBLIC
T_PUBLIC in Parser.inc
u
top
Variable $undocumentedElementWarnings
set in Setup.inc.php to the value of the undocumentedElementWarnings commandline option.
Variable $unknown_tags
parserDocBlock::$unknown_tags in ParserDocBlock.inc
array of unrecognized parserTags
Variable $uses
phpDocumentor_IntermediateParser::$uses in IntermediateParser.inc
Page utilities.php
utilities.php in utilities.php
Method unmangle
HTMLframesConverter::unmangle() in HTMLframesConverter.inc
Method unmangle
XMLDocBookConverter::unmangle() in XMLDocBookConverter.inc
Method unmangle
CHMdefaultConverter::unmangle() in CHMdefaultConverter.inc
Method unmangle
XMLDocBookpeardoc2Converter::unmangle() in XMLDocBookpeardoc2Converter.inc
Method unmangle
HTMLSmartyConverter::unmangle() in HTMLSmartyConverter.inc
Method unmangle
Converter::unmangle() in Converter.inc
Called by parserSourceInlineTag::stringConvert() to allow converters to format the source code the way they'd like.
Method unmangle
PDFdefaultConverter::unmangle() in PDFdefaultConverter.inc
Method updateGlobals
parserDocBlock::updateGlobals() in ParserDocBlock.inc
replaces nameless global variables in the $funcglobals array with their names
Method updateModifiers
parserDocBlock::updateModifiers() in ParserDocBlock.inc
Method updateParams
parserDocBlock::updateParams() in ParserDocBlock.inc
replaces nameless parameters in the $params array with their names
Method updateStatics
parserDocBlock::updateStatics() in ParserDocBlock.inc
replaces nameless static variables in the $statics array with their names
Method usesTagHandler
handles @uses
v
top
Variable $valid_booleans
A specific array of values that boolean-based arguments can understand, aided by the decideOnOrOff() helper method.
Variable $value
parserBase::$value in ParserData.inc
set to different things by its descendants
Variable $value
array of strings and parserInlineTags
Variable $var
parserDocBlock::$var in ParserDocBlock.inc
This is either a parserVarTag or false if no var tag is present
Method validHTMLColor
phpdocpdf::validHTMLColor() in class.phpdocpdf.php
Method vardump_tree
Converter::vardump_tree() in Converter.inc
Debugging function for dumping $tutorial_tree
Method Varize
Converter::Varize() in Converter.inc
Used to convert the contents of <var> in a docblock
Class varLink
varLink in LinkClasses.inc
class variable link
Method varTagHandler
handles @var
Function vdump_par
vdump_par() in utilities.php
w
top
Variable $warnings
array of RecordWarnings
Variable $wrote
CHMdefaultConverter::$wrote in CHMdefaultConverter.inc
Variable $wrote
HTMLSmartyConverter::$wrote in HTMLSmartyConverter.inc
Variable $wrote
HTMLframesConverter::$wrote in HTMLframesConverter.inc
Page WordParser.inc
WordParser.inc in WordParser.inc
Method walk
Converter::walk() in Converter.inc
called by phpDocumentor_IntermediateParser::Convert() to traverse the array of pages and their elements, converting them to the output format
Method walk_everything
walk over elements by package rather than page
Class WordParser
WordParser in WordParser.inc
Retrieves tokens from source code for use by the Parser
Method wordwrap
XMLDocBookpeardoc2Converter::wordwrap() in XMLDocBookpeardoc2Converter.inc
Method writeExample
HTMLframesConverter::writeExample() in HTMLframesConverter.inc
Method writeExample
PDFdefaultConverter::writeExample() in PDFdefaultConverter.inc
Method writeExample
Converter::writeExample() in Converter.inc
Write out the formatted source code for an example php file
Method writeExample
CHMdefaultConverter::writeExample() in CHMdefaultConverter.inc
Method writeExample
XMLDocBookpeardoc2Converter::writeExample() in XMLDocBookpeardoc2Converter.inc
Method writeExample
HTMLSmartyConverter::writeExample() in HTMLSmartyConverter.inc
Method writeFile
XMLDocBookpeardoc2Converter::writeFile() in XMLDocBookpeardoc2Converter.inc
Writes a file to target dir, beautify any .xml files first
Method writeFile
Converter::writeFile() in Converter.inc
Writes a file to target dir
Method writefile
CHMdefaultConverter::writefile() in CHMdefaultConverter.inc
Write a file to disk, and add it to the $hhp_files list of files to include in the generated CHM
Method writeNewPPage
HTMLframesConverter::writeNewPPage() in HTMLframesConverter.inc
Method writeNewPPage
XMLDocBookConverter::writeNewPPage() in XMLDocBookConverter.inc
Method writeNewPPage
XMLDocBookpeardoc2Converter::writeNewPPage() in XMLDocBookpeardoc2Converter.inc
Does nothing
Method writeNewPPage
HTMLSmartyConverter::writeNewPPage() in HTMLSmartyConverter.inc
Method writeNewPPage
CHMdefaultConverter::writeNewPPage() in CHMdefaultConverter.inc
Method writeRIC
HTMLSmartyConverter::writeRIC() in HTMLSmartyConverter.inc
Method writeSource
XMLDocBookpeardoc2Converter::writeSource() in XMLDocBookpeardoc2Converter.inc
Does nothing
Method writeSource
HTMLframesConverter::writeSource() in HTMLframesConverter.inc
Method writeSource
CHMdefaultConverter::writeSource() in CHMdefaultConverter.inc
Method writeSource
Converter::writeSource() in Converter.inc
Write out the formatted source code for a php file
Method writeSource
have the output converter write the source code
Method writeSource
HTMLSmartyConverter::writeSource() in HTMLSmartyConverter.inc
Method writeSource
PDFdefaultConverter::writeSource() in PDFdefaultConverter.inc
x
top
Page XMLDocBookpeardoc2Converter.inc
XMLDocBookpeardoc2Converter.inc in XMLDocBookpeardoc2Converter.inc
Page XMLDocBookConverter.inc
XMLDocBookConverter.inc in XMLDocBookConverter.inc
Page XMLpackagePageParser.inc
XMLpackagePageParser.inc in XMLpackagePageParser.inc
Method XMLDocBookConverter
sets $base_dir to $targetDir
Class XMLDocBookConverter
XMLDocBookConverter in XMLDocBookConverter.inc
XML DocBook converter.
Class XMLDocBookpeardoc2Converter
XMLDocBookpeardoc2Converter in XMLDocBookpeardoc2Converter.inc
XML DocBook converter.
Method XMLDocBookpeardoc2Converter
sets $base_dir to $targetDir
Method XMLPackagePageParser
Set up the wordparser
Class XMLPackagePageParser
XMLPackagePageParser in XMLpackagePageParser.inc
Used to parse XML DocBook-based tutorials
_
top
Variable $_colorStack
phpdocpdf::$_colorStack in class.phpdocpdf.php
Variable $_implements
parserClass::$_implements in ParserElements.inc
Variable $_modifiers
parserVar::$_modifiers in ParserElements.inc
Variable $_modifiers
parserMethod::$_modifiers in ParserElements.inc
Variable $_peardoc2_constants
XMLDocBookpeardoc2Converter::$_peardoc2_constants in XMLDocBookpeardoc2Converter.inc
Constants, used for constants.tpl
Variable $_peardoc2_globals
XMLDocBookpeardoc2Converter::$_peardoc2_globals in XMLDocBookpeardoc2Converter.inc
Global Variables, used for globals.tpl
Global $_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()
Variable $_save
phpdocpdf::$_save in class.phpdocpdf.php
Variable $_sourcecode
PDFdefaultConverter::$_sourcecode in PDFdefaultConverter.inc
Source files for appendix C are stored here
Variable $_write_constants_xml
XMLDocBookpeardoc2Converter::$_write_constants_xml in XMLDocBookpeardoc2Converter.inc
Variable $_write_globals_xml
XMLDocBookpeardoc2Converter::$_write_globals_xml in XMLDocBookpeardoc2Converter.inc
Variable $_xml
parserTutorial::$_xml in ParserElements.inc
Method _ezText
phpdocpdf::_ezText() in class.phpdocpdf.php
Method _guessPackage
Guess the package/subpackage based on subdirectory if the --pear option
Constant _IN_PHP5
_IN_PHP5 in common.inc.php
Method _rmdir
Converter::_rmdir() in Converter.inc
Completely remove a directory and its contents
Method _setHighlightCache
Method _setupIgnore
Construct the $ignore array
Method _tutorial_path
Returns the path to this tutorial as a string
a b c d e f g h i j k l m n o p q r s t u v w x _