public function ProjectWithXsdExtension::getNamespace in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/dependency-injection/Tests/Fixtures/includes/ProjectWithXsdExtension.php \ProjectWithXsdExtension::getNamespace()
Returns the namespace to be used for this extension (XML namespace).
Return value
string The XML namespace
Overrides ProjectExtension::getNamespace
File
- vendor/
symfony/ dependency-injection/ Tests/ Fixtures/ includes/ ProjectWithXsdExtension.php, line 10
Class
Code
public function getNamespace() {
return 'http://www.example.com/schema/projectwithxsd';
}