You are here

public function SubscriptionInterface::setStartTime in Commerce Recurring Framework 8

Sets the start timestamp.

Parameters

int $timestamp: The start timestamp.

Return value

$this

1 method overrides SubscriptionInterface::setStartTime()
Subscription::setStartTime in src/Entity/Subscription.php
Sets the start timestamp.

File

src/Entity/SubscriptionInterface.php, line 462

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function setStartTime($timestamp);