Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ChangelogInterface.php
Go to the documentation of this file.
1 <?php
7 
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 }
getList($fromVersionId, $toVersionId)