Example #1
0
 /**
  * @return \app\models\Zvezdnoe
  */
 public function getZvezdnoe()
 {
     $i = $this->getField('zvezdnoe', '');
     if ($i == '') {
         $i = "{data:''}";
     }
     return Zvezdnoe::set($i);
 }