Page MenuHomePhabricator
Diviner Phabricator Tech Docs PhutilRemarkupInlineBlockRule

final class PhutilRemarkupInlineBlockRule
Phabricator Technical Documentation (Remarkup)

This class is not documented.

Methods

public function getPriority()
Inherited

PhutilRemarkupBlockRule

Determine the order in which blocks execute. Blocks with smaller priority numbers execute sooner than blocks with larger priority numbers. The default priority for blocks is 500.

Priorities are used to disambiguate syntax which can match multiple patterns. For example, - Lorem ipsum... may be a code block or a list.

Return
intPriority at which this block should execute.

final public function getPriorityVector()
Inherited

This method is not documented.
Return
wild

public function markupText($text, $children)

This method is not documented.
Parameters
$text
$children
Return
wild

public function getMatchingLineCount($lines, $cursor)

PhutilRemarkupBlockRule

This will get an array of unparsed lines and return the number of lines from the first array value that it can parse.

PhutilRemarkupInlineBlockRule
This method is not documented.
Parameters
array$lines$lines
int$cursor$cursor
Return
int

protected function didMarkupText()
Inherited

This method is not documented.
Return
wild

final public function setEngine($engine)
Inherited

This method is not documented.
Parameters
PhutilRemarkupEngine$engine
Return
wild

final protected function getEngine()
Inherited

This method is not documented.
Return
wild

public function setMarkupRules($rules)
Inherited

This method is not documented.
Parameters
array$rules
Return
wild

private function updateRules()
Inherited

This method is not documented.
Return
wild

final public function getMarkupRules()
Inherited

This method is not documented.
Return
wild

final public function postprocess()
Inherited

This method is not documented.
Return
wild

final protected function applyRules($text)
Inherited

This method is not documented.
Parameters
$text
Return
wild

public function supportsChildBlocks()
Inherited

This method is not documented.
Return
wild

public function extractChildText($text)
Inherited

This method is not documented.
Parameters
$text
Return
wild

protected function renderRemarkupTable($out_rows)
Inherited

This method is not documented.
Parameters
array$out_rows
Return
wild