Exemplo n.º 1
0
 public function getAddress_to()
 {
     return $this->hasOne(tOrganization::className(), ['id' => 'idAddressTo']);
 }
Exemplo n.º 2
0
 public function getExecutor()
 {
     return $this->hasOne(tOrganization::className(), ['id' => 'idExecutor']);
 }