Exemplo n.º 1
0
 public function getTwitters()
 {
     return $this->hasMany(Twitter::className(), ['moment_id' => 'id']);
 }