3 final class DiffusionPreCommitRefPusherHeraldField
4 extends DiffusionPreCommitRefHeraldField
{
6 const FIELDCONST
= 'diffusion.pre.ref.pusher';
8 public function getHeraldFieldName() {
12 public function getHeraldFieldValue($object) {
13 return $this->getAdapter()->getHookEngine()->getViewer()->getPHID();
16 protected function getHeraldFieldStandardType() {
17 return HeraldField
::STANDARD_PHID
;
20 protected function getDatasource() {
21 return new PhabricatorPeopleDatasource();