From 9fb0bcd1aa9cdd1b20c916a7c5154741c0ec513a Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 13 Feb 2007 04:33:05 +0000 Subject: Added support to include external application configuration files. --- framework/interfaces.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'framework/interfaces.php') diff --git a/framework/interfaces.php b/framework/interfaces.php index 31bbefd7..747d5b02 100644 --- a/framework/interfaces.php +++ b/framework/interfaces.php @@ -62,6 +62,14 @@ interface IService * @param string ID of the service */ public function setID($id); + /** + * @return boolean whether the service is enabled + */ + public function getEnabled(); + /** + * @param boolean whether the service is enabled + */ + public function setEnabled($value); /** * Runs the service. */ -- cgit v1.2.3