Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102510226
PhabricatorSystemActionLog.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
Fri, Feb 21, 11:39
Size
502 B
Mime Type
text/x-php
Expires
Sun, Feb 23, 11:39 (2 d)
Engine
blob
Format
Raw Data
Handle
24338830
Attached To
rPH Phabricator
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
);
}
}
Event Timeline
Log In to Comment