1 | <?php |
||
8 | class TwoPerformanceEventsPerDay extends Constraint |
||
9 | { |
||
10 | /** |
||
11 | * @var string |
||
12 | */ |
||
13 | public $max_performances_per_day = 'you_cant_set_more_events_per_day'; |
||
14 | |||
15 | /** |
||
16 | * @var string |
||
17 | */ |
||
18 | public $performance_must_have_a_date = 'performance_must_have_a_date'; |
||
19 | |||
20 | public function validatedBy() |
||
24 | |||
25 | 2 | public function getTargets() |
|
29 | } |
||
30 |