This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
zskk
/
ris_dm
Vigiar
9
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
26b306b343
Ramos
Etiquetas
master
ris_dm
/
server
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
ClassWithStaticMethod.php
ClassWithStaticMethod.php
92 B
Histórico
Em bruto
1
2
3
4
5
6
7
<?php
class ClassWithStaticMethod
{
public static function staticMethod()
{
}
}