Пример #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getContactMoment()
 {
     return $this->hasOne(ContactMoment::className(), ['id' => 'contact_moment_id']);
 }
Пример #2
0
 public function getContactMoments()
 {
     return $this->hasMany(ContactMoment::className(), ['customer_id' => 'customer_id']);
 }