Пример #1
0
 public static function findByOrderId($oderId)
 {
     return OrderItem::findByOrderId($oderId);
 }