XmlFileLoader
class XmlFileLoader extends FileLoader
Load, read and validate config xml files
Class XmlFileLoader
Constants
DEFAULT_HOOK_CLASS |
|
Methods
load(
mixed $file,
string $type = null)
Loads an XML file.
propelOnlyRun(
callable $method, $arg)
No description
Boolean
validateSchema(
DOMDocument $dom)
Validates a documents XML schema.
Boolean
supports(
mixed $resource,
string $type = null)
Returns true if this class supports the given resource.
mixed
Details
at line 62
load(
mixed $file,
string $type = null)
Loads an XML file.
at line 110
propelOnlyRun(
callable $method, $arg)
at line 652
Boolean
validateSchema(
DOMDocument $dom)
Validates a documents XML schema.
at line 704
Boolean
supports(
mixed $resource,
string $type = null)
Returns true if this class supports the given resource.
at line 781
mixed
getAttributeAsPhp(
SimpleXMLElement $xml, $name)
Converts an attribute as a PHP type.