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