Файловый менеджер - Редактировать - /var/www/jonas-eriksen.dk/wiki/inc/Form/TagElement.php
Назад
<?php namespace dokuwiki\Form; /** * Class TagElement * * Creates a self closing HTML tag * * @package dokuwiki\Form */ class TagElement extends ValueElement { /** * @param string $tag * @param array $attributes */ public function __construct($tag, $attributes = array()) { parent::__construct('tag', $tag, $attributes); } /** * The HTML representation of this element * * @return string */ public function toHTML() { return '<'.$this->val().' '.buildAttributes($this->attrs()).' />'; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0.15 |
proxy
|
phpinfo
|
Настройка