Beispiel #1
0
 public function getSectTitle()
 {
     return $this->hasOne(Sect::className(), ['Name' => 'sectRecName']);
 }
Beispiel #2
0
 public function getMainReferTitle()
 {
     return $this->hasOne(Sect::className(), ['Code' => 'mainRefer']);
 }