Total Complexity | 2 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
3 | class Config extends \Magento\Framework\Model\AbstractModel implements \Firegento\DevDashboard\Api\Data\ConfigInterface, \Magento\Framework\DataObject\IdentityInterface |
||
4 | { |
||
5 | const CACHE_TAG = 'firegento_devdashboard_config'; |
||
6 | |||
7 | protected function _construct() |
||
10 | } |
||
11 | |||
12 | public function getIdentities() |
||
17 |