You are here

public function OrgInterface::setCreatedTime in RedHen CRM 8

Sets the Org creation timestamp.

Parameters

int $timestamp: The Org creation timestamp.

Return value

\Drupal\redhen_org\OrgInterface The called Org entity.

1 method overrides OrgInterface::setCreatedTime()
Org::setCreatedTime in modules/redhen_org/src/Entity/Org.php
Sets the Org creation timestamp.

File

modules/redhen_org/src/OrgInterface.php, line 39

Class

OrgInterface
Provides an interface for defining Org entities.

Namespace

Drupal\redhen_org

Code

public function setCreatedTime($timestamp);