Page MenuHomec4science

PhabricatorPolicyCodexInterface.php
No OneTemporary

File Metadata

Created
Sun, Oct 6, 22:07

PhabricatorPolicyCodexInterface.php

<?php
interface PhabricatorPolicyCodexInterface {
public function newPolicyCodex();
}
// TEMPLATE IMPLEMENTATION /////////////////////////////////////////////////////
/* -( PhabricatorPolicyCodexInterface )------------------------------------ */
/*
public function newPolicyCodex() {
return new <<...>>PolicyCodex();
}
*/

Event Timeline