PHP 클래스 Trean, horde

Copyright 2002-2016 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.
저자: Mike Cochrane ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
addFeedLink ( )
bookmarkletLink ( )
getFavicon ( Trean_Bookmark $bookmark ) : Horde_Url Returns an apropriate icon for the given bookmark.
hasPermission ( string $permission ) : mixed Returns the specified permission for the current user.

메소드 상세

getFavicon() 정적인 공개 메소드

Returns an apropriate icon for the given bookmark.
static public getFavicon ( Trean_Bookmark $bookmark ) : Horde_Url
$bookmark Trean_Bookmark The bookmark object.
리턴 Horde_Url The URL for the image.

hasPermission() 정적인 공개 메소드

Returns the specified permission for the current user.
static public hasPermission ( string $permission ) : mixed
$permission string A permission, currently only 'max_folders' and 'max_bookmarks'.
리턴 mixed The value of the specified permission.