You are here

private static property InstapageCmsPluginAjaxController::$ajaxController in Instapage plugin 8.3

Same name and namespace in other branches
  1. 7.3 core/InstapageCmsPluginAjaxController.php \InstapageCmsPluginAjaxController::ajaxController

Type: object Controller object for Singleton implementation.

File

core/InstapageCmsPluginAjaxController.php, line 11

Class

InstapageCmsPluginAjaxController
Main controller for AJAX actions. Results are returned as encoded JSON objects. Data for actions are stored in $_POST['data'] table.

Code

private static $ajaxController = null;