PHP 클래스 Horde_Kolab_FreeBusy_Params_User, horde

Copyright 2007-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Horde_Controller_Request $request ) Constructor.
getCredentials ( ) : array Return the user credentials extracted from the request.
getUser ( ) : array Return the user id.

비공개 메소드들

메소드 설명
_extractUserAndPassword ( ) : null Extract user name and password from the request.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Horde_Controller_Request $request )
$request Horde_Controller_Request The request.

getCredentials() 공개 메소드

Return the user credentials extracted from the request.
public getCredentials ( ) : array
리턴 array The user credentials.

getUser() 공개 메소드

Return the user id.
public getUser ( ) : array
리턴 array The user id.