istic-openstack/server/vendor/php-opencloud/common/tests/integration/SampleManagerInterface.php
2016-03-21 06:47:01 +01:00

10 lines
169 B
PHP
Executable file

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