/** * @inheritdoc */ public function init() { parent::init(); $this->operation = new CountryOperation(['model' => $this]); }
/** * @inheritdoc */ public function init() { parent::init(); $this->operation = new PostcodeOperation(['model' => $this]); }
/** * @inheritdoc */ public function init() { parent::init(); $this->operation = new DistrictOperation(['model' => $this]); }