예제 #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCellNumbers()
 {
     return $this->hasMany(CellNumbers::className(), ['employee_id' => 'id']);
 }