common\models\ApplyGoods::getApply PHP Method

getApply() public method

public getApply ( ) : ActiveQuery
return yii\db\ActiveQuery
    public function getApply()
    {
        return $this->hasOne(Apply::className(), ['id' => 'apply_id']);
    }