Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 10819 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 10819 Rev 10820
Línea 122... Línea 122...
122
                $viewModel = new ViewModel();
122
                $viewModel = new ViewModel();
123
                $viewModel->setTemplate('leaders-linked/my-trainer-answer/index.phtml');
123
                $viewModel->setTemplate('leaders-linked/my-trainer-answer/index.phtml');
124
                $viewModel->setVariables([
124
                $viewModel->setVariables([
125
                    'formFeed'    =>  $formFeed,
125
                    'formFeed'    =>  $formFeed,
126
                    'topic_uuid' => $topic_uuid,
126
                    'topic_uuid' => $topic_uuid,
-
 
127
                    'myt_id' => $questions->uuid,
127
                    'formTopicNormal' => $formTopicNomal,
128
                    'formTopicNormal' => $formTopicNomal,
128
                    'urgent'=>$urgent,
129
                    'urgent'=>$urgent,
129
                    'question_title' => $questions->title,
130
                    'question_title' => $questions->title,
130
                    'question_text' => $questions->text,
131
                    'question_text' => $questions->text,
131
                    'rolAdmin'=>$rolAdmin,
132
                    'rolAdmin'=>$rolAdmin,