A renderer for a product.
This renders a \FeaturePhp\ProductLine\Product analysis as a web page. In particular, a list of generated files and file content summaries is included.
| package | Default |
|---|---|
| inherited_from | \FeaturePhp\Renderer |
__construct(\FeaturePhp\ProductLine\Product $product)
\FeaturePhp\ProductLine\Product
_render(boolean $textOnly) : string
| inherited_from | \FeaturePhp\Renderer::_render() |
|---|
booleanwhether to render text or HTML
stringrender(boolean $textOnly = false) : string
booleanwhether to render text or HTML
stringrenderText() : string
This is used by the command-line interface.
string_render(boolean $textOnly) : string
booleanwhether to render text or HTML
stringgetStyle() : string
string$accentColor : string
"\033[1;33m"$defaultColor : string
"\033[0m"$files : array<mixed,\FeaturePhp\File\File>
$product : \FeaturePhp\ProductLine\Product
$tracingLinks : array<mixed,\FeaturePhp\Artifact\TracingLink>