Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F451579
PhabricatorSystemActionLog.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
502 B
Referenced Files
None
Subscribers
None
PhabricatorSystemActionLog.php
View Options
<?php
final
class
PhabricatorSystemActionLog
extends
PhabricatorSystemDAO
{
protected
$actorHash
;
protected
$actorIdentity
;
protected
$action
;
protected
$score
;
protected
$epoch
;
public
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_TIMESTAMPS
=>
false
,
)
+
parent
::
getConfiguration
();
}
public
function
setActorIdentity
(
$identity
)
{
$this
->
setActorHash
(
PhabricatorHash
::
digestForIndex
(
$identity
));
return
parent
::
setActorIdentity
(
$identity
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 10:32 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
68327
Default Alt Text
PhabricatorSystemActionLog.php (502 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment