Class SQLObject_Signup

Description

Extension of the SQLObject class for storing Signup information in the SQL driver. If you want to store specialized Signup information, you should extend this class instead of extending SQLObject directly.

Located in /Auth/Auth/Signup/sql.php (line 301)


	
			
Variable Summary
 array $data
 string $name
Method Summary
 SQLObject_Signup SQLObject_Signup (string $id)
 array getData ()
 string getName ()
 void setData (array $data)
Variables
array $data = array() (line 309)

Key-value hash that will be serialized.

string $name (line 318)

The unique name of this object.

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

Methods
Constructor SQLObject_Signup (line 327)

The SQLObject_Signup constructor. Just makes sure to call the parent constructor so that the signup's is is set properly.

SQLObject_Signup SQLObject_Signup (string $id)
  • string $id: The id of the signup.
getData (line 341)

Gets the data array.

  • return: The internal data array.
array getData ()
getName (line 374)

Gets the name of this object.

  • return: The object name.
string getName ()
setData (line 351)

Sets the data array.

void setData (array $data)
  • array $data: The data array to store internally.

Documentation generated on Sun, 30 Jan 2011 05:21:47 +0000 by phpDocumentor 1.4.3