Class XmlFileLoader
XmlFileLoader loads XML routing files.
- Symfony\Component\Config\Loader\FileLoader
-
Symfony\Component\Routing\Loader\XmlFileLoader
Direct known subclasses
Symfony\Component\Routing\Tests\Fixtures\CustomXmlFileLoader
Namespace: Symfony\Component\Routing\Loader
Author: Fabien Potencier <fabien@symfony.com>
Author: Tobias Schultze <http://tobion.de>
Located at Loader/XmlFileLoader.php
Author: Fabien Potencier <fabien@symfony.com>
Author: Tobias Schultze <http://tobion.de>
Located at Loader/XmlFileLoader.php
public
|
|
protected
|
#
parseNode(
Parses a node from a loaded XML file. |
public
|
|
protected
|
#
parseRoute(
Parses a route and adds it to the RouteCollection. |
protected
|
#
parseImport(
Parses an import and adds the routes in the resource to the RouteCollection. |
protected
|
string |
NAMESPACE_URI
|
'http://symfony.com/schema/routing' |
|
string |
SCHEME_PATH
|
'/schema/routing/routing-1.0.xsd' |