Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F113094326
PhabricatorUIExample.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
Wed, May 14, 23:05
Size
357 B
Mime Type
text/x-php
Expires
Fri, May 16, 23:05 (2 d)
Engine
blob
Format
Raw Data
Handle
26146845
Attached To
rPH Phabricator
PhabricatorUIExample.php
View Options
<?php
abstract
class
PhabricatorUIExample
{
private
$request
;
public
function
setRequest
(
$request
)
{
$this
->
request
=
$request
;
return
$this
;
}
public
function
getRequest
()
{
return
$this
->
request
;
}
abstract
public
function
getName
();
abstract
public
function
getDescription
();
abstract
public
function
renderExample
();
}
Event Timeline
Log In to Comment