istic-openstack/server/vendor/php-opencloud/common/tests/integration/SampleManagerInterface.php
manzerbredes 53f65de9d4 Test
2016-03-28 12:17:43 +02:00

10 lines
169 B
PHP
Executable file

<?php
namespace OpenCloud\Integration;
interface SampleManagerInterface
{
public function write($path, array $replacements);
public function deletePaths();
}