You are here

public function WishlistPurchase::getPurchasedTime in Commerce Wishlist 8.3

Gets the purchased timestamp.

Return value

int The purchased timestamp.

File

src/WishlistPurchase.php, line 88

Class

WishlistPurchase
Provides a value object for wishlist purchases.

Namespace

Drupal\commerce_wishlist

Code

public function getPurchasedTime() {
  return $this->purchased;
}