Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2890258
PhabricatorDaemon.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
460 B
Referenced Files
None
Subscribers
None
PhabricatorDaemon.php
View Options
<?php
abstract
class
PhabricatorDaemon
extends
PhutilDaemon
{
protected
function
willRun
(
)
{
parent
::
willRun
(
)
;
$phabricator
=
phutil_get_library_root
(
'phabricator'
)
;
$root
=
dirname
(
$phabricator
)
;
require_once
$root
.
'/scripts/__init_script__.php'
;
}
protected
function
willSleep
(
$duration
)
{
LiskDAO
::
closeAllConnections
(
)
;
return
;
}
public
function
getViewer
(
)
{
return
PhabricatorUser
::
getOmnipotentUser
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 13:16 (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124988
Default Alt Text
PhabricatorDaemon.php (460 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment