From db2b552b3ba56d966fc01cded168adc917091a06 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 7 Oct 2010 08:57:13 +0000 Subject: [PATCH] Added comments git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19933 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/systems/goto/Config/class_DeviceConfig.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gosa-plugins/goto/admin/systems/goto/Config/class_DeviceConfig.inc b/gosa-plugins/goto/admin/systems/goto/Config/class_DeviceConfig.inc index 2d02c531c..b6b28d0ca 100644 --- a/gosa-plugins/goto/admin/systems/goto/Config/class_DeviceConfig.inc +++ b/gosa-plugins/goto/admin/systems/goto/Config/class_DeviceConfig.inc @@ -70,6 +70,12 @@ class DeviceConfig extends management } + /*! \brief Sets the installation method to the given method. + * Updates the template engine and adds the initial root + * object for the selected method. + * @param The method to use. + * @return TRUE on success else FALSE. + */ function setInstallMethod($str) { $this->is_account = FALSE; @@ -113,6 +119,10 @@ class DeviceConfig extends management } + /*! \brief Intializes this plugin + * All available installation methods will be loaded + * and populated. + */ function init() { // Reset erros -- 2.30.2