Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
SitemapItemInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Sitemap\Model;
8 
15 {
16 
22  public function getUrl();
23 
29  public function getPriority();
30 
36  public function getChangeFrequency();
37 
43  public function getImages();
44 
50  public function getUpdatedAt();
51 }