Page MenuHomePhorge

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, Jan 19, 13:59 (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125310
Default Alt Text
PhabricatorTimeGuard.php (252 B)

Event Timeline