for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ntentan\honam\engines\php\helpers\form;
class Password extends Text
{
public function render()
$this->setAttribute('type', 'password');
return parent::render();
}