PHP Class FeedBackForm

Inheritance: extends CFormModel
显示文件 Open project: yupe/yupe Class Usage Examples

Public Properties

Property Type Description
$email
$name
$phone
$text
$theme
$type
$verifyCode

Public Methods

Method Description
attributeLabels ( ) : array
getEmail ( ) : mixed
getName ( ) : mixed
getPhone ( ) : mixed
getText ( ) : mixed
getTheme ( ) : mixed
getType ( ) : mixed
getTypeList ( ) : array Список возможных типов:
rules ( ) : array

Method Details

attributeLabels() public method

public attributeLabels ( ) : array
return array

getEmail() public method

public getEmail ( ) : mixed
return mixed

getName() public method

public getName ( ) : mixed
return mixed

getPhone() public method

public getPhone ( ) : mixed
return mixed

getText() public method

public getText ( ) : mixed
return mixed

getTheme() public method

public getTheme ( ) : mixed
return mixed

getType() public method

public getType ( ) : mixed
return mixed

getTypeList() public method

Список возможных типов:
public getTypeList ( ) : array
return array

rules() public method

public rules ( ) : array
return array

Property Details

$email public_oe property

public $email

$name public_oe property

public $name

$phone public_oe property

public $phone

$text public_oe property

public $text

$theme public_oe property

public $theme

$type public_oe property

public $type

$verifyCode public_oe property

public $verifyCode