Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103717025
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
Tue, Mar 4, 06:27
Size
436 B
Mime Type
text/x-php
Expires
Thu, Mar 6, 06:27 (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
24648028
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