pm_View_Helper_RenderSmallTools
extends Zend_View_Helper_Abstract
in package
implements
Zend_View_Helper_Interface
Helper for rendering small buttons in view
Tags
Interfaces, Classes and Traits
- Zend_View_Helper_Interface
Table of Contents
- renderSmallTools() : string
- Render small tools bar
Methods
renderSmallTools()
Render small tools bar
public
renderSmallTools(array<string|int, mixed> $tools) : string
[
[
'id' => string,
'title' => string,
'description' => string,
'class' => string,
'controller' => string,
'action' => string,
'link' => string,
],
...
]
Parameters
- $tools : array<string|int, mixed>