mirror of
https://github.com/e107inc/e107.git
synced 2025-10-14 06:24:56 +02:00
7 lines
68 B
PHP
7 lines
68 B
PHP
<?php
|
|
|
|
interface AnInterface
|
|
{
|
|
public function doSomething();
|
|
}
|