PHP Class 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
Author: Duck ([email protected])
Show file Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_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.

Public Methods

Method Description
__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.

Method Details

__construct() public method

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

getData() public method

Gets the data array.
public getData ( ) : array
return array The internal data array.

getName() public method

Gets the name of this object.
public getName ( ) : string
return string The object name.

setData() public method

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

Property Details

$_data protected property

Key-value hash that will be serialized.
See also: getData()
protected array $_data
return array

$_name protected property

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