Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jan 7, 2015
1 parent bd5fdfc commit 4ad9373
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
1 change: 0 additions & 1 deletion turba/lib/Api.php
Expand Up @@ -783,7 +783,6 @@ public function import($content, $contentType = 'array', $source = null)
* length.
* DEFAULT: none (No truncation).
*
*
* @return mixed The requested data.
* @throws Turba_Exception
*/
Expand Down
24 changes: 19 additions & 5 deletions turba/lib/Object/Group.php
@@ -1,11 +1,25 @@
<?php
/**
* The Turba_Object_Group:: class provides a set of methods for dealing with
* contact groups.
* Copyright 2000-2015 Horde LLC (http://www.horde.org/)
*
* @author Chuck Hagenbuch <chuck@horde.org>
* @author Jon Parise <jon@csh.rit.edu>
* @package Turba
* See the enclosed file LICENSE for license information (ASL). If you did
* did not receive this file, see http://www.horde.org/licenses/apache.
*
* @category Horde
* @copyright 2000-2015 Horde LLC
* @license http://www.horde.org/licenses/apache ASL
* @package Turba
*/

/**
* This class provides a set of methods for dealing with contact groups.
*
* @author Chuck Hagenbuch <chuck@horde.org>
* @author Jon Parise <jon@csh.rit.edu>
* @category Horde
* @copyright 2000-2015 Horde LLC
* @license http://www.horde.org/licenses/apache ASL
* @package Turba
*/
class Turba_Object_Group extends Turba_Object
{
Expand Down

0 comments on commit 4ad9373

Please sign in to comment.