Esempio n. 1
0
 public function getOrders()
 {
     return $this->hasMany(CustomerOrder::className(), ['customer_id' => '_id']);
 }