Semantic MediaWiki and related extensions
Static Public Member Functions | List of all members
SMW\Utils\HtmlDivTable Class Reference

Static Public Member Functions

static table ( $html='', array $attributes=[])
 
static open (array $attributes=[])
 
static header ( $html='', array $attributes=[])
 
static body ( $html='', array $attributes=[])
 
static footer ( $html='', array $attributes=[])
 
static row ( $html='', array $attributes=[])
 
static cell ( $html='', array $attributes=[])
 
static close ()
 

Detailed Description

GNU GPL v2+

Since
3.0
Author
mwjames

Member Function Documentation

◆ body()

static SMW\Utils\HtmlDivTable::body (   $html = '',
array  $attributes = [] 
)
static
Since
3.0
Parameters
string$html
array$attributes
Returns
string

◆ cell()

static SMW\Utils\HtmlDivTable::cell (   $html = '',
array  $attributes = [] 
)
static
Since
3.0
Parameters
string$html
array$attributes
Returns
string

◆ close()

static SMW\Utils\HtmlDivTable::close ( )
static
Since
3.0
Returns
string

◆ footer()

static SMW\Utils\HtmlDivTable::footer (   $html = '',
array  $attributes = [] 
)
static
Since
3.0
Parameters
string$html
array$attributes
Returns
string

◆ header()

static SMW\Utils\HtmlDivTable::header (   $html = '',
array  $attributes = [] 
)
static
Since
3.0
Parameters
string$html
array$attributes
Returns
string

◆ open()

static SMW\Utils\HtmlDivTable::open ( array  $attributes = [])
static
Since
3.0
Parameters
array$attributes
Returns
string

◆ row()

static SMW\Utils\HtmlDivTable::row (   $html = '',
array  $attributes = [] 
)
static
Since
3.0
Parameters
string$html
array$attributes
Returns
string

◆ table()

static SMW\Utils\HtmlDivTable::table (   $html = '',
array  $attributes = [] 
)
static
Since
3.0
Parameters
string$html
array$attributes
Returns
string

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

About | General disclaimer | Privacy policy