extends |
HTMLPurifier_Injector |
|---|
Injector that converts http, https and ftp text URLs to actual links.
| Methods | ||
|---|---|---|
public
|
handleText(HTMLPurifier_Token &$token)
Handler that is called when a text token is processed
|
# |
| Methods inherited from HTMLPurifier_Injector |
|---|
rewindOffset(), getRewindOffset(), prepare(), checkNeeded(), allowsElement(), forward(), forwardUntilEndToken(), backward(), handleElement(), handleEnd(), notifyEnd() |
| Properties | |||
|---|---|---|---|
public
|
|
$name = 'Linkify'
|
# |
public
|
|
$needed = ['a' => ['href']]
|
# |
| Properties inherited from HTMLPurifier_Injector |
|---|
$htmlDefinition, $currentNesting, $currentToken, $inputZipper, $rewindOffset |