Compiler
extends Compiler
in package
Table of Contents
Properties
- $destination : Destination
- $resolver : array<string|int, mixed>
- resolver
Methods
- compile() : string
- compile
- setDestination() : mixed
Properties
$destination
protected
Destination
$destination
$resolver
resolver
protected
array<string|int, mixed>
$resolver
= ['source' => null, 'link' => null]
Methods
compile()
compile
public
compile(string $html) : string
Parameters
- $html : string
Return values
stringsetDestination()
public
setDestination(Destination $destination) : mixed
Parameters
- $destination : Destination