예제 #1
0
 public function getReciver()
 {
     return $this->embeddedOne(oOrganization::className(), 'reciver');
 }
예제 #2
0
 public function getExecutor()
 {
     return $this->hasOne(oOrganization::className(), 'executor');
 }