Total Complexity | 2 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class PageRendering extends Constraint |
||
11 | { |
||
12 | //public $message = 'The page is not rendering as expected... You may done an error in the main content.'; |
||
13 | public $message = 'page.pageRendering'; |
||
14 | |||
15 | public function validatedBy() |
||
16 | { |
||
17 | return 'page_rendering'; |
||
18 | } |
||
19 | |||
20 | public function getTargets() |
||
23 | } |
||
24 | } |
||
25 |