Page MenuHomec4science

PhabricatorUnlockableInterface.php
No OneTemporary

File Metadata

Created
Mon, May 5, 20:54

PhabricatorUnlockableInterface.php

<?php
interface PhabricatorUnlockableInterface {
public function newUnlockEngine();
}
// TEMPLATE IMPLEMENTATION /////////////////////////////////////////////////////
/* -( PhabricatorUnlockableInterface )------------------------------------- */
/*
public function newUnlockEngine() {
return new <<<...>>>UnlockEngine();
}
*/

Event Timeline