PHP 클래스 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
저자: Duck ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_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.

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

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

getData() 공개 메소드

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

getName() 공개 메소드

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

setData() 공개 메소드

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

프로퍼티 상세

$_data 보호되어 있는 프로퍼티

Key-value hash that will be serialized.
또한 보기: getData()
protected array $_data
리턴 array

$_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
리턴 string