Sets the timestamp of the last entity change for the current translation.
int $timestamp: The timestamp of the last entity save operation.
$this
public function setChangedTime($timestamp) { $this->set('changed', $timestamp); return $this; }