78 lines
712 B
Markdown
78 lines
712 B
Markdown
SYSTEM\HTML\html
|
|
===============
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Class name: html
|
|
* Namespace: SYSTEM\HTML
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
|
|
### link
|
|
|
|
mixed SYSTEM\HTML\html::link($href, $rel, $type)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $href **mixed**
|
|
* $rel **mixed**
|
|
* $type **mixed**
|
|
|
|
|
|
|
|
### script
|
|
|
|
mixed SYSTEM\HTML\html::script($src, $type, $rel, $language, $script)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $src **mixed**
|
|
* $type **mixed**
|
|
* $rel **mixed**
|
|
* $language **mixed**
|
|
* $script **mixed**
|
|
|
|
|
|
|
|
### style
|
|
|
|
mixed SYSTEM\HTML\html::style($style)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $style **mixed**
|
|
|
|
|