Example #1
0
 public function getDebiteur()
 {
     return $this->hasOne(Debiteur::className(), ['debiteurid' => 'debiteurid']);
 }