API17

API17:JControllerForm::allowEdit

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples