contributte / menu-control

🍔 Menu and breadcrumb components for Nette framework (@nette)
MIT License
28 stars 20 forks source link

Item: add method addData #5

Closed davidkudera closed 10 years ago

davidkudera commented 10 years ago
$item = $menu->getItem('homepage');

$item->setData(['icon' => 'home']);
$item->addData('count', 5);

also getData($item = null) would be nice

davidkudera commented 10 years ago

and setIcon(string), getIcon(), setCounter(int) and getCounter() shortcuts