Back to Toolbar class

Method getItems

public array
getItems
()
Get the list of toolbar links.
Returns
  • array
Since
  • 1.6
Class: Toolbar
Project: Joomla

Method getItems - Source code

/**
 * Get the list of toolbar links.
 *
 * @return  array
 *
 * @since   1.6
 */
public function getItems()
{
    return $this->_bar;
}