Page MenuHomeDevCentral

TestService.php
No OneTemporary

TestService.php

<?php
namespace Nasqueron\SAAS\Tests\Mocks;
use Nasqueron\SAAS\Service;
class TestService extends Service {
/**
* @var string
*/
private $host;
public function __construct (string $host = '') {
$this->host = $host;
}
public function run () : void {
}
public function isExisting () : bool {
return $this->host === "service.acme.tld";
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Dec 19, 22:17 (9 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3274369
Default Alt Text
TestService.php (403 B)

Event Timeline