The intrinsic nature of the getListRows() function is actually to set ($this->list_rows) or even more to init (set multiple properties $this->list_rows, $this->list_pager).
Would it be more clear to have setListRows or initListRows name of this method?
The intrinsic nature of the
getListRows()function is actuallyto set($this->list_rows) or even moreto init(set multiple properties$this->list_rows,$this->list_pager).Would it be more clear to have
setListRowsorinitListRowsname of this method?