backend\models\RejectApplyForm::getApply PHP Method

getApply() public method

public getApply ( ) : Apply
return common\models\Apply
    public function getApply()
    {
        return $this->_apply;
    }