We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae366c commit 00beda3Copy full SHA for 00beda3
examples/service.php
@@ -17,7 +17,14 @@
17
18
class MyTestService extends AbstractServiceRunner
19
{
20
- /**
+
21
+ public function __construct(ServiceIdentifier $serviceIdentifier)
22
+ {
23
+ parent::__construct();
24
+ $this->setServiceId($serviceIdentifier);
25
+ }
26
27
+ /**
28
* This function is runnning in loop. The running duration is limited to 30 seconds
29
* @param int $control contains the last control.
30
* @return void
0 commit comments