[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/Form/ -> TagOpenElement.php (summary)

(no description)

File Size: 33 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

TagOpenElement:: (2 methods):
  __construct()
  toHTML()


Class: TagOpenElement  - X-Ref

Class TagOpenElement

Creates an open HTML tag. You have to make sure you close it
again or this will produce invalid HTML

__construct($tag, $attributes = [])   X-Ref

param: string $tag
param: array $attributes

toHTML()   X-Ref
The HTML representation of this element

return: string