Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119632312
PhabricatorBusyExample.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
Sat, Jun 28, 04:03
Size
304 B
Mime Type
text/x-php
Expires
Mon, Jun 30, 04:03 (2 d)
Engine
blob
Format
Raw Data
Handle
27042194
Attached To
rPH Phabricator
PhabricatorBusyExample.php
View Options
<?php
final
class
PhabricatorBusyExample
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