service_template_class Class Reference

A service template is used for inheritance, so that you could base your services with common properties on one of these. More...

Inheritance diagram for service_template_class:
service_class object_class

Public Member Functions

 __construct ($id=false)
 All template classes need to have their own constructor, but we can still borrow the parent class constructor for most of our work.
 get_properties ()
 Fetches the properties for the current object type.
 prepare_draw ()
 Prepare an object for drawing in the gui.
 get_cmd_bar_links ()
 Returns a list of actions that are legal for this object type.

Data Fields

 $type = 'service_template'
 object type
 $is_template = true
 template or not?
 $db_table = 'service'
 database table to use
 $master_obj_identifier = false
 Variable in this object identifying the master object (ie, none).
 $def_new_obj
 default settings for new service templates
 $slave_types = false
 A list of object types that might depend on this object type, or false.

Detailed Description

A service template is used for inheritance, so that you could base your services with common properties on one of these.


The documentation for this class was generated from the following file:
 All Data Structures Functions Variables

Generated on 22 Nov 2012 for nacoma by  doxygen 1.6.1