ProjectWithXsdExtension.php in Zircon Profile 8.0
Same filename and directory in other branches
File
vendor/symfony/dependency-injection/Tests/Fixtures/includes/ProjectWithXsdExtension.phpView source
<?php
class ProjectWithXsdExtension extends ProjectExtension {
public function getXsdValidationBasePath() {
return __DIR__ . '/schema';
}
public function getNamespace() {
return 'http://www.example.com/schema/projectwithxsd';
}
public function getAlias() {
return 'projectwithxsd';
}
}
Classes
Name | Description |
---|---|
ProjectWithXsdExtension |