All packages encountered in parsing
API Tags:
set to a classname if currently parsing a class, false if not
Redefined in descendants as:
All class information, organized by path, and by package
alphabetical index of all methods and vars in a class by package/subpackage
The class itself has a link under ###main
API Tags:
template for the class currently being processed
Redefined in descendants as:
alphabetized index of classes by package
API Tags:
full path of the current file being converted
current procedural page being processed
alphabetized index of defines by package
API Tags:
alphabetical index of all elements
API Tags:
alphabetized index of functions by package
API Tags:
alphabetized index of global variables by package
API Tags:
Flag used to help converters determine whether to do special source highlighting
Controls which of the one-element-only indexes are generated.
Generation of these indexes for large packages is time-consuming. This is an optimization feature. An example of how to use this is in HTMLframesConverter::$leftindex, and in HTMLframesConverter::formatLeftIndex(). These indexes are intended for use as navigational aids through documentation, but can be used for anything by converters.
API Tags:
Redefined in descendants as:
output format of this converter
in Child converters, this will match the first part of the -o command-line as in -o HTML:frames:default "HTML"
Information Tags:
Redefined in descendants as:
package name currently being converted
Packages associated with categories
Used by the XML:DocBook/peardoc2 converter, and available to others, to group many packages into categories
API Tags:
alphabetical index of all elements sorted by package, subpackage, page, and class.
API Tags:
set to value of -po commandline
Information Tags:
Hierarchy of packages
Every package that contains classes may have parent or child classes in other packages. In other words, this code is legal:
In this case, package one is a parent of package two
API Tags:
name of current page being converted
Redefined in descendants as:
alphabetical index of all elements on a page by package/subpackage
The page itself has a link under ###main
API Tags:
template for the procedural page currently being processed
Redefined in descendants as:
alphabetized index of procedural pages by package
API Tags:
controls processing of elements marked private with @access private
defaults to false. Set with command-line --parseprivate or -pp
path of current page being converted
Redefined in descendants as:
alphabetical index of all elements, indexed by package/subpackage
API Tags:
This converter knows about the new root tree processing
In order to fix PEAR Bug #6389
Redefined in descendants as:
controls display of progress information while parsing.
defaults to false. Set to true for cron jobs or other situations where no visual output is necessary
Directory that the smarty templates are in
Redefined in descendants as:
This is used if the content must be passed in the order it should be read, i.e. by package, procedural then classes
This fixes bug 637921, and is used by PDFdefaultConverter
API Tags:
| Usedby: | Converter::$package_elements - if true, then $package_elements is used,
otherwise, the ParserData::$classelements and
ParserData::$pageelements variables are used |
Redefined in descendants as:
This determines whether the $page_contents array should be sorted by element type as well as alphabetically by name
API Tags:
Redefined in descendants as:
A list of files that have had source code generated
subpackage name currently being converted
directory that output is sent to. -t command-line sets this.
Information Tags:
Directory that the template is in, relative to phpDocumentor root directory
Name of the template, from last part of -o
Information Tags:
Options for each template, parsed from the options.ini file in the template base directory
Information Tags: