PHP Class UserProfileForm, gxc-cms

Author: Svel ([email protected])
Inheritance: extends BaseFormDoctrine
Exibir arquivo Open project: nganhtuan63/gxc-cms Class Usage Examples

Public Properties

Property Type Description
$bio
$birthday_day
$birthday_month
$birthday_year
$display_name
$email
$gender
$location

Public Methods

Method Description
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.

Method Details

attributeLabels() public method

Declares attribute labels.
public attributeLabels ( )

checkEmailValid() public method

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

rules() public method

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

Property Details

$bio public_oe property

public $bio

$birthday_day public_oe property

public $birthday_day

$birthday_month public_oe property

public $birthday_month

$birthday_year public_oe property

public $birthday_year

$display_name public_oe property

public $display_name

$email public_oe property

public $email

$gender public_oe property

public $gender

$location public_oe property

public $location