| [ Index ] |
PHP Cross Reference of Joomla 2.5.4 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. |
| License: | GNU General Public License version 2 or later; see LICENSE.txt |
| File Size: | 149 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ContentControllerArticle:: (4 methods):
__construct()
allowAdd()
allowEdit()
batch()
Class: ContentControllerArticle - X-Ref
| __construct($config = array() X-Ref |
| Class constructor. param: array $config A named array of configuration variables. |
| allowAdd($data = array() X-Ref |
| Method override to check if you can add a new record. param: array $data An array of input data. return: boolean |
| allowEdit($data = array() X-Ref |
| Method override to check if you can edit an existing record. param: array $data An array of input data. param: string $key The name of the key for the primary key. return: boolean |
| batch($model = null) X-Ref |
| Method to run batch operations. param: object $model The model. return: boolean True if successful, false otherwise and internal error is set. |
| Generated: Tue Apr 3 11:40:28 2012 | Cross-referenced by PHPXref 0.7.1 |