HTMLSmartyConverterHTML output converter.
This Converter takes output from the Parser and converts it to HTML-ready output for use with Smarty.
Located in /phpDocumentor/Converters/HTML/Smarty/HTMLSmartyConverter.inc (line 54)
Converter | --HTMLSmartyConverter
HTMLSmartyConverter
HTMLSmartyConverter
( &$allp, &$packp, &$classes, &$procpages, $po, $pp, $qm, $targetDir, $templateDir, $title)
mixed
getClassLink
(string $expr, string $package, [string $file = false], [boolean $text = false], [boolean $with_a = true])
mixed
getConstLink
(string $expr, string $class, string $package, [string $file = false], [boolean $text = false], boolean 5)
mixed
getDefineLink
(string $expr, string $package, [string $file = false], [boolean $text = false], boolean 4)
mixed
getFunctionLink
(string $expr, string $package, [string $file = false], [boolean $text = false], boolean 4)
mixed
getGlobalLink
(string $expr, string $package, [string $file = false], [boolean $text = false], boolean 4)
mixed
getMethodLink
(string $expr, string $class, string $package, [string $file = false], [boolean $text = false], boolean 5)
mixed
getPageLink
(string $expr, string $package, [string $path = false], [boolean $text = false], boolean 4)
string
getSourceAnchor
(string $sourcefile, string $anchor, [string $text = ''], [boolean $link = false])
mixed
getVarLink
(string $expr, string $class, string $package, [string $file = false], [boolean $text = false], boolean 5)
string
ProgramExample
(string $example, [boolean $tutorial = false], [ $inlinesourceparse = null], [ $class = null], [ $linenum = null], [ $filesourcepath = null])
void
returnSee
(abstractLink &$element, [string $eltext = false], [boolean $with_a = true], boolean 3)
string
$base_dir
(line 89)
target directory passed on the command-line.
$targetDir is malleable, always adding package/ and package/subpackage/ subdirectories onto it.
string
$class_dir
(line 95)
output directory for the current class being processed
array
$current
(line 120)
contains all of the template procedural page element loop data needed for the current template
array
$currentclass
(line 126)
contains all of the template class element loop data needed for the current template
boolean
$juststarted
= false (line 114)
controls formatting of parser informative output
Converter prints: "Converting /path/to/file.php... Procedural Page Elements... Classes..." Since HTMLdefaultConverter outputs files while converting, it needs to send a \n to start a new line. However, if there is more than one class, output is messy, with multiple \n's just between class file output. This variable prevents that and is purely cosmetic
array
$leftindex
= array('classes' => true, 'pages' => true, 'functions' => true, 'defines' => false, 'globals' => false) (line 76)
indexes of elements by package that need to be generated
string
$name
= 'Smarty' (line 71)
string
$outputformat
= 'HTML' (line 69)
array
$package_pages
= array() (line 102)
array of converted package page names.
Used to link to the package page in the left index
string
$page_dir
(line 82)
output directory for the current procedural page being processed
boolean
$processSpecialRoots
= true (line 61)
This converter knows about the new root tree processing
In order to fix PEAR Bug #6389
mixed
$ric_set
= array() (line 128)
boolean
$sort_page_contents_by_type
= true (line 67)
Smarty Converter wants elements sorted by type as well as alphabetically
mixed
$wrote
= false (line 127)
Inherited from Converter
Converter::$all_packages
Converter::$class
Converter::$classes
Converter::$class_contents
Converter::$class_data
Converter::$class_elements
Converter::$curfile
Converter::$curpage
Converter::$define_elements
Converter::$elements
Converter::$function_elements
Converter::$global_elements
Converter::$highlightingSource
Converter::$package
Converter::$packagecategories
Converter::$package_elements
Converter::$package_output
Converter::$package_parents
Converter::$page
Converter::$page_contents
Converter::$page_data
Converter::$page_elements
Converter::$parseprivate
Converter::$path
Converter::$pkg_elements
Converter::$quietmode
Converter::$smarty_dir
Converter::$sort_absolutely_everything
Converter::$sourcePaths
Converter::$subpackage
Converter::$targetDir
Converter::$templateDir
Converter::$templateName
Converter::$template_options
Converter::$title
Converter::$todoList
Converts class for template output
Converts class variables for template output
Converts defines for template output
Create errors.html template file output
This method takes all parsing errors and warnings and spits them out ordered by file and line number.
Converts function for template output
Converts global variables for template output
Converts include elements for template output
Converts class methods for template output
Converts package page and sets its package as used in $package_pages
converts procedural pages for template output
Converts class variables for template output
Convert README/INSTALL/CHANGELOG file contents to output format
Writes out the template file of $class_data and unsets the template to save memory
Writes out the template file of $page_data and unsets the template to save memory
HTMLdefaultConverter uses this function to format template index.html and packages.html
This function generates the package list from $all_packages, eliminating any packages that don't have any entries in their package index (no files at all, due to @ignore or other factors). Then it uses the default package name as the first package index to display. It sets the right pane to be either a blank file with instructions on making package-level docs, or the package-level docs for the default package.
Generate indexes for li_package.html and classtree output files
This function generates the li_package.html files from the template file left.html. It does this by iterating through each of the $page_elements, $class_elements and $function_elements arrays to retrieve the pre-sorted abstractLink descendants needed for index generation. Conversion of these links to text is done by returnSee().
Then it uses generateFormattedClassTrees() to create class trees from the template file classtrees.html. Output filename is classtrees_packagename.html. This function also unsets $elements and $pkg_elements to free up the considerable memory these two class vars use
HTMLdefaultConverter chooses to format both package indexes and the complete index here
This function formats output for the elementindex.html and pkgelementindex.html template files. It then writes them to the target directory
Use the template tutorial_toc.tpl to generate a table of contents for HTML
Generate alphabetical index of all elements
returns an array containing the class inheritance tree from the root object to the class
returns a template-enabled array of class trees
returns a template-enabled array of interface inheritance trees
Generate alphabetical index of all elements by package and subpackage
Generate indexing information for given element
return formatted class tree for the Class Trees page
Retrieve a Converter-specific anchor to a segment of a source code file parsed via a @filesource tag.
This function is not used by HTMLdefaultConverter, but is required by Converter
Uses htmlspecialchars() on the input
Used to convert the <code> tag in a docblock
does a nat case sort on the specified second level value of the array
does a nat case sort on the specified second level value of the array.
this one puts constructors first
This function takes an abstractLink descendant and returns an html link
calls the converter setTargetDir, and then copies any template images and the stylesheet if they haven't been copied
Return a line of highlighted source code with formatted line number
If the $path is a full path, then an anchor to the line number will be added as well
Inherited From Converter
Converter::Converter()
Converter::AttrToString()
Converter::Bolden()
Converter::Br()
Converter::checkState()
Converter::cleanup()
Converter::Convert()
Converter::convertClass()
Converter::convertConst()
Converter::convertDefine()
Converter::ConvertErrorLog()
Converter::convertFunction()
Converter::convertGlobal()
Converter::convertInclude()
Converter::convertMethod()
Converter::convertPage()
Converter::ConvertTitle()
Converter::ConvertTodoList()
Converter::convertTutorial()
Converter::convertVar()
Converter::Convert_RIC()
Converter::copyFile()
Converter::createParentDir()
Converter::EncloseList()
Converter::EncloseParagraph()
Converter::endClass()
Converter::endPage()
Converter::exampleProgramExample()
Converter::flushHighlightCache()
Converter::formatIndex()
Converter::formatLeftIndex()
Converter::formatPkgIndex()
Converter::formatTutorialTOC()
Converter::generateChildClassList()
Converter::generateFormattedClassTree()
Converter::getClassesOnPage()
Converter::getClassLink()
Converter::getConstLink()
Converter::getConverterDir()
Converter::getCurrentPageLink()
Converter::getCurrentPageURL()
Converter::getDefineLink()
Converter::getFileSourceName()
Converter::getFileSourcePath()
Converter::getFormattedConflicts()
Converter::getFormattedDescMethods()
Converter::getFormattedDescVars()
Converter::getFormattedImplements()
Converter::getFormattedInheritedConsts()
Converter::getFormattedInheritedMethods()
Converter::getFormattedInheritedVars()
Converter::getFormattedMethodImplements()
Converter::getFormattedOverrides()
Converter::getFunctionLink()
Converter::getGlobalLink()
Converter::getGlobalValue()
Converter::getHighlightState()
Converter::getId()
Converter::getIncludeValue()
Converter::getLink()
Converter::getMethodLink()
Converter::getPageLink()
Converter::getSortedClassTreeFromClass()
Converter::getSourceLink()
Converter::getState()
Converter::getTutorialId()
Converter::getTutorialLink()
Converter::getTutorialTree()
Converter::getVarLink()
Converter::hasSourceCode()
Converter::hasTutorial()
Converter::highlightDocBlockSource()
Converter::highlightSource()
Converter::highlightTutorialSource()
Converter::Italicize()
Converter::Kbdize()
Converter::ListItem()
Converter::newSmarty()
Converter::Output()
Converter::postProcess()
Converter::prepareDocBlock()
Converter::PreserveWhiteSpace()
Converter::ProgramExample()
Converter::returnLink()
Converter::returnSee()
Converter::Sampize()
Converter::setSourcePaths()
Converter::setTargetDir()
Converter::setTemplateBase()
Converter::setTemplateDir()
Converter::sortPageContentsByElementType()
Converter::sourceLine()
Converter::startHighlight()
Converter::TranslateEntity()
Converter::TranslateTag()
Converter::TutorialExample()
Converter::type_adjust()
Converter::unmangle()
Converter::vardump_tree()
Converter::Varize()
Converter::walk()
Converter::walk_everything()
Converter::writeExample()
Converter::writeFile()
Converter::writeSource()
Converter::_rmdir()
Converter::_setHighlightCache()
Converter::_tutorial_path()
Documentation generated on Mon, 05 Dec 2011 21:05:32 -0600 by phpDocumentor 1.4.4