mirror of
https://github.com/espocrm/espocrm.git
synced 2026-07-01 08:26:04 +00:00
6 lines
67 B
PHP
6 lines
67 B
PHP
<?php
|
|
interface AnInterface
|
|
{
|
|
public function doSomething();
|
|
}
|