InterfaceWithStaticMethod.php 89 Bytes
<?php
interface InterfaceWithStaticMethod
{
    public static function staticMethod();
}