Class Trean
Trean Base Class.
$Horde: trean/lib/Trean.php,v 1.93 2009-11-29 15:51:42 chuck Exp $
Copyright 2002-2012 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (BSD). If you did not did not receive this file, see http://www.horde.org/licenses/bsdl.php.
public static
|
|
public
|
|
public
array
|
#
listFolders( mixed $perm = Horde_Perms::SHOW, mixed $parent = null, mixed $allLevels = true )
List folders. |
public
integer
|
#
countFolders( integer $perm = Horde_Perms::SHOW )
Counts the number of current user's folders list from storage. |
public
string
|
#
folderSelect( string $selected = null, mixed $perm = Horde_Perms::SHOW, mixed $new = false )
Generates the body of a <select> form input to select a folder. The <select> and </select> tags are NOT included in the output of this function. |
public
|
|
public
mixed
|
|
public
|
#
HTTPStatus( mixed $status_code )
Returns the "Reason Phrase" associated with the given HTTP status code according to rfc2616. |
public
|