This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
zskk
/
ris_dm
دنبال کردن
9
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
درخت:
7bc77a0ad0
شاخهها
تگها
master
tangshan
ris_dm
/
server
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
InterfaceWithStaticMethod.php
InterfaceWithStaticMethod.php
89 B
تاريخچه
خام
1
2
3
4
5
<?php
interface InterfaceWithStaticMethod
{
public static function staticMethod();
}