Page MenuHomePhorge

PhabricatorSystemActionLog.php
No OneTemporary

Size
502 B
Referenced Files
None
Subscribers
None

PhabricatorSystemActionLog.php

<?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

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)

Event Timeline