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