This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
jjhc
/
reservation_admin
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
1a3a688ab3
Dallar
Biçim İmleri
master
reservation_adm...
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
classExtendsNamespacedClass.php
classExtendsNamespacedClass.php
105 B
Geçmiş
Ham
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 {}