Exemplo n.º 1
0
 /**
  * Fetch all possible fields of item.
  * @return array|null
  */
 public function modelFields()
 {
     if ($this->_columns === null) {
         $this->_columns = $this->model->columns();
     }
     return $this->_columns;
 }