API17:JControllerForm::allowEdit
From Joomla! Documentation
JControllerForm::allowEdit
Description
Method to check if you can add a new record.
protected function allowEdit (
$data=array
$key= 'id'
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | array() | ||
| $key | 'id' |
- Returns
- Defined on line 184 of libraries/joomla/application/component/controllerform.php
See also
JControllerForm::allowEdit source code on BitBucket
Class JControllerForm
Subpackage Application- Other versions of JControllerForm::allowEdit
User contributed notes
Code Examples