We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900f716 commit c8259f6Copy full SHA for c8259f6
lib/internal/Magento/Framework/Mview/View/Changelog.php
@@ -8,6 +8,11 @@
8
9
use Magento\Framework\Phrase;
10
11
+/**
12
+ * Class Changelog
13
+ *
14
+ * @package Magento\Framework\Mview\View
15
+ */
16
class Changelog implements ChangelogInterface
17
{
18
/**
@@ -159,6 +164,7 @@ public function getList($fromVersionId, $toVersionId)
159
164
160
165
161
166
* Get maximum version_id from changelog
167
162
168
* @return int
163
169
* @throws ChangelogTableNotExistsException
170
* @throws \Exception
@@ -216,6 +222,8 @@ public function setViewId($viewId)
216
222
}
217
223
218
224
225
+ * Get view's identifier
226
219
227
* @return string
220
228
*/
221
229
public function getViewId()
0 commit comments