Page MenuHomestyx hydra

PhabricatorTimeGuard.php
No OneTemporary

PhabricatorTimeGuard.php

<?php
final class PhabricatorTimeGuard {
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
Tue, Apr 28, 5:44 PM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1046253
Default Alt Text
PhabricatorTimeGuard.php (235 B)

Event Timeline