Example #1
0
 public function getData()
 {
     return $this->hasOne(ArticleData::className(), ['id' => 'id']);
 }