Gets the last used metadata.
Return value
integer Unix timestamp
File
- drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php, line 123
Class
- MetadataBag
- Metadata container.
Namespace
Symfony\Component\HttpFoundation\Session\Storage
Code
public function getLastUsed() {
return $this->lastUsed;
}