|
|
|
File: c:/www/apache/doc2//accessor/PhpdocIndexAccessor.php
PHPDOC 2000/12/03 - PHPDoc
PhpdocIndexAccessor
PhpdocObject | +-- PhpdocAccessor | +-- PhpdocIndexAccessor
Provides a API to access Index xml documents.
|
private class PhpdocIndexAccessor extends PhpdocAccessor
Provides a API to access Index xml documents.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Public Method Details |
getModulegroup |
|
public void getModulegroup( )
|
| |
Returns a modulegroup
|
| Returns |
void |
|
getClasstree |
|
public array getClasstree( )
|
| |
Returns a classtree.
|
| Returns |
array |
|
getChapternames |
|
public array getChapternames( )
|
| |
Returns an ordered list of all chapternames.
|
| Returns |
array |
| See Also |
getChapters() |
|
getChapters |
|
public array getChapters( )
|
| |
Returns an ordered list of all chapters.
|
| Returns |
array |
| See Also |
getChapternames() |
|
getPackagelist |
|
public array getPackagelist( )
|
| |
Returns a list of all packages
|
| Returns |
array |
|
|
Private Method Details |
buildPackagelist |
|
private void buildPackagelist( )
|
| |
Builds the internal packagelist.
|
| Returns |
void |
|
buildChapterlist |
|
private void buildChapterlist( )
|
| |
Builds the internal chapterlists.
|
| Returns |
void |
|
buildModulegroup |
|
private void buildModulegroup( )
|
| |
Extracts the modulegroup data of the xml file.
|
| Returns |
void |
| See Also |
getModulegroup() |
|
buildClasstree |
|
private void buildClasstree( )
|
| |
Extracts the classtree data of the xml file.
|
| Returns |
void |
| See Also |
getClasstree() |
|
init |
|
private void init( )
|
| |
Resets the build flags.
Warning: documentation is missing.
|
| Returns |
void |
| See Also |
$flagBuild |
|
|
Private Field Details |
$chapternames |
|
private array $chapternames
>>array()<<
Ordered list of all chapternames.
|
|
$chapters |
|
private array $chapters
>>array()<<
Ordered list of all chapters.
|
|
$packages |
|
private array $packages
>>array()<<
List of all packages.
|
|
$classtree |
|
private array $classtree
>>array()<<
Data of a classtree
|
|
$modulegroup |
|
private array $modulegroup
>>array()<<
Data of a modulegroup
|
|
$packageFields |
|
private array $packageFields
>>array("class", "module")<<
Some container withing the packagelist.
|
| See Also |
buildPackagelist() |
|
$flagBuild |
|
private array $flagBuild
>>array(
"chapter" => false,
"package" => false
)<<
Flag indicating that certain internal datafield have been filled.
|
|
|
|
|
|
| PHPDoc 1.0beta |