Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119790852
PhabricatorConduitLogController.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
Sun, Jun 29, 10:18
Size
268 B
Mime Type
text/x-php
Expires
Tue, Jul 1, 10:18 (2 d)
Engine
blob
Format
Raw Data
Handle
27064940
Attached To
rPH Phabricator
PhabricatorConduitLogController.php
View Options
<?php
final
class
PhabricatorConduitLogController
extends
PhabricatorConduitController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
PhabricatorConduitLogSearchEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
}
Event Timeline
Log In to Comment