You are here

public function LatestActivityInterface::setTimestamp in Opigno Learning path 8

Same name and namespace in other branches
  1. 3.x src/LatestActivityInterface.php \Drupal\opigno_learning_path\LatestActivityInterface::setTimestamp()

Sets the timestamp.

Parameters

int $value: The timestamp.

Return value

\Drupal\opigno_learning_path\LatestActivityInterface The called entity.

1 method overrides LatestActivityInterface::setTimestamp()
LatestActivity::setTimestamp in src/Entity/LatestActivity.php
Sets the timestamp.

File

src/LatestActivityInterface.php, line 108

Class

LatestActivityInterface
Provides an interface defining a LatestActivity entity.

Namespace

Drupal\opigno_learning_path

Code

public function setTimestamp($value);