Page MenuHomec4science

PhabricatorUnlockableInterface.php
No OneTemporary

File Metadata

Created
Wed, Feb 5, 09:43

PhabricatorUnlockableInterface.php

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

Event Timeline