|
Previous Page |
Solar_Markdown_Wiki |
Next Page |
_encode()
public
string
_encode (
string $text,
bool $in_tag default false
)
Support method for encode().
Inherited from Solar_Markdown.
Parameters
- (string)
$text: The source text. - (bool)
$in_tag: Escaping inside a tag?
Returns
- (string) The encoded text.
Description
Support method for encode().
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _encode()
- _exception()
- _explodeTags()
- apiVersion()
- cleanup()
- dump()
- encode()
- escape()
- getLink()
- getLinks()
- getPlugin()
- getTabWidth()
- isHtmlToken()
- locale()
- prepare()
- processBlocks()
- processSpans()
- render()
- reset()
- setLink()
- toHtmlToken()
- transform()
- unEncode()
- unHtmlToken()