nyroFwk
0.2
var
www
users
nyrofwk
src
nyro
form
password.class.php
Go to the documentation of this file.
1
<?php
10
class
form_password
extends
form_text
{
11
12
public
function
toHtml
() {
13
if
($this->cfg->mode ==
'view'
)
14
return
'*******'
;
15
return
utils::htmlTag
($this->htmlTagName,
16
array_merge($this->html, array(
17
'name'
=>$this->name,
18
'id'
=>$this->
id
,
19
)));
20
}
21
22
public
function
toXul
() {
23
return
utils::htmlTag
($this->xulTagName,
24
array_merge($this->xul, array(
25
'id'
=>$this->
id
,
26
)));
27
}
28
29
}
form_password\toHtml
toHtml()
Definition:
password.class.php:12
utils\htmlTag
static htmlTag($tag, array $attributes, $content=null)
Definition:
utils.class.php:46
form_text
Definition:
text.class.php:10
form_password\toXul
toXul()
Definition:
password.class.php:22
form_password
Definition:
password.class.php:10
Generated on Sun Oct 15 2017 22:25:20 for nyroFwk by
1.8.13