Page MenuHomec4science

PhabricatorDestructibleCodexInterface.php
No OneTemporary

File Metadata

Created
Thu, Mar 20, 02:28

PhabricatorDestructibleCodexInterface.php

<?php
interface PhabricatorDestructibleCodexInterface {
public function newDestructibleCodex();
}
// TEMPLATE IMPLEMENTATION /////////////////////////////////////////////////////
/* -( PhabricatorDestructibleCodexInterface )------------------------------ */
/*
public function newDestructibleCodex() {
return new <<...>>DestructibleCodex();
}
*/

Event Timeline