1 | <?php |
||
26 | class ContextNotFoundException extends FormzException |
||
27 | { |
||
28 | const FORM_CONTEXT_NOT_FOUND = 'The view helper "%s" must be used inside the view helper "%s".'; |
||
29 | |||
30 | const FIELD_CONTEXT_NOT_FOUND = 'The view helper "%s" must be used inside the view helper "%s".'; |
||
31 | |||
32 | const FORM_IDENTIFIER_FORM_CONTEXT_NOT_FOUND = 'The form context was not found for the view helper "%". You must either fill the arguments `form` and `name`, or use this view helper inside "%s"'; |
||
33 | |||
34 | /** |
||
35 | * @code 1465243085 |
||
36 | * |
||
37 | * @return self |
||
38 | */ |
||
39 | final public static function fieldViewHelperFormContextNotFound() |
||
49 | /** |
||
50 | * @code 1494337489 |
||
51 | * |
||
52 | * @return self |
||
53 | */ |
||
54 | final public static function substepViewHelperFormContextNotFound() |
||
64 | |||
65 | /** |
||
66 | * @code 1561020379 |
||
67 | * |
||
68 | * @return self |
||
69 | */ |
||
70 | final public static function skipViewHelperFormContextNotFound() |
||
80 | |||
81 | /** |
||
82 | * @code 1465243287 |
||
83 | * |
||
84 | * @return self |
||
85 | */ |
||
86 | final public static function optionViewHelperFieldContextNotFound() |
||
96 | |||
97 | /** |
||
98 | * @code 1488473956 |
||
99 | * |
||
100 | * @return self |
||
101 | */ |
||
102 | final public static function slotRenderViewHelperFieldContextNotFound() |
||
112 | |||
113 | /** |
||
114 | * @code 1488474106 |
||
115 | * |
||
116 | * @return self |
||
117 | */ |
||
118 | final public static function slotViewHelperFieldContextNotFound() |
||
128 | |||
129 | /** |
||
130 | * @code 1488988566 |
||
131 | * |
||
132 | * @return self |
||
133 | */ |
||
134 | final public static function slotHasViewHelperFieldContextNotFound() |
||
144 | |||
145 | /** |
||
146 | * @code 1490960228 |
||
147 | * |
||
148 | * @return self |
||
149 | */ |
||
150 | final public static function formIdentifierViewHelperFormContextNotFound() |
||
160 | } |
||
161 |