getAuthorPHID(); $old = $this->getOldValue(); $new = $this->getNewValue(); switch ($this->getTransactionType()) { case PhabricatorTransactions::TYPE_CREATE: return pht( '%s created this network.', $this->renderHandleLink($author_phid)); case self::TYPE_NAME: return pht( '%s renamed this network from "%s" to "%s".', $this->renderHandleLink($author_phid), $old, $new); } return parent::getTitle(); } }