Class Giscuit_Controller_Plugin_Jobs

Description

Plugin for Jobs communication

  • copyright: Copyright (c) 2012 VEC

Located in /Controller/Plugin/Jobs.php (line 29)

Zend_Controller_Plugin_Abstract
   |
   --Giscuit_Controller_Plugin_Abstract
      |
      --Giscuit_Controller_Plugin_Jobs
Variable Summary
 static string $label
Method Summary
 getAdminJsInitCode ([ $options = array()]) string
 getJsFilesList () array
 getParams () array
 install ( $newConfig) boolean
 parseSettingsForm ( $form) boolean
 uninstall ( $newConfig) boolean
Variables
static string $label = 'Tasks' (line 36)

Plugin display name

  • access: public
mixed $_translations = array(
'en' => array(
'jobs' => 'Tasks',
'priority' => 'Priority',
'completed' => 'Completed',
'close' => 'Close',
'enterComment' => 'Enter comment',
'unknown' => 'Unknown',
'showOnMap' => 'Show on map',
'details' => 'Details',
'description' => 'Description',
'desc' => 'Description',
'contact_address' => 'Contact address',
'contact_name' => 'Contact name',
'contact_phone' => 'Contact phone',
'waiting' => 'Waiting',
'ago' => 'ago',
'accept' => 'Accept',
'decline' => 'Decline',
'checkin' => 'Check in',
'checkout' => 'Check out',
'high' => 'High',
'medium' => 'Medium',
'low' => 'Low',
'deadline' => 'Deadline',
'pending' => 'Pending',
'in_progress' => 'In progress',
'completed' => 'Completed',
'declined' => 'Declined',
'created' => 'Created',
'assignTo' => 'Assign to',
'in' => 'in',
'title' => 'Title',
'status' => 'Status',
'workflow' => 'Workflow',
'notify' => 'Notify',
'dontNotify' => 'Do not notify',
'notifyActions' => 'Notify upon new action',
'notifyComplete' => 'Notify when task is accepted, declined, completed',
'theme' => 'Theme',
'parent' => 'Parent',
'loadMore' => 'Load more',
'worker' => 'Worker',
'taskCompleted' => 'Task completed',
'taskDeclined' => 'Task declined',
'taskAccepted' => 'Task accepted',
'hasNewAction' => 'has new action',
'viewTaskGiscuit' => 'View this task in Giscuit',
'taskEdited' => 'Task updated',
'taskAssigned' => 'Task assigned',
'revertStatusPending' => 'Update status to pending'
),'ro'=>array('jobs'=>'Sarcini','priority'=>'Prioritate','completed'=>'Terminate','close'=>'Închide','enterComment'=>'Scrieți comentariu','unknown'=>'Necunoscută','showOnMap'=>'Arată pe hartă','details'=>'Detalii','description'=>'Descriere','desc'=>'Descriere','contact_address'=>'Adresa contactului','contact_name'=>'Numele contactului','contact_phone'=>'Telefonul contactului','waiting'=>'Așteaptă','ago'=>'în urmă','accept'=>'Accepta','decline'=>'Refuză','checkin'=>'Înregistrare','checkout'=>'Plecare','high'=>'Înaltă','medium'=>'Medie','low'=>'Joasă','deadline'=>'Termen limită','pending'=>'În așteptare','in_progress'=>'În progres','completed'=>'Finisat','declined'=>'Refuzat','created'=>'Creat','assignTo'=>'Atribuie lui','in'=>'peste','title'=>'Titlu','status'=>'Starea','workflow'=>'Flux de lucru','notify'=>'Anunțare','dontNotify'=>'Fără anunțuri','notifyActions'=>'Anunță despre acțiunea nouă','notifyComplete'=>'Anunță cînd sarcina este acceptată, refuzată, finisată','theme'=>'Culoare','parent'=>'Părinte','loadMore'=>'Încarcă mai multe','worker'=>'Lucrător','taskCompleted'=>'Sarcina finisată','taskDeclined'=>'Sarcina refuzată','taskAccepted'=>'Sarcina acceptată','hasNewAction'=>'are acțiunea nouă','viewTaskGiscuit'=>'Vizualizează sarcina în Giscuit','taskEdited'=>'Sarcina actualizată','taskAssigned'=>'Sarcina atribuită','revertStatusPending'=>'Actualizează starea la "așteptare"'),'ru'=>array('jobs'=>'Задания','priority'=>'Приоритет','completed'=>'Завершены','close'=>'Закрыть','enterComment'=>'Введите комментарий','unknown'=>'Неизвестно','showOnMap'=>'Показать на карте','details'=>'Детали','description'=>'Описание','desc'=>'Описание','contact_address'=>'Адрес контакта','contact_name'=>'Имя контакта','contact_phone'=>'Телефон контакта','waiting'=>'Ожидает','ago'=>'назад','accept'=>'Принять','decline'=>'Отклонить','checkin'=>'Отметится','checkout'=>'Выписатся','high'=>'Высокий','medium'=>'Средний','low'=>'Низкий','deadline'=>'Крайний срок','pending'=>'В ожидании','in_progress'=>'В процессе','completed'=>'Завершено','declined'=>'Отклонено','created'=>'Создано','assignTo'=>'Назначить','in'=>'через','title'=>'Название','status'=>'Статус','workflow'=>'Рабочий процесс','notify'=>'Сообщать','dontNotify'=>'Не сообщать','notifyActions'=>'Сообщать о новых действиях','notifyComplete'=>'Сообщить когда задача будет принята, отклонена, завершена','theme'=>'Цвет','parent'=>'Предок','loadMore'=>'Загрузить еще','worker'=>'Исполнитель','taskCompleted'=>'Задание завершено','taskDeclined'=>'Задание отклонено','taskAccepted'=>'Задание принято','hasNewAction'=>'получило новое действие','viewTaskGiscuit'=>'Просмотреть задание в Giscuit','taskEdited'=>'Задание обновлено','taskAssigned'=>'Задание назначено','revertStatusPending'=>'Обновить статус на "ожидание"'))
(line 38)
  • access: protected

Inherited Variables

Inherited from Giscuit_Controller_Plugin_Abstract

Giscuit_Controller_Plugin_Abstract::$name
Giscuit_Controller_Plugin_Abstract::$_settings
Methods
getAdminJsInitCode (line 439)

Admin javascript script initialization code

  • access: public
string getAdminJsInitCode ([ $options = array()])
  • $options $options: Available options:

Redefinition of:
Giscuit_Controller_Plugin_Abstract::getAdminJsInitCode()
Admin javascript script initialization code
getJsFilesList (line 199)

List of the javascript files to include

  • access: public
array getJsFilesList ()

Redefinition of:
Giscuit_Controller_Plugin_Abstract::getJsFilesList()
List of the javascript file to include
getMobileJsFilesList (line 212)

List of the javascript files to include for mobile

  • access: public
array getMobileJsFilesList ()

Redefinition of:
Giscuit_Controller_Plugin_Abstract::getMobileJsFilesList()
List of the javascript file to include
getParams (line 449)

Get parameters

  • access: public
array getParams ()

Redefinition of:
Giscuit_Controller_Plugin_Abstract::getParams()
Get parameters
install (line 225)

Install plugin

  • access: public
boolean install ( $newConfig)
  • $newConfig

Redefinition of:
Giscuit_Controller_Plugin_Abstract::install()
Install plugin
parseSettingsForm (line 410)

Parse settings in form

  • access: public
boolean parseSettingsForm ( $form)
  • $form

Redefinition of:
Giscuit_Controller_Plugin_Abstract::parseSettingsForm()
Parse settings in form
uninstall (line 352)

Uninstall plugin

  • access: public
boolean uninstall ( $newConfig)
  • $newConfig

Redefinition of:
Giscuit_Controller_Plugin_Abstract::uninstall()
Uninstall plugin

Inherited Methods

Inherited From Giscuit_Controller_Plugin_Abstract

 Giscuit_Controller_Plugin_Abstract::arrayToTmx()
 Giscuit_Controller_Plugin_Abstract::call()
 Giscuit_Controller_Plugin_Abstract::getAdminJsInitCode()
 Giscuit_Controller_Plugin_Abstract::getJsFilesList()
 Giscuit_Controller_Plugin_Abstract::getMobileJsFilesList()
 Giscuit_Controller_Plugin_Abstract::getParams()
 Giscuit_Controller_Plugin_Abstract::getSettings()
 Giscuit_Controller_Plugin_Abstract::install()
 Giscuit_Controller_Plugin_Abstract::parseSettingsForm()
 Giscuit_Controller_Plugin_Abstract::parseSettingsParams()
 Giscuit_Controller_Plugin_Abstract::setSettings()
 Giscuit_Controller_Plugin_Abstract::uninstall()

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