mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-21 06:08:54 -04:00
8 lines
No EOL
202 B
PHP
8 lines
No EOL
202 B
PHP
<?php
|
|
|
|
namespace Test\Monitoring\Testlib\Datasource\Strategies;
|
|
|
|
interface SetupStrategy {
|
|
public function setup($version = null, $resource = null);
|
|
public function teardown($resource = null);
|
|
} |