You are here

28 calls to InstapageCmsPluginDBModel::getInstance() in Instapage plugin 8.3

InstapageCmsPluginConnector::getLandingPageSlugs in core/connectors/InstapageCmsPluginConnector.php
Gets the slugs of all landing pages stored in the plugin's DB.
InstapageCmsPluginConnector::initPlugin in core/connectors/InstapageCmsPluginConnector.php
Initiates Instapage plugin's DB structure and loads plugin's classes and selected connector.
InstapageCmsPluginConnector::isProhibitedLandingPageSlug in core/connectors/InstapageCmsPluginConnector.php
Checks if given slug is prohibited in terms of publishing a landing page. If it's free - will return false. Otherwise an array with slug details will be returned
InstapageCmsPluginDebugLogModel::clear in core/models/InstapageCmsPluginDebugLogModel.php
Clears the debug log.
InstapageCmsPluginDebugLogModel::getDbStructure in core/models/InstapageCmsPluginDebugLogModel.php
Gets database structure
InstapageCmsPluginDebugLogModel::read in core/models/InstapageCmsPluginDebugLogModel.php
Gets the entries from debug log.
InstapageCmsPluginDebugLogModel::write in core/models/InstapageCmsPluginDebugLogModel.php
Wtites an entry in the debug log.
InstapageCmsPluginDrupal7Connector::logDbError in core/connectors/InstapageCmsPluginDrupal7Connector.php
Logs DB errors.
InstapageCmsPluginDrupal7Connector::removePlugin in core/connectors/InstapageCmsPluginDrupal7Connector.php
Removes the plugin.
InstapageCmsPluginDrupal8Connector::logDbError in core/connectors/InstapageCmsPluginDrupal8Connector.php
Logs DB errors.
InstapageCmsPluginDrupal8Connector::removePlugin in core/connectors/InstapageCmsPluginDrupal8Connector.php
Removes the plugin.
InstapageCmsPluginHelper::getMetadata in core/InstapageCmsPluginHelper.php
Gest an option value from plugin's metadata.
InstapageCmsPluginHelper::getOptions in core/InstapageCmsPluginHelper.php
Gets plugin's options stored in the database.
InstapageCmsPluginHelper::updateMetadata in core/InstapageCmsPluginHelper.php
Updates plugin's options, stored an JSON.
InstapageCmsPluginHelper::updateOptions in core/InstapageCmsPluginHelper.php
Udated the plugin's options in database.
InstapageCmsPluginPageModel::delete in core/models/InstapageCmsPluginPageModel.php
Deletes a page from local DB.
InstapageCmsPluginPageModel::get in core/models/InstapageCmsPluginPageModel.php
Gest the single page based on ID.
InstapageCmsPluginPageModel::get404 in core/models/InstapageCmsPluginPageModel.php
Gets a landing page saved as a 404 page.
InstapageCmsPluginPageModel::getAll in core/models/InstapageCmsPluginPageModel.php
Gets all the stored pages.
InstapageCmsPluginPageModel::getByInstapageId in core/models/InstapageCmsPluginPageModel.php
Gest the single page based on ID in Instapage app.
InstapageCmsPluginPageModel::getBySlug in core/models/InstapageCmsPluginPageModel.php
Gest the single page based on slug.
InstapageCmsPluginPageModel::getByType in core/models/InstapageCmsPluginPageModel.php
Gest the single page based on type and slug.
InstapageCmsPluginPageModel::getHomepage in core/models/InstapageCmsPluginPageModel.php
Gets a landing page saved as a homepage.
InstapageCmsPluginPageModel::getPageStatsCache in core/models/InstapageCmsPluginPageModel.php
Gets the cached statistics for pages.
InstapageCmsPluginPageModel::savePageStatsCache in core/models/InstapageCmsPluginPageModel.php
Saves the statistics of the page as a cache.
InstapageCmsPluginPageModel::update in core/models/InstapageCmsPluginPageModel.php
Updates the page baset on passed $data object.
InstapageCmsPluginWPConnector::checkLastQuery in core/connectors/InstapageCmsPluginWPConnector.php
Checks if last executed query resulted in an SQL error. Error is saved in the debug log.
InstapageCmsPluginWPConnector::removePlugin in core/connectors/InstapageCmsPluginWPConnector.php
Removes the plugin.