Home
last modified time | relevance | path

Searched refs:enctype (Results 1 – 1 of 1) sorted by path

/dokuwiki/inc/
H A Dform.php62 * @param bool|string $enctype (optional, deprecated) Encoding type of the data
66 public function __construct($params, $action = false, $method = false, $enctype = false)
72 if ($enctype !== false) $this->params['enctype'] = $enctype;
65 __construct($params, $action = false, $method = false, $enctype = false) global() argument