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