You are here

public function LPStatusInterface::setFinished in Opigno Learning path 3.x

Same name and namespace in other branches
  1. 8 src/LPStatusInterface.php \Drupal\opigno_learning_path\LPStatusInterface::setFinished()

Sets the training finished timestamp.

Parameters

int $timestamp: The timestamp.

Return value

\Drupal\opigno_learning_path\LatestActivityInterface The called entity.

1 method overrides LPStatusInterface::setFinished()
LPStatus::setFinished in src/Entity/LPStatus.php
Sets the training finished timestamp.

File

src/LPStatusInterface.php, line 147

Class

LPStatusInterface
Provides an interface defining a User Learning Path Attempt Status entity.

Namespace

Drupal\opigno_learning_path

Code

public function setFinished($timestamp);