Exemplo n.º 1
0
 /**
  * Method to get a list of items.
  *
  * @access	public
  *
  * @return	mixed	An array of data items on success, false on failure.
  *
  * @since	11.1
  */
 public function getItems()
 {
     $items = parent::getItems();
     $app = JFactory::getApplication();
     $this->populateParams($items);
     //Create linked objects
     $this->populateObjects($items);
     return $items;
 }