Method |
Description |
|
load ( mixed $source, string $contentType, array | Traversable | Options $options = [] ) : Document | Result | null |
Load the data source and return the new DOM document. Return NULL if
the data source could not be loaded. |
|
loadFragment ( mixed $source, string $contentType, array | Traversable | Options $options = [] ) : null | DocumentFragment |
Load the data source and return the new DOM document. Return NULL if
the data source could not be loaded. |
|
supports ( string $contentType ) : boolean |
Validate if the loader supports the given content type |
|