[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/system/interface/ -> PhabricatorDestructibleInterface.php (source)

   1  <?php
   2  
   3  interface PhabricatorDestructibleInterface {
   4  
   5    public function destroyObjectPermanently(
   6      PhabricatorDestructionEngine $engine);
   7  
   8  }
   9  
  10  
  11  // TEMPLATE IMPLEMENTATION /////////////////////////////////////////////////////
  12  
  13  
  14  /* -(  PhabricatorDestructibleInterface  )----------------------------------- */
  15  /*
  16  
  17    public function destroyObjectPermanently(
  18      PhabricatorDestructionEngine $engine) {
  19  
  20      <<<$this->nuke();>>>
  21  
  22    }
  23  
  24  */


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1