[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/administrator/components/com_messages/models/ -> config.php (summary)

(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: 136 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

MessagesModelConfig:: (4 methods):
  populateState()
  getItem()
  getForm()
  save()


Class: MessagesModelConfig  - X-Ref

Message configuration model.

populateState()   X-Ref
Method to auto-populate the model state.

Note. Calling getState in this method will result in recursion.


getItem()   X-Ref
Method to get a single record.

param: integer    The id of the primary key.
return: mixed    Object on success, false on failure.

getForm($data = array()   X-Ref
Method to get the record form.

param: array    $data        Data for the form.
param: boolean    $loadData    True if the form is to load its own data (default case), false if not.
return: JForm    A JForm object on success, false on failure

save($data)   X-Ref
Method to save the form data.

param: array    The form data.
return: boolean    True on success.



Generated: Tue Apr 3 11:40:28 2012 Cross-referenced by PHPXref 0.7.1