/**
  * @return \yii\db\ActiveQuery
  */
 public function getAmgenContactLists()
 {
     return $this->hasMany(AmgenContactList::className(), ['workforce_id' => 'id']);
 }
Ejemplo n.º 2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getAttendee()
 {
     return $this->hasOne(AmgenContactList::className(), ['id' => 'attendee_id']);
 }
Ejemplo n.º 3
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getAmgenContactLists()
 {
     return $this->hasMany(AmgenContactList::className(), ['function_Id' => 'ID']);
 }