PHP 클래스 UserCreateForm, gxc-cms

Copyright (C) 2004 Thomas Reynolds This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
저자: Thomas Reynolds ([email protected])
상속: extends ActionForm
파일 보기 프로젝트 열기: nganhtuan63/gxc-cms

공개 프로퍼티들

프로퍼티 타입 설명
$display_name
$email
$password
$username

공개 메소드들

메소드 설명
attributeLabels ( ) Declares attribute labels.
rules ( ) Declares the validation rules.

메소드 상세

attributeLabels() 공개 메소드

Declares attribute labels.
public attributeLabels ( )

rules() 공개 메소드

The rules state that username and password are required, and password needs to be authenticated.
public rules ( )

프로퍼티 상세

$display_name 공개적으로 프로퍼티

public $display_name

$email 공개적으로 프로퍼티

public $email

$password 공개적으로 프로퍼티

public $password

$username 공개적으로 프로퍼티

public $username