Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
TRepositoryInterface.php
Go to the documentation of this file.
1 <?php
7 
12 {
19  public function save(\Magento\Framework\MessageQueue\Code\Generator\TInterface $t)
21 
29  public function get(string $attribute, int $typeId = null)
30  : \Magento\Framework\MessageQueue\Code\Generator\TInterface;
31 
39 
46  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
47 
54  public function delete(\Magento\Framework\MessageQueue\Code\Generator\TInterface $t) : bool;
55 
62  public function deleteById(int $tId) : bool;
63 }
$searchCriteria
save(\Magento\Framework\MessageQueue\Code\Generator\TInterface $t)
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)