Page MenuHomeDevCentral

Service.php
No OneTemporary

Service.php

<?php
namespace Nasqueron\Notifications\Config\Services;
class Service {
/**
* @var string
*/
public $gate;
/**
* @var string
*/
public $door;
/**
* @var string
*/
public $instance;
/**
* @var string
*/
public $secret;
/**
* Gets instance name
*
* @return string The instance name or "ø" if omitted
*/
public function getInstanceName () : string {
if (!isset($this->instance)) {
return "ø";
}
return $this->instance;
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, May 1, 02:48 (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2573481
Default Alt Text
Service.php (570 B)

Event Timeline