Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
RepositoryResource.php
Go to the documentation of this file.
1 <?php
8 
14 {
20  public function setFixture(array $fixture)
21  {
22  $this->_mainTable = $fixture['entity_type'];
23  }
24 
34  public function load(\Magento\Framework\Model\AbstractModel $object, $value, $field = null)
35  {
36  // forbid using resource model
37  }
38 
42  protected function _construct()
43  {
44  //
45  }
46 }
load(\Magento\Framework\Model\AbstractModel $object, $value, $field=null)
$value
Definition: gender.phtml:16