| 1 | <?php |
||
| 14 | abstract class Utils |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @var \eZ\Publish\API\Repository\Tests\SetupFactory |
||
| 18 | */ |
||
| 19 | public static $setupFactory; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @return \eZ\Publish\API\Repository\Repository |
||
| 23 | */ |
||
| 24 | final public static function getRepository() |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @return \eZ\Publish\API\Repository\Tests\SetupFactory |
||
| 36 | */ |
||
| 37 | protected static function getSetupFactory() |
||
| 41 | } |
||
| 42 |