xref
: /
plugin
/
findologicxmlexport
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
AnInterface.php
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
interface
AnInterface
3
{
4
public
function
doSomething
();
5
}
6