[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/s9e/text-formatter/src/Plugins/Litedown/Parser/Passes/ -> Links.php (summary)

(no description)

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

Defines 1 class

Links:: (6 methods):
  parse()
  addLinkTag()
  getLabels()
  parseAutomaticLinks()
  parseInlineLinks()
  parseReferenceLinks()


Class: Links  - X-Ref


parse()   X-Ref
{@inheritdoc}


addLinkTag($startPos, $endPos, $endLen, $linkInfo)   X-Ref
Add an image tag for given text span

param: integer $startPos Start tag position
param: integer $endPos   End tag position
param: integer $endLen   End tag length
param: string  $linkInfo    URL optionally followed by space and a title
return: void

getLabels()   X-Ref
Capture and return labels used in current text

return: array Labels' text position as keys, lowercased text content as values

parseAutomaticLinks()   X-Ref
Parse automatic links markup

return: void

parseInlineLinks()   X-Ref
Parse inline links markup

return: void

parseReferenceLinks()   X-Ref
Parse reference links markup

return: void



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1