|
|
File: c:/www/apache/doc2//accessor/PhpdocModuleAccessor.php
PHPDOC 2000/12/03 - PHPDoc
PhpdocModuleAccessor
PhpdocObject | +-- PhpdocAccessor | +-- PhpdocDocumentAccessor | +-- PhpdocModuleAccessor
Provides functions to access phpdoc xml documents that contain modules.
|
Provides functions to access phpdoc xml documents that contain modules.
|
|
|
Methods inherited from PhpdocDocumentAccessor |
getfunctions, getfunctionsbyaccess, getvariables, getvariablesbyaccess, getconstants, getconstantsbyaccess, getuses, getusesbytype, getelements, getelementsbyaccess, builduseslist, getelementlist |
|
|
|
Public Method Summary |
array |
getModuledata()Returns an array with the data of a module (no functions etc, just the module docs). |
|
Private Method Summary |
void |
init()Reformats the xml result array from the PhpdocXMLReader.Warning: documentation is missing. |
|
|
|
Private Field Summary |
string |
$xmlkeyKind of top-level container in the xml document. |
|
Public Method Details |
getModuledata |
public array getModuledata( )
|
|
Returns an array with the data of a module (no functions etc, just the module docs).
|
Returns |
array $class |
|
|
Private Method Details |
init |
private void init( )
|
|
Reformats the xml result array from the PhpdocXMLReader.
Every derived class must override this function to call the functionsit needs to reorganize the data from the PhpdocXMLReader in away that it needs.
Warning: documentation is missing.
|
Returns |
void |
See Also |
$xml, $data |
|
|
Private Field Details |
$xmlkey |
private string $xmlkey
>>"module" <<
Kind of top-level container in the xml document.
Must be set by all derived classes.
|
|
|
|
|
PHPDoc 1.0beta |