Exemplo n.º 1
0
 public function getBox()
 {
     return $this->hasOne(Boxes::className(), ['id' => 'box_id']);
 }
Exemplo n.º 2
0
 public function getBoxes()
 {
     return $this->hasMany(Boxes::className(), ['boxtype_id' => 'id']);
 }
Exemplo n.º 3
0
 public function getUserAdoptions()
 {
     return $this->hasMany(Boxes::className(), ['id' => 'adopted_by_id']);
 }