Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
PageRepositoryInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Cms\Api;
7 
9 
16 {
24  public function save(\Magento\Cms\Api\Data\PageInterface $page);
25 
33  public function getById($pageId);
34 
42  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
43 
51  public function delete(\Magento\Cms\Api\Data\PageInterface $page);
52 
61  public function deleteById($pageId);
62 }
$searchCriteria
$page
Definition: pages.php:8
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
save(\Magento\Cms\Api\Data\PageInterface $page)