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
* This method is meant for internal use only, and it is not suggested that the forks of the library depend on it.
36
+
* It will be made abstract from version 3.0.
37
+
*
38
+
* @internal
39
+
*
40
+
* @see customiseFunction()
41
+
*/
42
+
/* abstract */
43
+
protectedfunctioncustomizeFunction(): void
44
+
{
45
+
// Void
46
+
}
47
+
48
+
/**
49
+
* @deprecated
50
+
*/
51
+
protectedfunctioncustomiseFunction(): void
52
+
{
53
+
\trigger_error('The internal-use method of `customiseFunction()` is deprecated and is now renamed to `customizeFunction()`. `customiseFunction()` will be removed from version 3.0 onwards.', E_USER_DEPRECATED);
0 commit comments