[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/transactions/storage/ -> PhabricatorApplicationTransaction.php (summary)

(no description)

File Size: 1177 lines (36 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 66 functions

  setIgnoreOnNoEffect()
  getIgnoreOnNoEffect()
  shouldGenerateOldValue()
  getApplicationObjectTypeName()
  getApplicationTransactionCommentObject()
  getApplicationTransactionViewObject()
  getMetadataValue()
  setMetadataValue()
  generatePHID()
  getConfiguration()
  setContentSource()
  getContentSource()
  hasComment()
  getComment()
  attachComment()
  setCommentNotLoaded()
  attachObject()
  getObject()
  getRemarkupBlocks()
  setOldValue()
  hasOldValue()
  setRenderingTarget()
  getRenderingTarget()
  attachViewer()
  getViewer()
  getRequiredHandlePHIDs()
  setHandles()
  getHandle()
  getHandleIfExists()
  getHandles()
  renderHandleLink()
  renderHandleList()
  renderSubscriberList()
  renderPolicyName()
  getIcon()
  getToken()
  getColor()
  getTransactionCustomField()
  shouldHide()
  shouldHideForMail()
  shouldHideForFeed()
  getTitleForMail()
  getBodyForMail()
  getNoEffectDescription()
  getTitle()
  getTitleForFeed()
  getMarkupFieldsForFeed()
  getMarkupTextForFeed()
  getBodyForFeed()
  getActionStrength()
  isCommentTransaction()
  getActionName()
  getMailTags()
  hasChangeDetails()
  renderChangeDetails()
  renderTextCorpusChangeDetails()
  attachTransactionGroup()
  getTransactionGroup()
  shouldDisplayGroupWith()
  renderExtraInformationLink()
  renderAsTextForDoorkeeper()
  getCapabilities()
  getPolicy()
  hasAutomaticCapability()
  describeAutomaticCapability()
  destroyObjectPermanently()

Functions
Functions that are not part of a class:

setIgnoreOnNoEffect($ignore)   X-Ref
Flag this transaction as a pure side-effect which should be ignored when
applying transactions if it has no effect, even if transaction application
would normally fail. This both provides users with better error messages
and allows transactions to perform optional side effects.


getIgnoreOnNoEffect()   X-Ref
No description

shouldGenerateOldValue()   X-Ref
No description

getApplicationObjectTypeName()   X-Ref
No description

getApplicationTransactionCommentObject()   X-Ref
No description

getApplicationTransactionViewObject()   X-Ref
No description

getMetadataValue($key, $default = null)   X-Ref
No description

setMetadataValue($key, $value)   X-Ref
No description

generatePHID()   X-Ref
No description

getConfiguration()   X-Ref
No description

setContentSource(PhabricatorContentSource $content_source)   X-Ref
No description

getContentSource()   X-Ref
No description

hasComment()   X-Ref
No description

getComment()   X-Ref
No description

attachComment(PhabricatorApplicationTransactionComment $comment)   X-Ref
No description

setCommentNotLoaded($not_loaded)   X-Ref
No description

attachObject($object)   X-Ref
No description

getObject()   X-Ref
No description

getRemarkupBlocks()   X-Ref
No description

setOldValue($value)   X-Ref
No description

hasOldValue()   X-Ref
No description

setRenderingTarget($rendering_target)   X-Ref
No description

getRenderingTarget()   X-Ref
No description

attachViewer(PhabricatorUser $viewer)   X-Ref
No description

getViewer()   X-Ref
No description

getRequiredHandlePHIDs()   X-Ref
No description

setHandles(array $handles)   X-Ref
No description

getHandle($phid)   X-Ref
No description

getHandleIfExists($phid)   X-Ref
No description

getHandles()   X-Ref
No description

renderHandleLink($phid)   X-Ref
No description

renderHandleList(array $phids)   X-Ref
No description

renderSubscriberList(array $phids, $change_type)   X-Ref
No description

renderPolicyName($phid, $state = 'old')   X-Ref
No description

getIcon()   X-Ref
No description

getToken()   X-Ref
No description

getColor()   X-Ref
No description

getTransactionCustomField()   X-Ref
No description

shouldHide()   X-Ref
No description

shouldHideForMail(array $xactions)   X-Ref
No description

shouldHideForFeed()   X-Ref
No description

getTitleForMail()   X-Ref
No description

getBodyForMail()   X-Ref
No description

getNoEffectDescription()   X-Ref
No description

getTitle()   X-Ref
No description

getTitleForFeed(PhabricatorFeedStory $story)   X-Ref
No description

getMarkupFieldsForFeed(PhabricatorFeedStory $story)   X-Ref
No description

getMarkupTextForFeed(PhabricatorFeedStory $story, $field)   X-Ref
No description

getBodyForFeed(PhabricatorFeedStory $story)   X-Ref
No description

getActionStrength()   X-Ref
No description

isCommentTransaction()   X-Ref
No description

getActionName()   X-Ref
No description

getMailTags()   X-Ref
No description

hasChangeDetails()   X-Ref
No description

renderChangeDetails(PhabricatorUser $viewer)   X-Ref
No description

renderTextCorpusChangeDetails(PhabricatorUser $viewer,$old,$new)   X-Ref
No description

attachTransactionGroup(array $group)   X-Ref
No description

getTransactionGroup()   X-Ref
No description

shouldDisplayGroupWith(array $group)   X-Ref
Should this transaction be visually grouped with an existing transaction
group?

param: list<PhabricatorApplicationTransaction> List of transactions.
return: bool True to display in a group with the other transactions.

renderExtraInformationLink()   X-Ref
No description

renderAsTextForDoorkeeper(DoorkeeperFeedStoryPublisher $publisher,PhabricatorFeedStory $story,array $xactions)   X-Ref
No description

getCapabilities()   X-Ref
No description

getPolicy($capability)   X-Ref
No description

hasAutomaticCapability($capability, PhabricatorUser $viewer)   X-Ref
No description

describeAutomaticCapability($capability)   X-Ref
No description

destroyObjectPermanently(PhabricatorDestructionEngine $engine)   X-Ref
No description



Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1