Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F430367
PhabricatorNotificationController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
501 B
Referenced Files
None
Subscribers
None
PhabricatorNotificationController.php
View Options
<?php
abstract
class
PhabricatorNotificationController
extends
PhabricatorController
{
public
function
buildStandardPageResponse
(
$view
,
array
$data
)
{
$page
=
$this
->
buildStandardPageView
();
$page
->
setApplicationName
(
pht
(
'Notification'
));
$page
->
setBaseURI
(
'/notification/'
);
$page
->
setTitle
(
idx
(
$data
,
'title'
));
$page
->
setGlyph
(
'!'
);
$page
->
appendChild
(
$view
);
$response
=
new
AphrontWebpageResponse
();
return
$response
->
setContent
(
$page
->
render
());
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 3, 10:25 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
60197
Default Alt Text
PhabricatorNotificationController.php (501 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment