File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+
6
7
namespace Magento \Robots \Model \Config ;
7
8
8
9
use Magento \Framework \App \Cache \TypeListInterface ;
Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+
6
7
namespace Magento \Sitemap \Model ;
7
8
8
9
use Magento \Config \Model \Config \Reader \Source \Deployed \DocumentRoot ;
15
16
use Magento \Sitemap \Model \ResourceModel \Sitemap as SitemapResource ;
16
17
17
18
/**
19
+ * Sitemap model.
20
+ *
18
21
* @method string getSitemapType()
19
22
* @method \Magento\Sitemap\Model\Sitemap setSitemapType(string $value)
20
23
* @method string getSitemapFilename()
You can’t perform that action at this time.
0 commit comments