Class HTML
Hulpfuncties voor het genereren van HTML
Namespace: SIW
Copyright: 2019 SIW Internationale Vrijwilligersprojecten
Since: 3.0.0
Located at html.php
Copyright: 2019 SIW Internationale Vrijwilligersprojecten
Since: 3.0.0
Located at html.php
Methods summary
public static
string
|
|
public static
string
|
#
generate_tag( string $type, array $attributes, $content = null, $close = false )
Genereert html-tag |
public static
string
|
|
public static
string
|
#
generate_list( array $items, boolean $ordered = false )
Genereert een |
public static
string
|
#
generate_link( string $url, string $text = null, array $attributes = [], array $icon = [] )
Genereert link |
public static
string
|
|
public static
string
|
#
sanitize_html_classes( mixed $class, string $fallback = null )
sanitize_html_class voor meerdere classes |
public static
string
|
|
public static
string
|