Back to ListModelInterface class

Method getItems

public mixed
getItems
()
Method to get an array of data items.
Returns
  • mixed An array of data items
Since
  • 4.0.0
-
  • \Exception

Method getItems - Source code

/**
 * Method to get an array of data items.
 *
 * @return  mixed  An array of data items
 *
 * @since   4.0.0
 *
 * @throws \Exception
 */
public function getItems();