Documentation

Horde_Core_Auth_Signup_SqlObject
in package

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

Tags
author

Duck duck@obala.net

category

Horde

license

http://opensource.org/licenses/lgpl-2.1.php LGPL

Table of Contents

Properties

$_data  : array<string|int, mixed>
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.

Methods

__construct()  : mixed
Constructor.
getData()  : array<string|int, mixed>
Gets the data array.
getName()  : string
Gets the name of this object.
setData()  : mixed
Sets the data array.

Properties

$_data

Key-value hash that will be serialized.

protected array<string|int, mixed> $_data = array()
Tags
see
getData()

$_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

Methods

__construct()

Constructor.

public __construct(string $id) : mixed
Parameters
$id : string

The id of the signup.

getData()

Gets the data array.

public getData() : array<string|int, mixed>
Return values
array<string|int, mixed>

The internal data array.

getName()

Gets the name of this object.

public getName() : string
Return values
string

The object name.

setData()

Sets the data array.

public setData(array<string|int, mixed> $data) : mixed
Parameters
$data : array<string|int, mixed>

The data array to store internally.


        
On this page

Search results