| 1 | <?php |
||
| 10 | class FormPost extends Abstract_\Form { |
||
| 11 | |||
| 12 | public function __construct($name, array $post = null, array $get = null, array $stored = []) { |
||
| 19 | |||
| 20 | public function submitted() { |
||
| 23 | |||
| 24 | public function getIdentifierName() { |
||
| 27 | |||
| 28 | public function correctSubmitted() { |
||
| 31 | |||
| 32 | public function getValueUser($key) { |
||
| 35 | |||
| 36 | } |
||
| 37 |