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
module-release-notification
Model
Viewer
Log.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\ReleaseNotification\Model\Viewer
;
7
8
use
Magento\Framework\DataObject
;
9
13
class
Log
extends
DataObject
14
{
20
public
function
getId
()
21
{
22
return
$this->
getData
(
'id'
);
23
}
24
30
public
function
getViewerId
()
31
{
32
return
$this->
getData
(
'viewer_id'
);
33
}
34
40
public
function
getLastViewVersion
()
41
{
42
return
$this->
getData
(
'last_view_version'
);
43
}
44
}
Magento\Framework\DataObject\getData
getData($key='', $index=null)
Definition:
DataObject.php:119
Magento\ReleaseNotification\Model\Viewer
Definition:
Log.php:6
Magento\Framework\DataObject
Definition:
DataObject.php:15
Magento\ReleaseNotification\Model\Viewer\Log\getViewerId
getViewerId()
Definition:
Log.php:30
Magento\ReleaseNotification\Model\Viewer\Log\getLastViewVersion
getLastViewVersion()
Definition:
Log.php:40
Magento\ReleaseNotification\Model\Viewer\Log
Definition:
Log.php:13
Magento\ReleaseNotification\Model\Viewer\Log\getId
getId()
Definition:
Log.php:20
Magento\Framework\DataObject
Definition:
Cache.php:6