Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Uut.php
Go to the documentation of this file.
1 <?php
8 
10 
14 class Uut extends AbstractCollection
15 {
19  public function wereFieldsToSelectChanged()
20  {
22  }
23 
27  public function getFieldsToSelect()
28  {
30  }
31 
35  public function setFieldsToSelect(array $fields)
36  {
37  $this->_fieldsToSelect = $fields;
38  }
39 
43  public function setResource($resource)
44  {
45  $this->_resource = $resource;
46  }
47 
51  public function getJoinedTables()
52  {
53  return $this->_joinedTables;
54  }
55 }
$fields
Definition: details.phtml:14
$resource
Definition: bulk.php:12