Replaces the default GenericController with a custom controller reference.
A class that extends from the original GenericController.
True if replacement was successful.
class MyController extends GenericController {}replaceGenericController(MyController); Copy
class MyController extends GenericController {}replaceGenericController(MyController);
Replaces the default GenericController with a custom controller reference.