Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
WebsiteRepositoryInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Store\Api;
7 
9 
17 {
25  public function get($code);
26 
34  public function getById($id);
35 
41  public function getList();
42 
49  public function getDefault();
50 
56  public function clean();
57 }
$id
Definition: fieldset.phtml:14
$code
Definition: info.phtml:12