You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewNette\UnexpectedValueException("Object returned by $class::createTemplate() must be instance of Nette\\Application\\UI\\ITemplate, '$class2' given.");
52
53
}
53
54
$this->template = $value;
@@ -118,15 +119,15 @@ public function redrawControl($snippet = null, $redraw = true)
118
119
119
120
120
121
/** @deprecated */
121
-
functioninvalidateControl($snippet = null)
122
+
publicfunctioninvalidateControl($snippet = null)
122
123
{
123
124
trigger_error(__METHOD__ . '() is deprecated; use $this->redrawControl($snippet) instead.', E_USER_DEPRECATED);
124
125
$this->redrawControl($snippet);
125
126
}
126
127
127
128
128
129
/** @deprecated */
129
-
functionvalidateControl($snippet = null)
130
+
publicfunctionvalidateControl($snippet = null)
130
131
{
131
132
trigger_error(__METHOD__ . '() is deprecated; use $this->redrawControl($snippet, false) instead.', E_USER_DEPRECATED);
0 commit comments