Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1044 Rev 1056
Línea 39... Línea 39...
39
    		      continue;
39
    		      continue;
40
    	    }
40
    	    }
Línea 41... Línea 41...
41
    	    
41
    	    
42
    	    array_push($option['childs'], [
42
    	    array_push($option['childs'], [
43
    	        'label' => $child->getLabel(),
43
    	        'label' => $child->getLabel(),
44
    	        'href' => $child->getLabel()
44
    	        'href' => $child->getHref(),
Línea 45... Línea 45...
45
    	    ]);
45
    	    ]);
46
    	    
46