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() |
---|
boolean
whether to render text or HTML
string
render(boolean $textOnly = false
) : string
boolean
whether to render text or HTML
string
renderText() : string
This is used by the command-line interface.
string
_render(boolean $textOnly) : string
boolean
whether to render text or HTML
string
getStyle() : 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>