Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit a23903c

Browse files
Add control interface
1 parent 3219d28 commit a23903c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
3+
namespace Pavlusha311245\UnitPhpSdk\Interfaces;
4+
5+
interface ControlInterface
6+
{
7+
// TODO: should be implemented
8+
/**
9+
* Restart an application
10+
*
11+
* @return bool
12+
*/
13+
public function restartApplication(): bool;
14+
}

0 commit comments

Comments
 (0)