You are here

public function OpignoActivityInterface::setCreatedTime in Opigno module 8

Same name and namespace in other branches
  1. 3.x src/Entity/OpignoActivityInterface.php \Drupal\opigno_module\Entity\OpignoActivityInterface::setCreatedTime()

Sets the Activity creation timestamp.

Parameters

int $timestamp: The Activity creation timestamp.

Return value

\Drupal\opigno_module\Entity\OpignoActivityInterface The called Activity entity.

1 method overrides OpignoActivityInterface::setCreatedTime()
OpignoActivity::setCreatedTime in src/Entity/OpignoActivity.php
Sets the Activity creation timestamp.

File

src/Entity/OpignoActivityInterface.php, line 68

Class

OpignoActivityInterface
Provides an interface for defining Activity entities.

Namespace

Drupal\opigno_module\Entity

Code

public function setCreatedTime($timestamp);