Overview

Namespaces

  • Evenement
  • None
  • PHP
  • Psr
    • Http
      • Message
  • Ratchet
    • Http
    • RFC6455
      • Handshake
      • Messaging
    • Server
    • Session
      • Serialize
      • Storage
        • Proxy
    • Wamp
    • WebSocket
  • React
    • EventLoop
      • Tick
      • Timer
    • Socket
    • Stream
  • Symfony
    • Component
      • HttpFoundation
        • Session
          • Attribute
          • Flash
          • Storage
            • Handler
            • Proxy
      • Routing
        • Annotation
        • Exception
        • Generator
          • Dumper
        • Loader
          • DependencyInjection
        • Matcher
          • Dumper
        • Tests
          • Annotation
          • Fixtures
            • AnnotatedClasses
            • OtherAnnotatedClasses
          • Generator
            • Dumper
          • Loader
          • Matcher
            • Dumper

Classes

  • CustomXmlFileLoader
  • RedirectableUrlMatcher
  • Overview
  • Namespace
  • Class
  • Tree

Class CustomXmlFileLoader

XmlFileLoader with schema validation turned off.

Symfony\Component\Config\Loader\FileLoader
Extended by Symfony\Component\Routing\Loader\XmlFileLoader
Extended by Symfony\Component\Routing\Tests\Fixtures\CustomXmlFileLoader
Namespace: Symfony\Component\Routing\Tests\Fixtures
Located at Tests/Fixtures/CustomXmlFileLoader.php
Methods summary
protected DOMDocument
# loadFile( string $file )

Loads an XML file.

Loads an XML file.

Parameters

$file
string
$file An XML file path

Returns

DOMDocument

Throws

InvalidArgumentException
When loading of XML file fails because of syntax errors or when the XML structure is not as expected by the scheme - see validate()

Overrides

Symfony\Component\Routing\Loader\XmlFileLoader::loadFile()
Methods inherited from Symfony\Component\Routing\Loader\XmlFileLoader
load(), parseImport(), parseNode(), parseRoute(), supports()
Constants inherited from Symfony\Component\Routing\Loader\XmlFileLoader
NAMESPACE_URI, SCHEME_PATH
Ratchet API documentation generated by ApiGen 2.8.0