Exemplo n.º 1
0
 public function getReciver()
 {
     return $this->embeddedOne(oOrganization::className(), 'reciver');
 }
Exemplo n.º 2
0
 public function getExecutor()
 {
     return $this->hasOne(oOrganization::className(), 'executor');
 }