You are here

public function ScheduledChange::getCreatedTime in Commerce Recurring Framework 8

Gets the created time.

Return value

string The created time.

File

src/ScheduledChange.php, line 73

Class

ScheduledChange
Represents a scheduled change.

Namespace

Drupal\commerce_recurring

Code

public function getCreatedTime() {
  return $this->created;
}