Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99388333
PhabricatorTimeGuard.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jan 24, 02:48
Size
252 B
Mime Type
text/x-php
Expires
Sun, Jan 26, 02:48 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
23788155
Attached To
rPH Phabricator
PhabricatorTimeGuard.php
View Options
<?php
final
class
PhabricatorTimeGuard
extends
Phobject
{
private
$frameKey
;
public
function
__construct
(
$frame_key
)
{
$this
->
frameKey
=
$frame_key
;
}
public
function
__destruct
()
{
PhabricatorTime
::
popTime
(
$this
->
frameKey
);
}
}
Event Timeline
Log In to Comment