Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2890436
PhameBlogListController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
531 B
Referenced Files
None
Subscribers
None
PhameBlogListController.php
View Options
<?php
final
class
PhameBlogListController
extends
PhameBlogController
{
public
function
shouldAllowPublic
(
)
{
return
true
;
}
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
PhameBlogSearchEngine
(
)
)
->
setController
(
$this
)
->
buildResponse
(
)
;
}
protected
function
buildApplicationCrumbs
(
)
{
$crumbs
=
parent
::
buildApplicationCrumbs
(
)
;
id
(
new
PhameBlogEditEngine
(
)
)
->
setViewer
(
$this
->
getViewer
(
)
)
->
addActionToCrumbs
(
$crumbs
)
;
return
$crumbs
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 13:35 (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125111
Default Alt Text
PhameBlogListController.php (531 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment