Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F18126555
TestService.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
403 B
Referenced Files
None
Subscribers
None
TestService.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Fri, Dec 19, 22:17 (14 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3274369
Default Alt Text
TestService.php (403 B)
Attached To
Mode
rSAASSVC SaaS base entry point
Attached
Detach File
Event Timeline
Log In to Comment