istic-openstack/server/vendor/php-opencloud/common/tests/integration/SampleManagerInterface.php

11 lines
169 B
PHP
Raw Normal View History

2016-03-09 15:36:02 +01:00
<?php
2016-03-23 15:30:47 +01:00
namespace OpenCloud\Integration;
2016-03-09 15:36:02 +01:00
interface SampleManagerInterface
{
public function write($path, array $replacements);
public function deletePaths();
}