コード例 #1
0
ファイル: static_method.php プロジェクト: tokenrove/pfff
function test()
{
    MyClass::myStaticMethod('myParam');
}