コード例 #1
0
 public function isInlineCommentTransaction()
 {
     switch ($this->getTransactionType()) {
         case self::TYPE_INLINE:
             return true;
     }
     return parent::isInlineCommentTransaction();
 }
コード例 #2
0
 public function isInlineCommentTransaction()
 {
     switch ($this->getTransactionType()) {
         case PhabricatorAuditActionConstants::INLINE:
             return true;
     }
     return parent::isInlineCommentTransaction();
 }