PHP Class 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.
ファイルを表示
Open project: horde/horde
Class Usage Examples
Protected Properties
Property |
Type |
Description |
|
$_params |
array |
Hash containing connection parameters. |
|
Public Methods
Method Details
__construct()
public method
checkPasswordStatus()
public method
Returns the status of the current password.
getFullname()
public method
Returns the user's full name.
Returns the user's home (login) directory.
getPasswordChange()
public method
Returns the date of the user's last password change.
Returns the user's quota if available.
public getQuota ( ) : array |
return |
array |
A quota array, elements are used bytes and limit bytes. |
Returns the user's default shell.
getUsername()
public method
Property Details
$_params protected_oe property
Hash containing connection parameters.
protected array $_params |
return |
array |
|