<?php file_get_contents( string $filename, bool $use_include_path = false, ?resource $context = null, int $offset = 0, ?int $length = null): string|false
<?php { public function getStub(string $name): string { return file_get_contents(__DIR__."/../../stubs/$name.xml"); } }