Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110850994
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
Mon, Apr 28, 10:46
Size
230 B
Mime Type
text/x-php
Expires
Wed, Apr 30, 10:46 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25856389
Attached To
rPH Phabricator
DrydockBlueprintScopeGuard.php
View Options
<?php
final
class
DrydockBlueprintScopeGuard
{
public
function
__construct
(
DrydockBlueprint
$blueprint
)
{
$this
->
blueprint
=
$blueprint
;
}
public
function
__destruct
()
{
$this
->
blueprint
->
popActiveScope
();
}
}
Event Timeline
Log In to Comment