common\models\OrderAddress::getOrder PHP Method

getOrder() public method

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