PHP 클래스 Horde_Block_Account_Finger, 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.
저자: Peter Paul Elfferich ([email protected])
저자: Jan Schneider ([email protected])
상속: extends Horde_Block_Account_Base
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__construct ( array $params = [] ) Constructor.
getFullname ( ) : string Returns the user's full name.
getHome ( ) : string Returns the user's home (login) directory.
getShell ( ) : string Returns the user's default shell.

보호된 메소드들

메소드 설명
_get ( string $what ) : string Returns some user detail.
_getAccount ( ) : array Returns the user account.
_parseAccount ( array $output ) : array Returns a hash with parsed account information.

메소드 상세

__construct() 공개 메소드

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

_get() 보호된 메소드

Returns some user detail.
protected _get ( string $what ) : string
$what string Which information to return.
리턴 string The user's detail.

_getAccount() 보호된 메소드

Returns the user account.
protected _getAccount ( ) : array
리턴 array A hash with complete account details.

_parseAccount() 보호된 메소드

Returns a hash with parsed account information.
protected _parseAccount ( array $output ) : array
$output array Array of finger output strings
리턴 array A hash with account details parsed from output

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.

getShell() 공개 메소드

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