public function MetadataBag::getCreated 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::getCreated()
Gets the created timestamp metadata.
Return value
int Unix timestamp
File
- vendor/
symfony/ http-foundation/ Session/ Storage/ MetadataBag.php, line 123
Class
- MetadataBag
- Metadata container.
Namespace
Symfony\Component\HttpFoundation\Session\StorageCode
public function getCreated() {
return $this->meta[self::CREATED];
}