This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
zskk
/
ris_dm
Tarkkaile
9
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
204e1444c7
Branchit
Tagit
master
tangshan
ris_dm
/
server
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
ClassWithStaticMethod.php
ClassWithStaticMethod.php
92 B
Historia
Raaka
1
2
3
4
5
6
7
<?php
class ClassWithStaticMethod
{
public static function staticMethod()
{
}
}