\pm_View_Helper_RenderTabs

Helper for rendering tabs in view

Summary

Methods
Properties
Constants
renderTabs()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A

Methods

renderTabs()

renderTabs(array  $tabs) : string

Render tabs

[
    [
        'id' => string,
        'title' => string,
        'active' => bool,
        'controller' => string,
        'action' => string,
        'link' => string,
    ],
    ...
]

Parameters

array $tabs

Returns

string