This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
wangdu
/
wangdu_wechat
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
9e90a7254a
Dallar
Biçim İmleri
master
stabble
wangdu_wechat
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
ClassWithStaticMethod.php
ClassWithStaticMethod.php
92 B
Geçmiş
Ham
1
2
3
4
5
6
7
<?php
class ClassWithStaticMethod
{
public static function staticMethod()
{
}
}