Example #1
0
 protected function shouldImplyCC(PhabricatorLiskDAO $object, PhabricatorApplicationTransaction $xaction)
 {
     switch ($xaction->getTransactionType()) {
         case PholioTransactionType::TYPE_INLINE:
             return true;
     }
     return parent::shouldImplyCC($object, $xaction);
 }
 protected function shouldImplyCC(PhabricatorLiskDAO $object, PhabricatorApplicationTransaction $xaction)
 {
     switch ($xaction->getTransactionType()) {
         case LegalpadTransaction::TYPE_TEXT:
         case LegalpadTransaction::TYPE_TITLE:
         case LegalpadTransaction::TYPE_PREAMBLE:
         case LegalpadTransaction::TYPE_REQUIRE_SIGNATURE:
             return true;
     }
     return parent::shouldImplyCC($object, $xaction);
 }