|
|
@@ -14,7 +14,7 @@ use common\logic\User\User\User; |
|
|
|
use yii\db\Query; |
|
|
|
|
|
|
|
/** |
|
|
|
* Solver : |
|
|
|
* @see OrderSolver |
|
|
|
* @method string getFieldNameAmount($typeTotal = Order::AMOUNT_TOTAL, string $typeField = '') |
|
|
|
* @method float getOrderTotalVat(Order $order, string $typeTotal = Order::AMOUNT_TOTAL) |
|
|
|
* @method string|null getPaymentStatus(Order $order) |
|
|
@@ -37,7 +37,7 @@ use yii\db\Query; |
|
|
|
* @method bool isOrderBelongsToUser(Order $order, User $user = null) |
|
|
|
* @method string getDataJson(Order $order) |
|
|
|
* |
|
|
|
* Repository : |
|
|
|
* @see OrderRepository |
|
|
|
* @method array defaultOptionsSearch() |
|
|
|
* @method Order|null findOneById(int $id) |
|
|
|
* @method array findBy(array $params = [], array $options = []) |
|
|
@@ -48,7 +48,7 @@ use yii\db\Query; |
|
|
|
* @method string getAmountSummary(Order $order) |
|
|
|
* @method string getState(Order $order) |
|
|
|
* |
|
|
|
* Builder : |
|
|
|
* @see OrderBuilder |
|
|
|
* @method Order instanciateOrder(Distribution $distribution) |
|
|
|
* @method Order createOrder(Distribution $distribution) |
|
|
|
* @method Order|null createOrderFromSubscription(Subscription $subscription, string $date, bool $force = false) |