Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108720141
DrydockBlueprintScopeGuard.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, Apr 18, 03:55
Size
244 B
Mime Type
text/x-php
Expires
Sun, Apr 20, 03:55 (2 d)
Engine
blob
Format
Raw Data
Handle
25601237
Attached To
rPH Phabricator
DrydockBlueprintScopeGuard.php
View Options
<?php
final
class
DrydockBlueprintScopeGuard
{
public
function
__construct
(
DrydockBlueprintImplementation
$blueprint
)
{
$this
->
blueprint
=
$blueprint
;
}
public
function
__destruct
()
{
$this
->
blueprint
->
popActiveScope
();
}
}
Event Timeline
Log In to Comment