Current Path : /proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/opt/alt/php54/usr/share/pear/test/DependencyInjection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/opt/alt/php54/usr/share/pear/test/DependencyInjection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtension.php |
<?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'; } }