php-censor/B8Framework/b8/Form/Element/Hidden.php
2016-06-23 21:18:41 +06:00

9 lines
No EOL
94 B
PHP
Executable file

<?php
namespace b8\Form\Element;
use b8\Form\Input,
b8\View;
class Hidden extends Input
{
}