Stub_Test_Model_District::countryOffshore PHP Метод

countryOffshore() публичный Метод

public countryOffshore ( )
    public function countryOffshore()
    {
        return $this->belongsToThrough(Stub_Test_Model_Country::class, [[Stub_Test_Model_Offshore_State::class, 'state_id']]);
    }
Stub_Test_Model_District