3 final class DiffusionPreCommitContentAuthorHeraldField
4 extends DiffusionPreCommitContentHeraldField
{
6 const FIELDCONST
= 'diffusion.pre.commit.author';
8 public function getHeraldFieldName() {
12 public function getHeraldFieldValue($object) {
13 return $this->getAdapter()->getAuthorPHID();
16 protected function getHeraldFieldStandardType() {
17 return self
::STANDARD_PHID_NULLABLE
;
20 protected function getDatasource() {
21 return new PhabricatorPeopleDatasource();