AtomRenderer
class AtomRenderer extends DocumentRenderer
AtomRenderer is a feed that implements the atom specification
Please note that just by using this class you won't automatically produce valid atom files. For example, you have to specify either an editor for the feed or an author for every single feed item.
Methods
string
render(
string $name = '',
array $params = null,
string $content = null)
Render the feed.