PHP 클래스 UserProfileForm, gxc-cms

저자: Svel ([email protected])
상속: extends BaseFormDoctrine
파일 보기 프로젝트 열기: nganhtuan63/gxc-cms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$bio
$birthday_day
$birthday_month
$birthday_year
$display_name
$email
$gender
$location

공개 메소드들

메소드 설명
attributeLabels ( ) Declares attribute labels.
checkEmailValid ( $attribute, $params ) Check if the user updated his email ok or not This is the 'checkEmailValid' validator as declared in rules().
rules ( ) Declares the validation rules.

메소드 상세

attributeLabels() 공개 메소드

Declares attribute labels.
public attributeLabels ( )

checkEmailValid() 공개 메소드

Check if the user updated his email ok or not This is the 'checkEmailValid' validator as declared in rules().
public checkEmailValid ( $attribute, $params )

rules() 공개 메소드

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

프로퍼티 상세

$bio 공개적으로 프로퍼티

public $bio

$birthday_day 공개적으로 프로퍼티

public $birthday_day

$birthday_month 공개적으로 프로퍼티

public $birthday_month

$birthday_year 공개적으로 프로퍼티

public $birthday_year

$display_name 공개적으로 프로퍼티

public $display_name

$email 공개적으로 프로퍼티

public $email

$gender 공개적으로 프로퍼티

public $gender

$location 공개적으로 프로퍼티

public $location