\Horde_Core_Auth_Signup_SqlObject

SQL storage object for auth signup information.

Copyright 2008-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://opensource.org/licenses/lgpl-2.1.php

Summary

Methods
Properties
Constants
__construct()
getData()
setData()
getName()
No public properties found
No constants found
No protected methods found
$_data
$_name
N/A
No private methods found
No private properties found
N/A

Properties

$_data

$_data : array

Key-value hash that will be serialized.

Type

array

$_name

$_name : string

The unique name of this object. These names have the same requirements as other object names - they must be unique, etc.

Type

string

Methods

__construct()

__construct(string  $id) 

Constructor.

Parameters

string $id

The id of the signup.

getData()

getData() : array

Gets the data array.

Returns

array —

The internal data array.

setData()

setData(array  $data) 

Sets the data array.

Parameters

array $data

The data array to store internally.

getName()

getName() : string

Gets the name of this object.

Returns

string —

The object name.