Ejemplo n.º 1
0
 public function getTweet()
 {
     return $this->hasOne(Tweet::className(), ['id' => 'target_id']);
 }