This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
zskk
/
ris_dm
İzle
9
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
e5cf5891ac
Dallar
Biçim İmleri
master
tangshan
ris_dm
/
server
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
AnInterface.php
AnInterface.php
68 B
Geçmiş
Ham
1
2
3
4
5
6
<?php
interface AnInterface
{
public function doSomething();
}