Drupal investigation
<?php interface InterfaceWithStaticMethod { public static function staticMethod(); }