API17:JControllerForm::allowAdd
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JControllerForm::allowAdd|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JControllerForm::allowAdd|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | protected | + | protected function allowAdd ($data=array()) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 25: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 166 of libraries/joomla/application/component/controllerform.php | |
| − | + | ||
| − | libraries/joomla/application/component/controllerform.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JControllerForm::allowAdd source code''' on [[jplatform:application/component/controllerform.php#cl-158|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JControllerForm/11.1|JControllerForm]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]] | ||
| + | * [[JControllerForm::allowAdd|Other versions of JControllerForm::allowAdd]] | ||
| + | {{SeeAlso:JControllerForm::allowAdd}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JControllerForm::allowAdd|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JControllerForm::allowAdd|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 46: | Line 43: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JControllerForm]][[Category:JControllerForm::allowAdd]]</noinclude> | <noinclude>[[Category:JControllerForm]][[Category:JControllerForm::allowAdd]]</noinclude> | ||
Revision as of 20:23, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JControllerForm::allowAdd
Description
Method to check if you can add a new record.
Description:JControllerForm::allowAdd [Edit Descripton]
protected function allowAdd ($data=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | array() |
- Returns
- Defined on line 166 of libraries/joomla/application/component/controllerform.php
See also
-
JControllerForm::allowAdd source code on BitBucket
-
Class JControllerForm
-
Subpackage Application
- Other versions of JControllerForm::allowAdd
SeeAlso:JControllerForm::allowAdd [Edit See Also]
User contributed notes
<CodeExamplesForm />
