Exemple #1
0
 public function getService()
 {
     return $this->hasOne(Service::className(), ['id' => 'serviceId']);
 }
Exemple #2
0
 public function getServices()
 {
     return $this->hasMany(Service::className(), ['id' => 'parentId']);
 }