Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
GroupRepositoryInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Customer\Api;
7 
14 {
26  public function save(\Magento\Customer\Api\Data\GroupInterface $group);
27 
36  public function getById($id);
37 
52  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
53 
62  public function delete(\Magento\Customer\Api\Data\GroupInterface $group);
63 
73  public function deleteById($id);
74 }
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
$id
Definition: fieldset.phtml:14
$group
Definition: sections.phtml:16
$searchCriteria
save(\Magento\Customer\Api\Data\GroupInterface $group)