<?php substr(string $string, int $offset, ?int $length = null): string
<?php public function setRoot(string $location = ''): PHPlater {
if ($location && substr($location, -1) == '/') {
throw new RuleBrokenError('Root must not end with slash. The template file should begin with it.');
}
$this->root = $location;