Provided by: libzabbix-api-perl_0.009-1_all 

NAME
Zabbix::API::Template -- Zabbix template objects
SYNOPSIS
TODO write this
DESCRIPTION
Handles CRUD for Zabbix template objects.
This is a subclass of "Zabbix::API::CRUDE"; see there for inherited methods.
METHODS
items()
Accessor for the template's items.
name()
Accessor for the template's name (the "host" attribute); returns the empty string if no name is set,
for instance if the template has not been created on the server yet.
SEE ALSO
Zabbix::API::CRUDE.
AUTHOR
Fabrice Gabolde <fabrice.gabolde@uperto.com> Patches to this file (actually most code) from Chris Larsen
<clarsen@llnw.com>
COPYRIGHT AND LICENSE
Copyright (C) 2012 SFR
This library is free software; you can redistribute it and/or modify it under the terms of the GPLv3.
perl v5.14.2 2013-04-28 Zabbix::API::Template(3pm)