This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
jjhc
/
reservation_admin
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
749248a2bd
Ramos
Etiquetas
master
reservation_adm...
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
classExtendsNamespacedClass.php
classExtendsNamespacedClass.php
105 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
9
10
<?php
namespace Foo\Bar;
class Baz {}
namespace Other\Space;
class Extender extends \Foo\Bar\Baz {}