From 475d40301d0f2d5538347ded78a70612c5385d84 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 4 Feb 2014 21:13:33 -0700 Subject: [PATCH] phpdoc --- ingo/lib/Ingo.php | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/ingo/lib/Ingo.php b/ingo/lib/Ingo.php index d8febd4b22d..fce3e0a1636 100644 --- a/ingo/lib/Ingo.php +++ b/ingo/lib/Ingo.php @@ -5,21 +5,21 @@ * See the enclosed file LICENSE for license information (ASL). If you * did not receive this file, see http://www.horde.org/licenses/apache. * - * @author Mike Cochrane - * @author Jan Schneider - * @category Horde - * @license http://www.horde.org/licenses/apache ASL - * @package Ingo + * @category Horde + * @copyright 2002-2014 Horde LLC + * @license http://www.horde.org/licenses/apache ASL + * @package Ingo */ /** * Ingo base class. * - * @author Mike Cochrane - * @author Jan Schneider - * @category Horde - * @license http://www.horde.org/licenses/apache ASL - * @package Ingo + * @author Mike Cochrane + * @author Jan Schneider + * @category Horde + * @copyright 2002-2014 Horde LLC + * @license http://www.horde.org/licenses/apache ASL + * @package Ingo */ class Ingo { @@ -216,7 +216,11 @@ static public function updateScript() } /** - * TODO + * Check share permissions. + * + * @param $integer $mask Permission mask. + * + * @return boolean True if user has permission. */ static public function hasSharePermission($mask = null) {