public function __construct() { parent::__construct(); $this->updateOrder(); $this->syncMenu(); $this->sendResponse(); }
public function __construct() { parent::__construct(); $this->setFormData(); $this->search(); return wp_send_json(array('status' => 'success', 'results' => $this->results)); }
function __construct() { parent::__construct(); if (isset($_SESSION['user'])) { $this->user = $_SESSION['user']; } }
public function __construct() { parent::__construct(); $this->loopTaxonomies(); $this->setResponse(); $this->sendResponse(); }
public function __construct() { parent::__construct(); $this->updateSync(); $this->sendResponse(); }
public function __construct($system, $guestuserid) { parent::__construct($system); $this->guestuser = $guestuserid; }
public function __construct(Logger $logger, array $configuration) { parent::__construct($logger); $this->config = $configuration; }
public function __construct() { parent::__construct(); $this->emptyTrash(); }
public function __construct() { parent::__construct(); $this->setURL(); $this->redirect(); }