74 lines
635 B
Markdown
74 lines
635 B
Markdown
SYSTEM\PAGE\replace
|
|
===============
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Class name: replace
|
|
* Namespace: SYSTEM\PAGE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
|
|
### replace
|
|
|
|
mixed SYSTEM\PAGE\replace::replace($text, $vars)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $text **mixed**
|
|
* $vars **mixed**
|
|
|
|
|
|
|
|
### replaceFile
|
|
|
|
mixed SYSTEM\PAGE\replace::replaceFile($path, $vars)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $path **mixed**
|
|
* $vars **mixed**
|
|
|
|
|
|
|
|
### clean
|
|
|
|
mixed SYSTEM\PAGE\replace::clean($text)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $text **mixed**
|
|
|
|
|