File tree Expand file tree Collapse file tree 22 files changed +146
-83
lines changed Expand file tree Collapse file tree 22 files changed +146
-83
lines changed Original file line number Diff line number Diff line change 1010namespace PHPShopify ;
1111
1212
13- /*
13+ /**
1414 * --------------------------------------------------------------------------
1515 * Article -> Child Resources
1616 * --------------------------------------------------------------------------
17- * @property-read ShopifyResource $Event
17+ * @property-read Event $Event
18+ * @property-read Metafield $Metafield
1819 *
19- * @method ShopifyResource Event(integer $id = null)
20+ * @method Event Event(integer $id = null)
21+ * @method Metafield Metafield(integer $id = null)
2022 *
2123 */
2224class Article extends ShopifyResource
Original file line number Diff line number Diff line change 99
1010namespace PHPShopify ;
1111
12- /*
12+ /**
1313 * --------------------------------------------------------------------------
1414 * Blog -> Child Resources
1515 * --------------------------------------------------------------------------
16- * @property-read ShopifyResource $Article
17- * @property-read ShopifyResource $Event
18- * @property-read ShopifyResource $Metafield
16+ * @property-read Article $Article
17+ * @property-read Event $Event
18+ * @property-read Metafield $Metafield
1919 *
20- * @method ShopifyResource Article(integer $id = null)
21- * @method ShopifyResource Event(integer $id = null)
22- * @method ShopifyResource Metafield(integer $id = null)
20+ * @method Article Article(integer $id = null)
21+ * @method Event Event(integer $id = null)
22+ * @method Metafield Metafield(integer $id = null)
2323 *
2424 */
2525class Blog extends ShopifyResource
Original file line number Diff line number Diff line change 1010namespace PHPShopify ;
1111
1212
13- /*
13+ /**
1414 *
1515 * --------------------------------------------------------------------------
1616 * Comment -> Child Resources
1717 * --------------------------------------------------------------------------
18- * @property-read ShopifyResource $Event
18+ * @property-read Event $Event
1919 *
20- * @method ShopifyResource Event(integer $id = null)
20+ * @method Event Event(integer $id = null)
2121 *
2222 * --------------------------------------------------------------------------
2323 * Comment -> Custom actions
Original file line number Diff line number Diff line change 1010namespace PHPShopify ;
1111
1212
13- /*
13+ /**
1414 * --------------------------------------------------------------------------
1515 * Country -> Child Resources
1616 * --------------------------------------------------------------------------
17- * @property-read ShopifyResource $Province
17+ * @property-read Province $Province
1818 *
19- * @method ShopifyResource Province(integer $id = null)
19+ * @method Province Province(integer $id = null)
2020 *
2121 */
2222class Country extends ShopifyResource
Original file line number Diff line number Diff line change 1010namespace PHPShopify ;
1111
1212
13- /*
13+ /**
1414 * --------------------------------------------------------------------------
1515 * CustomCollection -> Child Resources
1616 * --------------------------------------------------------------------------
17- * @property-read ShopifyResource $Event
18- * @property-read ShopifyResource $Metafield
17+ * @property-read Event $Event
18+ * @property-read Metafield $Metafield
1919 *
20- * @method ShopifyResource Event(integer $id = null)
21- * @method ShopifyResource Metafield(integer $id = null)
20+ * @method Event Event(integer $id = null)
21+ * @method Metafield Metafield(integer $id = null)
2222 *
2323 */
2424class CustomCollection extends ShopifyResource
Original file line number Diff line number Diff line change 1010namespace PHPShopify ;
1111
1212
13- /*
13+ /**
1414 * --------------------------------------------------------------------------
1515 * Customer -> Child Resources
1616 * --------------------------------------------------------------------------
17- * @property-read ShopifyResource $Address
18- * @property-read ShopifyResource $Metafield
17+ * @property-read CustomerAddress $Address
18+ * @property-read Metafield $Metafield
1919 *
20- * @method ShopifyResource Address(integer $id = null)
21- * @method ShopifyResource Metafield(integer $id = null)
20+ * @method CustomerAddress Address(integer $id = null)
21+ * @method Metafield Metafield(integer $id = null)
2222 * --------------------------------------------------------------------------
2323 * Customer -> Custom actions
2424 * --------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1010namespace PHPShopify ;
1111
1212
13- /*
13+ /**
1414 * --------------------------------------------------------------------------
1515 * CustomerAddress -> Custom actions
1616 * --------------------------------------------------------------------------
1717 * @method array makeDefault() Sets the address as default for the customer
18- * @method array set($params) Perform bulk operations against a number of addresses
1918 *
2019 */
2120class CustomerAddress extends ShopifyResource
Original file line number Diff line number Diff line change 1010namespace PHPShopify ;
1111
1212
13- /*
13+ /**
1414 * --------------------------------------------------------------------------
1515 * CustomerSavedSearch -> Child Resources
1616 * --------------------------------------------------------------------------
17- * @property-read ShopifyResource $Customer
17+ * @property-read Customer $Customer
1818 *
19- * @method ShopifyResource Customer(integer $id = null)
19+ * @method Customer Customer(integer $id = null)
2020 *
2121 */
2222class CustomerSavedSearch extends ShopifyResource
Original file line number Diff line number Diff line change 1010namespace PHPShopify ;
1111
1212
13- /*
13+ /**
1414 * --------------------------------------------------------------------------
1515 * Discount -> Custom actions
1616 * --------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1010namespace PHPShopify ;
1111
1212
13- /*
13+ /**
1414 * --------------------------------------------------------------------------
1515 * Fulfillment -> Child Resources
1616 * --------------------------------------------------------------------------
17- * @property-read ShopifyResource $Event
17+ * @property-read Event $Event
1818 *
19- * @method ShopifyResource Event(integer $id = null)
19+ * @method Event Event(integer $id = null)
2020 *
2121 * --------------------------------------------------------------------------
2222 * Fulfillment -> Custom actions
You can’t perform that action at this time.
0 commit comments