XmlFileLoader with schema validation turned off
Expanded class hierarchy of CustomXmlFileLoader
class CustomXmlFileLoader extends XmlFileLoader {
protected function loadFile($file) {
return XmlUtils::loadFile($file, function () {
return true;
});
}
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CustomXmlFileLoader:: |
protected | function |
Loads an XML file. Overrides XmlFileLoader:: |
|
XmlFileLoader:: |
public | function | Loads an XML file. | |
XmlFileLoader:: |
constant | |||
XmlFileLoader:: |
private | function | Parses the config elements (default, requirement, option). | |
XmlFileLoader:: |
protected | function | Parses an import and adds the routes in the resource to the RouteCollection. | |
XmlFileLoader:: |
protected | function | Parses a node from a loaded XML file. | |
XmlFileLoader:: |
protected | function | Parses a route and adds it to the RouteCollection. | |
XmlFileLoader:: |
constant | |||
XmlFileLoader:: |
public | function | @api |