A service template is used for inheritance, so that you could base your services with common properties on one of these. More...
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. |
A service template is used for inheritance, so that you could base your services with common properties on one of these.