Copied!
CloneableInstantiable
Methods |
public __construct(PHPFUI |
public generate(PHPFUI |
public PHPFUI\InstaDoc\Section::getBreadCrumbs(string $object) : PHPFUI |
public PHPFUI\InstaDoc\Section::getClassBase(string $fullClassName) : string |
public PHPFUI\InstaDoc\Section::getMenu(string $className, array $allowedMenus) : ?PHPFUI
|
public PHPFUI\InstaDoc\Section\CodeCommon::getMethodParameters(ReflectionFunction|ReflectionMethod $method, array $parameterComments = []) : string
|
public PHPFUI\InstaDoc\Section::getNamespaceFromClass(string $class) : string |
public PHPFUI\InstaDoc\Section\CodeCommon::getValueString(?mixed $value) : string |
Properties |
protected PHPFUI |
protected phpDocumentor |
protected PHPFUI |
protected PHPFUI\InstaDoc\Section\CodeCommon::$reflection = NULL
|
Methods |
protected PHPFUI\InstaDoc\Section\CodeCommon::formatAttribute(ReflectionAttribute $attribute) : string
|
protected PHPFUI\InstaDoc\Section\CodeCommon::formatComments(?phpDocumentor Format comments without indentation
|
protected PHPFUI\InstaDoc\Section\CodeCommon::getAttributes(?object $reflection) : array
|
protected PHPFUI\InstaDoc\Section\CodeCommon::getClassName(object|string $class, bool $asLink = true) : string |
protected PHPFUI\InstaDoc\Section\CodeCommon::getColor(string $class, string $name) : string Add a color to a thing by class |
protected PHPFUI\InstaDoc\Section\CodeCommon::getComments(?phpDocumentor Get comments indented |
protected PHPFUI\InstaDoc\Section\CodeCommon::getDocBlock(object $method) : ?phpDocumentor |
protected PHPFUI\InstaDoc\Section\CodeCommon::getHtmlClass(string $class) : string Convert php class name to html class name (\ => -) |
protected PHPFUI\InstaDoc\Section\CodeCommon::getInheritedDocBlock(array $tags, ReflectionMethod|ReflectionClass|?null $reflection) : array
|
protected PHPFUI\InstaDoc\Section\CodeCommon::getInheritedText(phpDocumentor
|
protected PHPFUI\InstaDoc\Section\CodeCommon::getMethodParametersBlock(ReflectionFunction|ReflectionMethod $method) : string |
protected PHPFUI\InstaDoc\Section\CodeCommon::getParameterComments(?phpDocumentor
|
protected PHPFUI\InstaDoc\Section\CodeCommon::section(string $name) : string |
Methods |
private documentFunction(string $function) : PHPFUI |