Table of Contents
Generic
Generic derives from Service and provides default implementations of loadConfig(), saveConfig() und $init. Services which don't need default buttons like Start/Stop and Save should be derived from this class.
Examples
<?php require_once('Generic.php'); class GenericService extends Generic { } $service = new GenericService();
Links
You could leave a comment if you were logged in.