Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100970015
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
Tue, Feb 4, 10:10
Size
304 B
Mime Type
text/x-php
Expires
Thu, Feb 6, 10:10 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
24031108
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