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. |
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. |
public __construct ( string $id ) | ||
$id | string | The id of the signup. |
protected array $_data | ||
return | array |
protected string $_name | ||
return | string |