A renderer for some tracing links.
This renders a \FeaturePhp\Artifact\TracingLink analysis as a web page.
| package | Default |
|---|---|
| inherited_from | \FeaturePhp\Renderer |
__construct(array<mixed,\FeaturePhp\Artifact\TracingLink> $tracingLinks)
array<mixed,\FeaturePhp\Artifact\TracingLink>
_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
stringanalyzeTracingLink(\FeaturePhp\Artifact\TracingLink $tracingLink, boolean $textOnly= false, integer $maxLen= 0) : string
\FeaturePhp\Artifact\TracingLink
booleanwhether to render text or HTML
integer
string$accentColor : string
"\033[1;33m"$defaultColor : string
"\033[0m"$tracingLinks : array<mixed,\FeaturePhp\Artifact\TracingLink>