Class: atkStringDt
Source Location: /datatypes/class.atkstringdt.inc
Class atkStringDt
Method Summary
| atkStringDt |
__construct() |
The 'string' datatype for easy manipulation of strings. |
| string |
__toString() |
To string. Returns the string representation for this object which is ofcourse the internal string. |
Methods
atkStringDt __construct(
string
$string
)
|
|
The 'string' datatype for easy manipulation of strings.
Parameters:
API Tags:
Get the current string.
API Tags:
| Return: | The current string |
| Access: | public |
Parse data into a string with the atkStringParser
Parameters:
|
array |
$data: |
The data to parse into the string |
API Tags:
| Return: | The current (modified) string object |
| Access: | public |
atkString replace(
string|array
$search, string|array
$replace
)
|
|
Replace search value(s) with replace value(s).
Parameters:
|
string|array |
$search: |
What to search on |
|
string|array |
$replace: |
What to replace |
API Tags:
| Return: | The current string object |
| Access: | public |
To string. Returns the string representation for this object which is ofcourse the internal string.
API Tags:
| Return: | internal string |
| Access: | public |