Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96168416
PhabricatorBusyUIExample.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Dec 23, 09:40
Size
306 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 09:40 (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
23137397
Attached To
rPH Phabricator
PhabricatorBusyUIExample.php
View Options
<?php
final
class
PhabricatorBusyUIExample
extends
PhabricatorUIExample
{
public
function
getName
()
{
return
'Busy'
;
}
public
function
getDescription
()
{
return
'Busy.'
;
}
public
function
renderExample
()
{
Javelin
::
initBehavior
(
'phabricator-busy-example'
);
return
null
;
}
}
Event Timeline
Log In to Comment