You are here

public function OpignoAnswerInterface::setCreatedTime in Opigno module 3.x

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

Sets the Answer creation timestamp.

Parameters

int $timestamp: The Answer creation timestamp.

Return value

\Drupal\opigno_module\Entity\OpignoAnswerInterface The called Answer entity.

1 method overrides OpignoAnswerInterface::setCreatedTime()
OpignoAnswer::setCreatedTime in src/Entity/OpignoAnswer.php
Sets the Answer creation timestamp.

File

src/Entity/OpignoAnswerInterface.php, line 41

Class

OpignoAnswerInterface
Provides an interface for defining Answer entities.

Namespace

Drupal\opigno_module\Entity

Code

public function setCreatedTime($timestamp);