Ubiquity 2.5.2
php rapid development framework
|
Public Member Functions | |
__construct ($content, DocFormater $formater=null) | |
parse () | |
isEmpty () | |
getDescription () | |
getPart ($partKey) | |
getDescriptionAsHtml ($separator="<br>") | |
getMethodParams () | |
getMethodParamsReturn () | |
getMethodReturn () | |
getMethodParamsAsHtml ($separator=NULL) | |
getMethodParamsReturnAsHtml ($separator=NULL) | |
getMethodReturnAsHtml ($separator="<br>") | |
getElementsAsHtml ($elements, $separator="<br>") | |
Static Public Member Functions | |
static | docClassParser ($classname) |
static | docMethodParser ($classname, $method) |
Private Member Functions | |
addInArray (&$array, $key, $value) | |
Private Attributes | |
$originalContent | |
$lines | |
$description | |
$formater | |
Definition at line 16 of file DocParser.php.
__construct | ( | $content, | |
DocFormater | $formater = null |
||
) |
Definition at line 25 of file DocParser.php.
|
private |
Definition at line 55 of file DocParser.php.
|
static |
Definition at line 121 of file DocParser.php.
|
static |
Definition at line 128 of file DocParser.php.
getDescription | ( | ) |
Definition at line 62 of file DocParser.php.
getDescriptionAsHtml | ( | $separator = "<br>" | ) |
Definition at line 72 of file DocParser.php.
getElementsAsHtml | ( | $elements, | |
$separator = "<br>" |
|||
) |
Definition at line 111 of file DocParser.php.
getMethodParams | ( | ) |
Definition at line 84 of file DocParser.php.
getMethodParamsAsHtml | ( | $separator = NULL | ) |
Definition at line 96 of file DocParser.php.
getMethodParamsReturn | ( | ) |
Definition at line 88 of file DocParser.php.
getMethodParamsReturnAsHtml | ( | $separator = NULL | ) |
Definition at line 100 of file DocParser.php.
getMethodReturn | ( | ) |
Definition at line 92 of file DocParser.php.
getMethodReturnAsHtml | ( | $separator = "<br>" | ) |
Definition at line 106 of file DocParser.php.
getPart | ( | $partKey | ) |
Definition at line 66 of file DocParser.php.
isEmpty | ( | ) |
Definition at line 51 of file DocParser.php.
parse | ( | ) |
Definition at line 31 of file DocParser.php.
|
private |
Definition at line 19 of file DocParser.php.
|
private |
Definition at line 23 of file DocParser.php.
|
private |
Definition at line 18 of file DocParser.php.
|
private |
Definition at line 17 of file DocParser.php.