Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
framework
Mview
View
ChangelogInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\Mview\View
;
7
12
interface
ChangelogInterface
13
{
19
public
function
create
();
20
26
public
function
drop
();
27
34
public
function
clear
($versionId);
35
43
public
function
getList
($fromVersionId, $toVersionId);
44
50
public
function
getVersion
();
51
57
public
function
getName
();
58
64
public
function
getColumnName
();
65
72
public
function
setViewId
($viewId);
73
79
public
function
getViewId
();
80
}
Magento\Framework\Mview\View\ChangelogInterface\getVersion
getVersion()
Magento\Framework\Mview\View\ChangelogInterface\setViewId
setViewId($viewId)
Magento\Framework\Mview\View\ChangelogInterface\getColumnName
getColumnName()
Magento\Framework\Mview\View
Definition:
AbstractFactory.php:6
Magento\Framework\Mview\View\ChangelogInterface
Definition:
ChangelogInterface.php:12
Magento\Framework\Mview\View\ChangelogInterface\create
create()
Magento\Framework\Mview\View\ChangelogInterface\clear
clear($versionId)
Magento\Framework\Mview\View\ChangelogInterface\drop
drop()
Magento\Framework\Mview\View\ChangelogInterface\getName
getName()
Magento\Framework\Mview\View\ChangelogInterface\getViewId
getViewId()
Magento\Framework\Mview\View\ChangelogInterface\getList
getList($fromVersionId, $toVersionId)