Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F7577948
Service.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
570 B
Referenced Files
None
Subscribers
None
Service.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rNOTIF Notifications center
Attached
Detach File
Event Timeline
Log In to Comment