Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
noumo committed May 28, 2015
1 parent b414fe6 commit 81ff193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shopcart/api/Shopcart.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @package yii\easyii\modules\shopcart\api
*
* @method static GoodObject goods() Get list of added to shopcart goods as GoodObject objects.
* @method static OrderObject get(mixed $id_slug) Get an order by id as OrderObject
* @method static OrderObject order(int $id) Get an order by id as OrderObject
* @method static string form(array $options = []) Returns fully worked standalone html form to complete order.
* @method static array add(int $item_id, int $count = 1, string $options = '', boolean $increaseOnDuplicate = true) Adds item to shopcart, returns GoodObject attributes
* @method static array remove(int $good_id) Removes good to shopcart
Expand Down

0 comments on commit 81ff193

Please sign in to comment.