diff options
author | Andreas Åkre Solberg <andreas.solberg@uninett.no> | 2010-03-23 06:04:09 +0000 |
---|---|---|
committer | Andreas Åkre Solberg <andreas.solberg@uninett.no> | 2010-03-23 06:04:09 +0000 |
commit | 962210615ca0ee86b611690e3d685fc1d19a4efc (patch) | |
tree | 3c8a570c00fd9b3c5c89c40397f97a398e4e9d25 /modules/core/lib/ModuleInstaller.php | |
parent | 604c42c3247dfa3a8fc8f154e8bf4b1c20d46ec8 (diff) | |
download | simplesamlphp-962210615ca0ee86b611690e3d685fc1d19a4efc.zip simplesamlphp-962210615ca0ee86b611690e3d685fc1d19a4efc.tar.gz simplesamlphp-962210615ca0ee86b611690e3d685fc1d19a4efc.tar.bz2 |
Adding some documentation on the pack tool.
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2232 44740490-163a-0410-bde0-09ae8108e29a
Diffstat (limited to 'modules/core/lib/ModuleInstaller.php')
-rw-r--r-- | modules/core/lib/ModuleInstaller.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/core/lib/ModuleInstaller.php b/modules/core/lib/ModuleInstaller.php index d18f59b..a35cc3d 100644 --- a/modules/core/lib/ModuleInstaller.php +++ b/modules/core/lib/ModuleInstaller.php @@ -1,5 +1,12 @@ <?php + +/** + * Perform installation and updates on simpleSAMLphp modules + * based on information found in a module definition. + * + * @Author Andreas Åkre Solberg, <andreas.solberg@uninett.no> + */ class sspmod_core_ModuleInstaller { public $module; |