Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Report.php
Go to the documentation of this file.
1 <?php
7 
14 {
20  protected function _construct()
21  {
22  }
23 
31  public function init($table, $field = 'id')
32  {
33  $this->_init($table, $field);
34  return $this;
35  }
36 }
$table
Definition: trigger.php:14