Documentation

Renderer
in package

Table of Contents

$environment  : Environment|null
$environmentFactory  : EnvironmentFactory
$logger  : LoggerInterface
$plantumlRenderer  : PlantumlRenderer
$templateRenderer  : TemplateRenderer|null
__construct()  : mixed
initialize()  : void
render()  : string
setDestination()  : void
setGuidesEnvironment()  : void

Properties

Methods

render()

public render(string $template[, array<string, mixed> $context = [] ]) : string
Parameters
$template : string
$context : array<string, mixed> = []
Return values
string

setDestination()

public setDestination(string $destination) : void
Parameters
$destination : string
Return values
void

setGuidesEnvironment()

public setGuidesEnvironment(Environment $environment) : void
Parameters
$environment : Environment
Tags
todo

I am not convinced that such a specific solution for Guides would be best since it is used in the Assets extension; and this extension would actually be nice to re-use in the rest of phpDocumentor as well. First, make it work here; then adapt for the rest :)

Return values
void

Search results