SimplOn PHP
 All Data Structures Namespaces Files Functions Variables
Static Public Member Functions
Html5 Class Reference

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]

Definition at line 71 of file Html5.php.

static link ( content,
href,
array $  extra_attrs = array(),
auto_encode = true 
) [static]

Definition at line 75 of file Html5.php.

static table ( array $  contents,
array $  headers = array(),
array $  footers = array(),
array $  extra = array() 
) [static]

Definition at line 51 of file Html5.php.

static table_from_elements ( elements,
columns = null 
) [static]

Definition at line 23 of file Html5.php.


The documentation for this class was generated from the following file: