Class Giscuit_Db_Table_Layer_IncidentsNotifications

Description

Class for incidents notifications table

  • copyright: Copyright (c) 2012 VEC

Located in /Db/Table/Layer/IncidentsNotifications.php (line 26)

Zend_Db_Table_Abstract
   |
   --Giscuit_Db_Table_Abstract
      |
      --Giscuit_Db_Table_Layer_IncidentsNotifications
Variable Summary
 string $_name
Method Summary
 __construct ([ $options = array()]) void
 addItem (Zend_Form $data, [array $options = array()]) void
 editItem (integer $id, array $data) integer
 getItems ([ $options = array()]) Zend_Db_Table_Rowset
Variables
string $_name = 'incidents_notifications' (line 34)

Table name

  • access: protected

Inherited Variables

Inherited from Giscuit_Db_Table_Abstract

Giscuit_Db_Table_Abstract::$_primary
Methods
Constructor __construct (line 41)

Constructor

  • access: public
void __construct ([ $options = array()])
  • $options

Redefinition of:
Giscuit_Db_Table_Abstract::__construct()
Constructor
addItem (line 59)

Add item

  • access: public
void addItem (Zend_Form $data, [array $options = array()])
  • Zend_Form $data: A form object populated with request data
  • array $options:
editItem (line 133)

Update item

  • return: The id of the element
  • access: public
integer editItem (integer $id, array $data)
  • integer $id: The id of the row to edit
  • array $data: An array populated with request data
getItems (line 76)

Get items

  • access: public
Zend_Db_Table_Rowset getItems ([ $options = array()])
  • array $options:
    • whereId integer - User id

Inherited Methods

Inherited From Giscuit_Db_Table_Abstract

 Giscuit_Db_Table_Abstract::__construct()
 Giscuit_Db_Table_Abstract::count()
 Giscuit_Db_Table_Abstract::getPrimaryKey()
 Giscuit_Db_Table_Abstract::joinMultilangField()
 Giscuit_Db_Table_Abstract::moveItem()
 Giscuit_Db_Table_Abstract::whereActive()
 Giscuit_Db_Table_Abstract::whereCurrentUser()
 Giscuit_Db_Table_Abstract::whereId()

Documentation generated on Wed, 23 Jan 2013 15:54:42 +0000 by phpDocumentor 1.4.3