for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace hemio\form;
/**
*
*/
class FormGet extends Abstract_\Form
{
public function getValueUser($key)
return $this->getGet($key);
}