[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/conpherence/editor/ -> ConpherenceEditor.php (summary)

(no description)

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

Defines 24 functions

  getEditorApplicationClass()
  getEditorObjectsDescription()
  createConpherence()
  generateTransactionsFromText()
  getTransactionTypes()
  getCustomTransactionOldValue()
  getCustomTransactionNewValue()
  shouldReadLock()
  shouldApplyInitialEffects()
  applyInitialEffects()
  applyCustomInternalTransaction()
  updateRecentParticipantPHIDs()
  applyCustomExternalTransaction()
  applyFinalEffects()
  mergeTransactions()
  shouldSendMail()
  buildReplyHandler()
  buildMailTemplate()
  getMailTo()
  getMailCC()
  buildMailBody()
  getMailSubjectPrefix()
  shouldPublishFeedStory()
  supportsSearch()

Functions
Functions that are not part of a class:

getEditorApplicationClass()   X-Ref
No description

getEditorObjectsDescription()   X-Ref
No description

createConpherence(PhabricatorUser $creator,array $participant_phids,$title,$message,PhabricatorContentSource $source)   X-Ref
No description

generateTransactionsFromText(PhabricatorUser $viewer,ConpherenceThread $conpherence,$text)   X-Ref
No description

getTransactionTypes()   X-Ref
No description

getCustomTransactionOldValue(PhabricatorLiskDAO $object,PhabricatorApplicationTransaction $xaction)   X-Ref
No description

getCustomTransactionNewValue(PhabricatorLiskDAO $object,PhabricatorApplicationTransaction $xaction)   X-Ref
No description

shouldReadLock(PhabricatorLiskDAO $object,PhabricatorApplicationTransaction $xaction)   X-Ref
We really only need a read lock if we have a comment. In that case, we
must update the messagesCount field on the conpherence and
seenMessagesCount(s) for the participant(s).


shouldApplyInitialEffects(PhabricatorLiskDAO $object,array $xactions)   X-Ref
We need to apply initial effects IFF the conpherence is new. We must
save the conpherence first thing to make sure we have an id and a phid.


applyInitialEffects(PhabricatorLiskDAO $object,array $xactions)   X-Ref
No description

applyCustomInternalTransaction(PhabricatorLiskDAO $object,PhabricatorApplicationTransaction $xaction)   X-Ref
No description

updateRecentParticipantPHIDs(PhabricatorLiskDAO $object,PhabricatorApplicationTransaction $xaction)   X-Ref
No description

applyCustomExternalTransaction(PhabricatorLiskDAO $object,PhabricatorApplicationTransaction $xaction)   X-Ref
No description

applyFinalEffects(PhabricatorLiskDAO $object,array $xactions)   X-Ref
No description

mergeTransactions(PhabricatorApplicationTransaction $u,PhabricatorApplicationTransaction $v)   X-Ref
No description

shouldSendMail(PhabricatorLiskDAO $object,array $xactions)   X-Ref
No description

buildReplyHandler(PhabricatorLiskDAO $object)   X-Ref
No description

buildMailTemplate(PhabricatorLiskDAO $object)   X-Ref
No description

getMailTo(PhabricatorLiskDAO $object)   X-Ref
No description

getMailCC(PhabricatorLiskDAO $object)   X-Ref
No description

buildMailBody(PhabricatorLiskDAO $object,array $xactions)   X-Ref
No description

getMailSubjectPrefix()   X-Ref
No description

shouldPublishFeedStory(PhabricatorLiskDAO $object,array $xactions)   X-Ref
No description

supportsSearch()   X-Ref
No description



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