mirror of
https://github.com/e107inc/e107.git
synced 2025-10-12 13:34:39 +02:00
6 lines
89 B
PHP
6 lines
89 B
PHP
<?php
|
|
interface InterfaceWithStaticMethod
|
|
{
|
|
public static function staticMethod();
|
|
}
|