Class ControllerMenuHelper
Monta menus automaticamente baseados em convenções ou configurações por controller.
- AppHelper
-
ControllerMenuHelper
Located at Widgets/View/Helper/ControllerMenuHelper.php
public
string
|
|
public
string
|
|
public
|
public
array
|
$helpers | array(
'Html',
'AccessControl.AccessControl',
'Base.CakeLayers',
'Widgets.ActionList',
) |
|
public
array
|
$settings | array(
'listLayoutBeforeAll' => '',
'listLayoutAfterAll' => '',
'listLayoutBeforeEach' => '',
'listLayoutAfterEach' => '',
'tableLayoutBeforeAll' => '',
'tableLayoutAfterAll' => '',
'tableLayoutBeforeEach' => '',
'tableLayoutAfterEach' => '',
'layout' => ActionListHelper::LAYOUT_LIST,
'skipActions' => array(),
'controller' => null,
'id' => null,
'debug' => false,
) |