PHP 클래스 backend\models\RejectApplyForm

상속: extends yii\base\Model
파일 보기 프로젝트 열기: daixianceng/xiaoego.com 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$remark

공개 메소드들

메소드 설명
__construct ( string $id, array $config = [] ) Creates a form model given an apply id.
attributeLabels ( )
getApply ( ) : Apply
reject ( $runValidation = true ) : boolean
rules ( )

메소드 상세

__construct() 공개 메소드

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 attributeLabels ( )

getApply() 공개 메소드

public getApply ( ) : Apply
리턴 common\models\Apply

reject() 공개 메소드

public reject ( $runValidation = true ) : boolean
리턴 boolean

rules() 공개 메소드

public rules ( )

프로퍼티 상세

$remark 공개적으로 프로퍼티

public $remark