Page MenuHomePhabricator

PhabricatorTimeGuard.php
No OneTemporary

PhabricatorTimeGuard.php

<?php
final class PhabricatorTimeGuard extends Phobject {
private $frameKey;
public function __construct($frame_key) {
$this->frameKey = $frame_key;
}
public function __destruct() {
PhabricatorTime::popTime($this->frameKey);
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Dec 4, 8:50 AM (1 d, 21 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8185054
Default Alt Text
PhabricatorTimeGuard.php (252 B)

Event Timeline