Property | Type | Description | |
---|---|---|---|
$forceNoFollow | always use rel="nofollow" for absolute links? | ||
$imageClass | image popup class | ||
$imageOnClick | image popup event | ||
$popupOnClick | class 'popup' event | ||
$root | root of relative links | ||
$shorten | shorten URLs to more readable form? |
Method | Description | |
---|---|---|
__construct ( $texy ) | ||
addReference ( $name, |
Adds new named reference. | |
beforeParse ( Texy $texy, &$text ) : void | Text pre-processing. | |
factoryLink ( $dest, $mMod, $label ) : |
||
getReference ( $name ) : |
Returns named reference. | |
patternReference ( Texy\LineParser $parser, array $matches ) : |
Callback for: [ref]. | |
patternReferenceDef ( array $matches ) : string | Callback for: [la trine]: http://www.latrine.cz/ text odkazu .(title)[class]{style}. | |
patternUrlEmail ( Texy\LineParser $parser, array $matches, $name ) : |
Callback for: http://davidgrudl.com [email protected]. | |
solve ( |
Finish invocation. | |
solveNewReference ( |
Finish invocation. | |
solveUrlEmail ( |
Finish invocation. |
Method | Description | |
---|---|---|
checkLink ( |
Checks and corrects $URL. | |
textualUrl ( |
Returns textual representation of URL. |
public addReference ( $name, |
||
$link | ||
return | void |
public beforeParse ( Texy $texy, &$text ) : void | ||
$texy | Texy | |
return | void |
public getReference ( $name ) : |
||
return | reference descriptor (or FALSE) |
public patternReference ( Texy\LineParser $parser, array $matches ) : |
||
$parser | Texy\LineParser | |
$matches | array | |
return |
public patternReferenceDef ( array $matches ) : string | ||
$matches | array | |
return | string |
public patternUrlEmail ( Texy\LineParser $parser, array $matches, $name ) : |
||
$parser | Texy\LineParser | |
$matches | array | |
return |
public solveNewReference ( |
||
$invocation | ||
return | FALSE |
public solveUrlEmail ( |
||
$invocation | ||
$link | ||
return |