Class Giscuit_Db_Table_JobsActionsMap

Description

Class for Jobs Actions Map table

  • copyright: Copyright (c) 2012 VEC

Located in /Db/Table/JobsActionsMap.php (line 28)

Zend_Db_Table_Abstract
   |
   --Giscuit_Db_Table_Abstract
      |
      --Giscuit_Db_Table_Multilang
         |
         --Giscuit_Db_Table_JobsActionsMap
Variable Summary
Method Summary
 addItem (integer $workflowId) $data
 editItem (integer $id, Zend_Filter_Input $data) integer
 getItems ([ $options = array()]) Zend_Db_Table_Rowset
Variables
array $_multilangTextColumns = array(
'name'
)
(line 50)

Contains the names of multilang fields inside the table

  • access: protected

Redefinition of:
Giscuit_Db_Table_Multilang::$_multilangTextColumns
Contains the names of multilang fields inside the table
string $_name = 'jobs_actions_map' (line 36)

Table name

  • access: protected
string $_primary = 'id' (line 43)

Table primary key name

  • access: protected

Redefinition of:
Giscuit_Db_Table_Abstract::$_primary
Table primary key name
Methods
addItem (line 138)

Add item

  • return: array - id, name_id and theme of the new element
  • access: public
$data addItem (integer $workflowId)
  • integer $workflowId: Action's workflow id
editItem (line 112)

Update item

  • return: The id of the element
  • access: public
integer editItem (integer $id, Zend_Filter_Input $data)
  • integer $id: The id of the row to edit
  • Zend_Filter_Input $data: A Zend_Filter_Input object populated with request data
getItems (line 63)

Get items

  • access: public
Zend_Db_Table_Rowset getItems ([ $options = array()])
  • array $options: Available options:
    • whereWorkflow array - Array of workflow ids
    • withAllNames bool - Get name in all installed languages
    • order string - Sort column name and direction

Inherited Methods

Inherited From Giscuit_Db_Table_Multilang

 Giscuit_Db_Table_Multilang::addMultilangFields()
 Giscuit_Db_Table_Multilang::delete()
 Giscuit_Db_Table_Multilang::getMultilangPostData()
 Giscuit_Db_Table_Multilang::manageMultilangText()
 Giscuit_Db_Table_Multilang::withMultilangFields()

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()
Class Constants

Documentation generated on Wed, 28 May 2014 08:33:17 +0000 by phpDocumentor 1.4.3