Skip to content
Thomas Weinert edited this page Jul 29, 2014 · 2 revisions

FluentDOM\Nodes::loaders()

FluentDOM\Nodes loaders(FluentDOM\Loadable|array|Traversable $loaders);

Loaders are used by [FluentDOM\Nodes::load()|Nodes-Loaders] to load a source into the document. A loader supports specific content types. By default a FluentDOM\Nodes instance has loaders for XML, HTML and JSON.

Clone this wiki locally