danog\PhpDoc\PhpDocBuilderAuthor: Daniil Gentili daniil@daniil.it
PHP documentation builder.
fromNamespace(string $namespace): selfsetAuthors(\phpDocumentor\Reflection\DocBlock\Tags\Author[] $authors): selfsetMode(int $mode): selfsetFilter(callable $ignore): selfsetOutput(string $output): selfsetName(string $name): selfsetDescription(string $description): selfsetImage(string $image): selfaddFrontMatter(string $key, string $value): selfaddIndexFrontMatter(string $key, string $value): selfrun(): selffromNamespace(string $namespace): selfCreate docblock builder.
Parameters:
$namespace: string Namespace (defaults to package namespace)setAuthors(\phpDocumentor\Reflection\DocBlock\Tags\Author[] $authors): selfSet authors.
Parameters:
$authors: \phpDocumentor\Reflection\DocBlock\Tags\Author[] Authors\phpDocumentor\Reflection\DocBlock\Tags\AuthorsetMode(int $mode): selfSet scan mode.
Parameters:
$mode: int Scan mode.setFilter(callable $ignore): selfSet filter to ignore certain classes.
Parameters:
$ignore: callable callable(class-string)
setOutput(string $output): selfSet output directory.
Parameters:
$output: string Output directorysetName(string $name): selfSet project name.
Parameters:
$name: string NamesetDescription(string $description): selfSet project description.
Parameters:
$description: string Project descriptionsetImage(string $image): selfSet project image.
Parameters:
$image: string Project imageaddFrontMatter(string $key, string $value): selfAdd Jekyll front matter.
Parameters:
$key: string Key$value: string ValueaddIndexFrontMatter(string $key, string $value): selfAdd Jekyll index front matter.
Parameters:
$key: string Key$value: string Valuerun(): selfRun documentation builder.
Generated by danog/phpdoc