PlantumlRenderer
Table of Contents
Properties
-
$logger
: LoggerInterface
-
$plantUmlBinaryPath
: string
Methods
-
__construct()
: mixed
-
render()
: string|null
$logger
read-only
private
LoggerInterface
$logger
$plantUmlBinaryPath
private
string
$plantUmlBinaryPath
__construct()
public
__construct(LoggerInterface $logger, string $plantUmlBinaryPath) : mixed
Parameters
-
$logger
: LoggerInterface
-
-
$plantUmlBinaryPath
: string
-
render()
public
render(string $diagram) : string|null
Parameters
-
$diagram
: string
-
Return values
string|null