Page MenuHomec4science

PhabricatorDestructibleCodexInterface.php
No OneTemporary

File Metadata

Created
Fri, Nov 22, 16:09

PhabricatorDestructibleCodexInterface.php

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

Event Timeline