1 | <?php |
||
23 | class ContextNotFoundException extends FormzException |
||
24 | { |
||
25 | const FORM_CONTEXT_NOT_FOUND = 'The view helper "%s" must be used inside the view helper "%s".'; |
||
26 | |||
27 | const FIELD_CONTEXT_NOT_FOUND = 'The view helper "%s" must be used inside the view helper "%s".'; |
||
28 | |||
29 | /** |
||
30 | * @code 1465243085 |
||
31 | * |
||
32 | * @return ContextNotFoundException |
||
33 | */ |
||
34 | final public static function fieldViewHelperFormContextNotFound() |
||
44 | |||
45 | /** |
||
46 | * @code 1465243287 |
||
47 | * |
||
48 | * @return ContextNotFoundException |
||
49 | */ |
||
50 | final public static function optionViewHelperFieldContextNotFound() |
||
60 | |||
61 | /** |
||
62 | * @code 1488473956 |
||
63 | * |
||
64 | * @return ContextNotFoundException |
||
65 | */ |
||
66 | final public static function slotRenderViewHelperFieldContextNotFound() |
||
76 | |||
77 | /** |
||
78 | * @code 1488474106 |
||
79 | * |
||
80 | * @return ContextNotFoundException |
||
81 | */ |
||
82 | final public static function slotViewHelperFieldContextNotFound() |
||
92 | |||
93 | /** |
||
94 | * @code 1488988566 |
||
95 | * |
||
96 | * @return ContextNotFoundException |
||
97 | */ |
||
98 | final public static function slotHasViewHelperFieldContextNotFound() |
||
108 | } |
||
109 |