| License | GPL |
| Author | Thierry Graff |
| History | 2008.01.10, 22h13 : Creation |
| History | 2009.02.02 15:58:02 : New version (output is split in several pages) |
| License | GPL |
| Author | Thierry Graff |
| History | 2008.01.10, 22h13 : Creation |
| History | 2009.02.02 15:58:02 : New version (output is split in several pages) |
| # $firstLast | Array containing first and last constant names, for each displayed page |
| # $pageIndex2 | Part of 'page index' (links to other constant pages) common to all pages |
| # $sortedConstants | Alphabetical array of constants |
| # computeFirstLast() | Computes $first_last |
| # computeIndex() | Returns the HTML code of method index (links to other pages containing methods) |
| # computeIndex2() | Auxiliary method of computeIndex() |
| + generateContents() | Generates pages containing non-object constant lists |
| # sortConstants() | Computes $sortedConstants |
protected $firstLast = ''protected $pageIndex2 = ''protected $sortedConstants
protected function computeFirstLast( |
$n)
|
$first_last$n |
Nb of constants in the documented API |
$nbPerPage |
Number of constants listed in a page |
$nbPages |
Nb of pages containing constants lists |
protected function computeIndex( |
$i)
|
$i |
|
$n |
Nb of class methods in the documented API |
$nbPerPage |
Number of method listed in a page |
$nbPages |
Nb of pages containing method lists |
$firstLast must have been computed
protected function computeIndex2( |
$n)
|
computeIndex() $n |
|
$nbPerPage |
|
$nbPages |
public function generateContents( |
)
|
protected function sortConstants( |
)
|
$sortedConstants