Static Public Member Functions |
static | table_from_elements ($elements, $columns=null) |
static | table (array $contents, array $headers=array(), array $footers=array(), array $extra=array()) |
static | button ($content, $action, $name=null) |
static | link ($content, $href, array $extra_attrs=array(), $auto_encode=true) |
Detailed Description
Definition at line 21 of file Html5.php.
Member Function Documentation
static button |
( |
$ |
content, |
|
|
$ |
action, |
|
|
$ |
name = null |
|
) |
| [static] |
static link |
( |
$ |
content, |
|
|
$ |
href, |
|
|
array $ |
extra_attrs = array() , |
|
|
$ |
auto_encode = true |
|
) |
| [static] |
static table |
( |
array $ |
contents, |
|
|
array $ |
headers = array() , |
|
|
array $ |
footers = array() , |
|
|
array $ |
extra = array() |
|
) |
| [static] |
The documentation for this class was generated from the following file: