PHP Class backend\models\RejectApplyForm

Inheritance: extends yii\base\Model
Afficher le fichier Open project: daixianceng/xiaoego.com Class Usage Examples

Méthodes publiques

Свойство Type Description
$remark

Méthodes publiques

Méthode Description
__construct ( string $id, array $config = [] ) Creates a form model given an apply id.
attributeLabels ( )
getApply ( ) : Apply
reject ( $runValidation = true ) : boolean
rules ( )

Method Details

__construct() public méthode

Creates a form model given an apply id.
public __construct ( string $id, array $config = [] )
$id string
$config array name-value pairs that will be used to initialize the object properties

attributeLabels() public méthode

public attributeLabels ( )

getApply() public méthode

public getApply ( ) : Apply
Résultat common\models\Apply

reject() public méthode

public reject ( $runValidation = true ) : boolean
Résultat boolean

rules() public méthode

public rules ( )

Property Details

$remark public_oe property

public $remark