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() |
---|
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
analyzeTracingLink(\FeaturePhp\Artifact\TracingLink $tracingLink, boolean $textOnly= false
, integer $maxLen= 0
) : string
\FeaturePhp\Artifact\TracingLink
boolean
whether to render text or HTML
integer
string
$accentColor : string
"\033[1;33m"
$defaultColor : string
"\033[0m"
$tracingLinks : array<mixed,\FeaturePhp\Artifact\TracingLink>