Ejemplo n.º 1
0
 function _render($input_name, $input_id, $extra = '')
 {
     $this->k_type = 'password';
     return KField::_render($input_name, $input_id, $extra);
     // Calling grandparent statically! Not a bug: https://bugs.php.net/bug.php?id=42016
     return $html;
 }