Class: atkTextMarker
Source Location: /utils/class.atktextmarker.inc
Class atkTextMarker
Method Summary
| void |
hide() |
HIde a piece of the text |
Methods
int getOriginalPosition(
int
$position
)
|
|
Get original position
Parameters:
API Tags:
| Return: | The original position |
string getOriginalText(
)
|
|
Get the original text
API Tags:
| Return: | The original text |
Get the text
API Tags:
| Return: | The (edited) text |
void hide(
int
$position, int
$length
)
|
|
HIde a piece of the text
Parameters:
|
int |
$position: |
The position from where to start hiding text |
|
int |
$length: |
The number of characters to hide |
void setText(
string
$text
)
|
|
Set the text
Parameters: