[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/releeph/field/specification/ -> ReleephFieldSpecification.php (summary)

(no description)

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

Defines 38 functions

  readValueFromRequest()
  shouldAppearInPropertyView()
  renderPropertyViewLabel()
  renderPropertyViewValue()
  getStorageKey()
  getRequiredStorageKey()
  shouldAppearInEditView()
  isEditable()
  getValue()
  setValue()
  validate()
  normalizeForTransactionView()
  getKeyForConduit()
  getValueForConduit()
  setValueFromConduitAPIRequest()
  renderHelpForArcanist()
  setReleephProject()
  setReleephBranch()
  setReleephRequest()
  setUser()
  getReleephProject()
  getReleephBranch()
  getReleephRequest()
  getUser()
  shouldAppearOnCommitMessage()
  renderLabelForCommitMessage()
  renderValueForCommitMessage()
  shouldAppearOnRevertMessage()
  renderLabelForRevertMessage()
  renderValueForRevertMessage()
  shouldMarkup()
  getMarkupText()
  getMarkupEngineOutput()
  setMarkupEngine()
  getMarkupFieldKey()
  newMarkupEngine()
  didMarkupText()
  shouldUseMarkupCache()

Functions
Functions that are not part of a class:

readValueFromRequest(AphrontRequest $request)   X-Ref
No description

shouldAppearInPropertyView()   X-Ref
No description

renderPropertyViewLabel()   X-Ref
No description

renderPropertyViewValue(array $handles)   X-Ref
No description

getStorageKey()   X-Ref
No description

getRequiredStorageKey()   X-Ref
No description

shouldAppearInEditView()   X-Ref
No description

isEditable()   X-Ref
No description

getValue()   X-Ref
No description

setValue($value)   X-Ref
No description

validate($value)   X-Ref


normalizeForTransactionView(PhabricatorApplicationTransaction $xaction,$value)   X-Ref
Turn values as they are stored in a ReleephRequest into a text that can be
rendered as a transactions old/new values.


getKeyForConduit()   X-Ref
No description

getValueForConduit()   X-Ref
No description

setValueFromConduitAPIRequest(ConduitAPIRequest $request)   X-Ref
No description

renderHelpForArcanist()   X-Ref
No description

setReleephProject(ReleephProject $rp)   X-Ref
No description

setReleephBranch(ReleephBranch $rb)   X-Ref
No description

setReleephRequest(ReleephRequest $rr)   X-Ref
No description

setUser(PhabricatorUser $user)   X-Ref
No description

getReleephProject()   X-Ref
No description

getReleephBranch()   X-Ref
No description

getReleephRequest()   X-Ref
No description

getUser()   X-Ref
No description

shouldAppearOnCommitMessage()   X-Ref
No description

renderLabelForCommitMessage()   X-Ref
No description

renderValueForCommitMessage()   X-Ref
No description

shouldAppearOnRevertMessage()   X-Ref
No description

renderLabelForRevertMessage()   X-Ref
No description

renderValueForRevertMessage()   X-Ref
No description

shouldMarkup()   X-Ref
@{class:ReleephFieldSpecification} implements much of
@{interface:PhabricatorMarkupInterface} for you. If you return true from
`shouldMarkup()`, and implement `getMarkupText()` then your text will be
rendered through the Phabricator markup pipeline.

Output is retrievable with `getMarkupEngineOutput()`.

getMarkupText($field)   X-Ref
No description

getMarkupEngineOutput()   X-Ref
No description

setMarkupEngine(PhabricatorMarkupEngine $engine)   X-Ref
No description

getMarkupFieldKey($field)   X-Ref
No description

newMarkupEngine($field)   X-Ref
No description

didMarkupText($field,$output,PhutilMarkupEngine $engine)   X-Ref
No description

shouldUseMarkupCache($field)   X-Ref
No description



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