Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F115501376
PhabricatorDestructableInterface.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
Sun, Jun 1, 10:32
Size
436 B
Mime Type
text/x-php
Expires
Tue, Jun 3, 10:32 (2 d)
Engine
blob
Format
Raw Data
Handle
26496911
Attached To
rPH Phabricator
PhabricatorDestructableInterface.php
View Options
<?php
interface
PhabricatorDestructableInterface
{
public
function
destroyObjectPermanently
(
PhabricatorDestructionEngine
$engine
);
}
// TEMPLATE IMPLEMENTATION /////////////////////////////////////////////////////
/* -( PhabricatorDestructableInterface )----------------------------------- */
/*
public function destroyObjectPermanently(
PhabricatorDestructionEngine $engine) {
<<<$this->nuke();>>>
}
*/
Event Timeline
Log In to Comment