Page MenuHome GnuPG

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
Sun, Feb 15, 3:45 PM (14 h, 16 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
48/43/17c598c0a7bcac0c4ce519d33600

Event Timeline