/**
  * Ação inicial de Modelos de Minutas
  */
 public function indexAction()
 {
     parent::indexAction();
     $this->view->arrTipoEtiqueta = $this->getService('TipoEtiqueta')->listItems();
 }
Пример #2
0
 /**
  * Ação inicial da funcionalidade
  */
 public function indexAction()
 {
     parent::indexAction();
     $this->view->arrSituacao = array(0 => 'Aberta', 1 => 'Fechada');
 }
Пример #3
0
 /**
  * método que inicia index
  */
 public function indexAction()
 {
     parent::indexAction();
     $this->view->items = $this->getService('Prioridade')->listItems();
 }