Esempio n. 1
0
 public function getSectTitle()
 {
     return $this->hasOne(Sect::className(), ['Name' => 'sectRecName']);
 }
Esempio n. 2
0
File: Risk.php Progetto: poykub/wph
 public function getMainReferTitle()
 {
     return $this->hasOne(Sect::className(), ['Code' => 'mainRefer']);
 }