Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Feb 5, 2014
1 parent 5c1dc9c commit 475d403
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions ingo/lib/Ingo.php
Expand Up @@ -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 <mike@graftonhall.co.nz>
* @author Jan Schneider <jan@horde.org>
* @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 <mike@graftonhall.co.nz>
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/apache ASL
* @package Ingo
* @author Mike Cochrane <mike@graftonhall.co.nz>
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @copyright 2002-2014 Horde LLC
* @license http://www.horde.org/licenses/apache ASL
* @package Ingo
*/
class Ingo
{
Expand Down Expand Up @@ -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)
{
Expand Down

0 comments on commit 475d403

Please sign in to comment.