Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112174543
PhameBlogController.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
Thu, May 8, 13:23
Size
212 B
Mime Type
text/x-php
Expires
Sat, May 10, 13:23 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26027529
Attached To
rPH Phabricator
PhameBlogController.php
View Options
<?php
abstract
class
PhameBlogController
extends
PhameController
{
public
function
buildApplicationMenu
()
{
return
$this
->
newApplicationMenu
()
->
setSearchEngine
(
new
PhameBlogSearchEngine
());
}
}
Event Timeline
Log In to Comment