Skip to content

Kirby 4.1.2

Html::validate()

Validates file contents

Html::validate(string $string, bool $isExternal = false): void

Parameters

Name Type Default Description
$string * string
$isExternal bool false Whether the string is from an external file
that may be accessed directly

Exceptions

Type Description
Kirby\Exception\InvalidArgumentException If the file couldn't be parsed
Kirby\Exception\InvalidArgumentException If the file didn't pass validation

Parent class

Kirby\Sane\Html inherited from Kirby\Sane\DomHandler