Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F448024
PhabricatorSlowvoteController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
515 B
Referenced Files
None
Subscribers
None
PhabricatorSlowvoteController.php
View Options
<?php
/**
* @group slowvote
*/
abstract
class
PhabricatorSlowvoteController
extends
PhabricatorController
{
public
function
buildStandardPageResponse
(
$view
,
array
$data
)
{
$page
=
$this
->
buildStandardPageView
();
$page
->
setApplicationName
(
'Slowvote'
);
$page
->
setBaseURI
(
'/vote/'
);
$page
->
setTitle
(
idx
(
$data
,
'title'
));
$page
->
setGlyph
(
"
\x
E2
\x
9C
\x
94"
);
$page
->
appendChild
(
$view
);
$response
=
new
AphrontWebpageResponse
();
return
$response
->
setContent
(
$page
->
render
());
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 5:43 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
66222
Default Alt Text
PhabricatorSlowvoteController.php (515 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment