Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / includes/abstracts/abstract-wc-data.php / Page 4

WC_Data::get_data()

Method: Returns all data for this object.

Source: includes/abstracts/abstract-wc-data.php:248

Used by 1 function | Uses 2 functions

WC_Data::get_data_keys()

Method: Returns array of expected data keys for this object.

Source: includes/abstracts/abstract-wc-data.php:258

Used by 0 functions | Uses 0 functions

WC_Data::get_extra_data_keys()

Method: Returns all “extra” data keys for an object (for sub objects like product types).

Source: includes/abstracts/abstract-wc-data.php:268

Used by 0 functions | Uses 0 functions

WC_Data::__construct()

Method: Default constructor.

Source: includes/abstracts/abstract-wc-data.php:115

Used by 5 functions | Uses 0 functions

WC_Data::__sleep()

Method: Only store the object ID to avoid serializing the data object instance.

Source: includes/abstracts/abstract-wc-data.php:125

Used by 0 functions | Uses 0 functions

WC_Data::__wakeup()

Method: Re-run the constructor with the object ID.

Source: includes/abstracts/abstract-wc-data.php:134

Used by 0 functions | Uses 3 functions

WC_Data::__clone()

Method: When the object is cloned, make sure meta is duplicated correctly.

Source: includes/abstracts/abstract-wc-data.php:148

Used by 0 functions | Uses 1 function

WC_Data::get_data_store()

Method: Get the data store.

Source: includes/abstracts/abstract-wc-data.php:166

Used by 0 functions | Uses 0 functions

WC_Data::get_id()

Method: Returns the unique ID for this object.

Source: includes/abstracts/abstract-wc-data.php:176

Used by 5 functions | Uses 0 functions

WC_Data::delete()

Method: Delete an object, set the ID to 0, and return result.

Source: includes/abstracts/abstract-wc-data.php:187

Used by 0 functions | Uses 1 function
« Previous 1 … 3 4 5 Next »
Proudly powered by WordPress