PHP 클래스 Horde_Block_Account_Base, horde

Copyright 2001-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL-2). If you did not receive this file, see http://www.horde.org/licenses/lgpl.
저자: Eric Jon Rostetter ([email protected])
저자: Jan Schneider ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_params array Hash containing connection parameters.

공개 메소드들

메소드 설명
__construct ( array $params = [] ) Constructor.
checkPasswordStatus ( ) : string Returns the status of the current password.
getFullname ( ) : string Returns the user's full name.
getHome ( ) : string Returns the user's home (login) directory.
getPasswordChange ( ) : string Returns the date of the user's last password change.
getQuota ( ) : array Returns the user's quota if available.
getShell ( ) : string Returns the user's default shell.
getUsername ( ) : string Returns the username.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $params = [] )
$params array Hash containing connection parameters.

checkPasswordStatus() 공개 메소드

Returns the status of the current password.
public checkPasswordStatus ( ) : string
리턴 string A string with a warning message if the password is about to expire.

getFullname() 공개 메소드

Returns the user's full name.
public getFullname ( ) : string
리턴 string The user's full name.

getHome() 공개 메소드

Returns the user's home (login) directory.
public getHome ( ) : string
리턴 string The user's directory.

getPasswordChange() 공개 메소드

Returns the date of the user's last password change.
public getPasswordChange ( ) : string
리턴 string Date string.

getQuota() 공개 메소드

Returns the user's quota if available.
public getQuota ( ) : array
리턴 array A quota array, elements are used bytes and limit bytes.

getShell() 공개 메소드

Returns the user's default shell.
public getShell ( ) : string
리턴 string The user's shell.

getUsername() 공개 메소드

Returns the username.
public getUsername ( ) : string
리턴 string The lowercased username.

프로퍼티 상세

$_params 보호되어 있는 프로퍼티

Hash containing connection parameters.
protected array $_params
리턴 array