Cloneable
Instantiable
Methods |
public __construct ( PHPFUI\InstaDoc\Controller $controller ) |
Properties |
protected $factory |
protected $parsedown |
protected $reflection |
Methods |
protected
formatComments
(
?
phpDocumentor\Reflection\DocBlock
$docBlock
,
?
ReflectionMethod
$reflectionMethod
=
NULL
) :
string
Format comments without indentation |
protected getClassName ( string $class , bool $asLink = true ) : string |
protected
getColor
(
string
$class
,
string
$name
) :
string
Add a color to a thing by class |
protected
getComments
(
?
phpDocumentor\Reflection\DocBlock
$docBlock
,
?
ReflectionMethod
$reflectionMethod
=
NULL
) :
string
Get comments indented |
protected getDocBlock ( $method ) : ? phpDocumentor\Reflection\DocBlock |
protected
getHtmlClass
(
string
$class
) :
string
Convert php class name to html class name (\ => -) |
protected getInheritedDocBlock ( array $tags , ReflectionMethod $reflectionMethod ) : array |
protected getParameterComments ( ? phpDocumentor\Reflection\DocBlock $docBlock ) : array |
protected
getParameters
(
$method
) :
string
|
protected getValueString ( $value ) : string |
protected section ( string $name ) : string |