Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16805 | Rev 16817 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16805 Rev 16806
Línea 96... Línea 96...
96
                        'controller' => '\LeadersLinked\Controller\StorageNetworkController',
96
                        'controller' => '\LeadersLinked\Controller\StorageNetworkController',
97
                        'action' => 'download'
97
                        'action' => 'download'
98
                    ]
98
                    ]
99
                ]
99
                ]
100
            ],
100
            ],
-
 
101
            
-
 
102
            /** INICIO ORGANIZACION DEL MENU **/
-
 
103
            
-
 
104
            'admin-activities' => [
-
 
105
                'type' => Literal::class,
-
 
106
                'options' => [
-
 
107
                    'route' => '/admin-activities',
-
 
108
                    'defaults' => [
-
 
109
                        'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
110
                        'action' => 'index'
-
 
111
                    ]
-
 
112
                ],
-
 
113
                'may_terminate' => true,
-
 
114
                'child_routes' => [
-
 
115
                ]    
-
 
116
            ],    
-
 
117
            
-
 
118
            
-
 
119
            'people-management' => [
-
 
120
                'type' => Literal::class,
-
 
121
                'options' => [
-
 
122
                    'route' => '/people-management',
-
 
123
                    'defaults' => [
-
 
124
                        'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
125
                        'action' => 'index'
-
 
126
                    ]
-
 
127
                ],
-
 
128
                'may_terminate' => true,
-
 
129
                'child_routes' => [
-
 
130
                ]    
-
 
131
            ],    
-
 
132
            
-
 
133
            
-
 
134
            
-
 
135
            'development-and-knowledge' => [
-
 
136
                'type' => Literal::class,
-
 
137
                'options' => [
-
 
138
                    'route' => '/development-and-knowledge',
-
 
139
                    'defaults' => [
-
 
140
                        'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
141
                        'action' => 'index'
-
 
142
                    ]
-
 
143
                ],
-
 
144
                'may_terminate' => true,
-
 
145
                'child_routes' => [
-
 
146
                ]
-
 
147
            ],
-
 
148
            'management' => [
-
 
149
                'type' => Literal::class,
-
 
150
                'options' => [
-
 
151
                    'route' => '/management',
-
 
152
                    'defaults' => [
-
 
153
                        'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
154
                        'action' => 'index'
-
 
155
                    ]
-
 
156
                ],
-
 
157
                'may_terminate' => true,
-
 
158
                'child_routes' => [
-
 
159
                ]
-
 
160
            ],
-
 
161
            'organizational-design' => [
-
 
162
                'type' => Literal::class,
-
 
163
                'options' => [
-
 
164
                    'route' => '/organizational-design',
-
 
165
                    'defaults' => [
-
 
166
                        'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
167
                        'action' => 'index'
-
 
168
                    ]
-
 
169
                ],
-
 
170
                'may_terminate' => true,
-
 
171
                'child_routes' => [
-
 
172
                ]
-
 
173
            ],
-
 
174
            'company-options' => [
-
 
175
                'type' => Literal::class,
-
 
176
                'options' => [
-
 
177
                    'route' => '/company-options',
-
 
178
                    'defaults' => [
-
 
179
                        'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
180
                        'action' => 'index'
-
 
181
                    ]
-
 
182
                ],
-
 
183
                'may_terminate' => true,
-
 
184
                'child_routes' => [
-
 
185
                ]
-
 
186
            ],
-
 
187
            
-
 
188
            /** FIN ORGANIZACION DEL MENU **/
-
 
189
            
-
 
190
            
101
            /*             * *** START TEST **** */
191
            /*             * *** START TEST **** */
102
            'test' => [
192
            'test' => [
103
                'type' => Literal::class,
193
                'type' => Literal::class,
104
                'options' => [
194
                'options' => [
105
                    'route' => '/test',
195
                    'route' => '/test',