1 | <?php |
||
18 | class WillFailItem extends AbstractItem |
||
19 | { |
||
20 | /** |
||
21 | * Validates if given requirement is met |
||
22 | * |
||
23 | * @return boolean |
||
24 | * @throws \RuntimeException |
||
25 | * @author stev leibelt <[email protected]> |
||
26 | * @since 2013-06-25 |
||
27 | */ |
||
28 | public function isMet() |
||
36 | } |