Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1085899
PhabricatorNotificationStatusView.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
563 B
Referenced Files
None
Subscribers
None
PhabricatorNotificationStatusView.php
View Options
<?php
final
class
PhabricatorNotificationStatusView
extends
AphrontTagView
{
protected
function
getTagAttributes
()
{
if
(!
$this
->
getID
())
{
$this
->
setID
(
celerity_generate_unique_node_id
());
}
Javelin
::
initBehavior
(
'aphlict-status'
,
array
(
'nodeID'
=>
$this
->
getID
(),
'pht'
=>
array
(
'setup'
=>
pht
(
'Setting Up Client'
),
'open'
=>
pht
(
'Connected'
),
'closed'
=>
pht
(
'Disconnected'
),
),
));
return
array
(
'class'
=>
'aphlict-connection-status'
,
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 30, 12:39 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
269034
Default Alt Text
PhabricatorNotificationStatusView.php (563 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment