PHP Класс Horde_Core_Auth_Signup_SqlObject, horde

Copyright 2008-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://opensource.org/licenses/lgpl-2.1.php
Автор: Duck ([email protected])
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_data array Key-value hash that will be serialized.
$_name string The unique name of this object. These names have the same requirements as other object names - they must be unique, etc.

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

Метод Описание
__construct ( string $id ) Constructor.
getData ( ) : array Gets the data array.
getName ( ) : string Gets the name of this object.
setData ( array $data ) Sets the data array.

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

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

Constructor.
public __construct ( string $id )
$id string The id of the signup.

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

Gets the data array.
public getData ( ) : array
Результат array The internal data array.

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

Gets the name of this object.
public getName ( ) : string
Результат string The object name.

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

Sets the data array.
public setData ( array $data )
$data array The data array to store internally.

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

$_data защищенное свойство

Key-value hash that will be serialized.
См. также: getData()
protected array $_data
Результат array

$_name защищенное свойство

The unique name of this object. These names have the same requirements as other object names - they must be unique, etc.
protected string $_name
Результат string