[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/infrastructure/markup/rule/ -> PhabricatorObjectRemarkupRule.php (summary)

(no description)

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

Defines 20 functions

  getPriority()
  getObjectNamePrefixBeginsWithWordCharacter()
  getObjectIDPattern()
  shouldMarkupObject()
  loadHandles()
  getObjectHref()
  renderObjectRefForAnyMedia()
  renderObjectRef()
  renderObjectEmbedForAnyMedia()
  renderObjectEmbed()
  renderObjectTagForMail()
  renderHovertag()
  apply()
  getObjectEmbedPattern()
  getObjectReferencePattern()
  extractReferences()
  markupObjectEmbed()
  markupObjectReference()
  markupObject()
  didMarkupText()

Functions
Functions that are not part of a class:

getPriority()   X-Ref
No description

getObjectNamePrefixBeginsWithWordCharacter()   X-Ref
No description

getObjectIDPattern()   X-Ref
No description

shouldMarkupObject(array $params)   X-Ref
No description

loadHandles(array $objects)   X-Ref
No description

getObjectHref($object, $handle, $id)   X-Ref
No description

renderObjectRefForAnyMedia($object,$handle,$anchor,$id)   X-Ref
No description

renderObjectRef($object, $handle, $anchor, $id)   X-Ref
No description

renderObjectEmbedForAnyMedia($object, $handle, $options)   X-Ref
No description

renderObjectEmbed($object, $handle, $options)   X-Ref
No description

renderObjectTagForMail($text,$href,$handle)   X-Ref
No description

renderHovertag($name, $href, array $attr = array()   X-Ref
No description

apply($text)   X-Ref
No description

getObjectEmbedPattern()   X-Ref
No description

getObjectReferencePattern()   X-Ref
No description

extractReferences($text)   X-Ref
Extract matched object references from a block of text.

This is intended to make it easy to write unit tests for object remarkup
rules. Production code is not normally expected to call this method.

param: string  Text to match rules against.
return: wild    Matches, suitable for writing unit tests against.

markupObjectEmbed($matches)   X-Ref
No description

markupObjectReference($matches)   X-Ref
No description

markupObject(array $params)   X-Ref
No description

didMarkupText()   X-Ref
No description



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