public function MetadataBag::getLastUsed in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-foundation/Session/Storage/MetadataBag.php \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag::getLastUsed()
Gets the last used metadata.
Return value
int Unix timestamp
File
- vendor/
symfony/ http-foundation/ Session/ Storage/ MetadataBag.php, line 133
Class
- MetadataBag
- Metadata container.
Namespace
Symfony\Component\HttpFoundation\Session\StorageCode
public function getLastUsed() {
return $this->lastUsed;
}