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