| 1 | <?php |
||
| 16 | class HeightValidator extends AbstractTableValidator |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @return bool |
||
| 20 | * @author stev leibelt <[email protected]> |
||
| 21 | * @since 2013-08-12 |
||
| 22 | */ |
||
| 23 | public function isMet() |
||
| 31 | } |