API16

JToolBar/getItems

From Joomla! Documentation

< API16:JToolBar
Revision as of 17:52, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Get the list of toolbar links. <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Description[edit]

Get the list of toolbar links.

[Edit Descripton]

Template:Description:JToolBar/getItems

Syntax[edit]

getItems()


Returns[edit]

array

Defined in[edit]

libraries/joomla/html/toolbar.php

Importing[edit]

jimport( 'joomla.html.toolbar' );

Source Body[edit]

public function getItems()
{
        return $this->_bar;
}

[Edit See Also] Template:SeeAlso:JToolBar/getItems

Examples[edit]

<CodeExamplesForm />