예제 #1
0
파일: Twitter.php 프로젝트: smbale/eyew
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getMoment()
 {
     return $this->hasOne(Moment::className(), ['id' => 'moment_id']);
 }