PHP Class backend\models\RejectApplyForm

Inheritance: extends yii\base\Model
Datei anzeigen Open project: daixianceng/xiaoego.com Class Usage Examples

Public Properties

Property Type Description
$remark

Public Methods

Method 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 method

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 method

public attributeLabels ( )

getApply() public method

public getApply ( ) : Apply
return common\models\Apply

reject() public method

public reject ( $runValidation = true ) : boolean
return boolean

rules() public method

public rules ( )

Property Details

$remark public_oe property

public $remark