Html
Less than 1 minute
Html
Properties
boundary
private string $boundary
html
private Template $html
params
private array $params
Methods
__construct
public __construct(Template $html, array $headers = []): void
Parameters
Parameter | Type | Description |
---|---|---|
$html | Template | |
$headers | array |
__toString
public __toString(): string
setParams
Set the parameters for the template.
public setParams(array $params): void
Parameters
Parameter | Type | Description |
---|---|---|
$params | array |
encode
public encode(int $width_limit = 998): string
Parameters
Parameter | Type | Description |
---|---|---|
$width_limit | int |
jsonSerialize
public jsonSerialize(): mixed
Generated by Hazaar API Doc Generator