This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
jjhc
/
reservation_admin
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
c9c6556f9f
Větve
Značky
master
reservation_adm...
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
classExtendsNamespacedClass.php
classExtendsNamespacedClass.php
105 B
Historie
Surový
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 {}