Class ConfigurationKeysController
- AppController
-
ConfigurationKeysController
public
|
|
public
|
public
mixed
|
$scaffold |
|
|
public
array
|
$paginate | array(
'limit' => 10000
) |
|
public
array
|
$notModuleActions | array(
'add'
) |
|
public
array
|
$components | array(
'ExtendedScaffold.ScaffoldUtil' => array(
'editSetFields' => array(
'name' => array(
'type' => 'string',
'readonly' => true
),
'description' => array(
'type' => 'string',
'readonly' => true
),
'default_value' => array(
'type' => 'string',
'readonly' => true
),
'setted_value',
),
'indexUnsetFields' => array(
'default_value',
'setted_value'
)
)
) |