PHP Класс Horde_Kolab_Server_Object_Person, horde

Copyright 2009-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.
Автор: Gunnar Wrobel ([email protected])
Наследование: extends Horde_Kolab_Server_Object_Top
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$init_attributes array A structure to initialize the attribute structure for this class.

Открытые методы

Метод Описание
generateId ( array &$info ) : string Generates an ID for the given information.
getFilter ( ) : string Return the filter string to retrieve this object type.
prepareObjectInformation ( array &$info ) : array Distill the server side object information to save.

Защищенные методы

Метод Описание
hashPassword ( string $password ) : string Salt and hash the password.

Описание методов

generateId() публичный Метод

Generates an ID for the given information.
public generateId ( array &$info ) : string
$info array The data of the object.
Результат string The ID.

getFilter() публичный статический Метод

Return the filter string to retrieve this object type.
public static getFilter ( ) : string
Результат string The filter to retrieve this object type from the server database.

hashPassword() защищенный Метод

Salt and hash the password.
protected hashPassword ( string $password ) : string
$password string The password.
Результат string The salted hashed password.

prepareObjectInformation() публичный Метод

Distill the server side object information to save.
public prepareObjectInformation ( array &$info ) : array
$info array The information about the object.
Результат array The set of information.

Описание свойств

$init_attributes публичное статическое свойство

A structure to initialize the attribute structure for this class.
public static array $init_attributes
Результат array