Пример #1
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->operation = new CountryOperation(['model' => $this]);
 }
Пример #2
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->operation = new PostcodeOperation(['model' => $this]);
 }
Пример #3
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->operation = new DistrictOperation(['model' => $this]);
 }