| 1 | <?php |
||
| 10 | class FormModelValidateNumber extends FormModel |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Constructor injects with DI container. |
||
| 14 | * |
||
| 15 | * @param Anax\DI\DIInterface $di a service container |
||
| 16 | */ |
||
| 17 | public function __construct(DIInterface $di) |
||
| 56 | |||
| 57 | |||
| 58 | |||
| 59 | /** |
||
| 60 | * Callback for submit-button which should return true if it could |
||
| 61 | * carry out its work and false if something failed. |
||
| 62 | * |
||
| 63 | * @return boolean true if okey, false if something went wrong. |
||
| 64 | */ |
||
| 65 | public function callbackSubmit() |
||
| 74 | } |
||
| 75 |