interface AnInterface in Zircon Profile 8.0
Same name and namespace in other branches
Hierarchy
- interface \AnInterface
Expanded class hierarchy of AnInterface
All classes that implement AnInterface
18 string references to 'AnInterface'
- Framework_MockObjectTest::testMockClassOnlyGeneratedOnce in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObjectTest.php - Framework_MockObjectTest::testMockedMethodIsCalledAtLeastOnce in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObjectTest.php - Framework_MockObjectTest::testMockedMethodIsCalledAtLeastOnce2 in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObjectTest.php - Framework_MockObjectTest::testMockedMethodIsCalledAtLeastTwice in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObjectTest.php - Framework_MockObjectTest::testMockedMethodIsCalledAtLeastTwice2 in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObjectTest.php
File
- vendor/
phpunit/ phpunit-mock-objects/ tests/ _fixture/ AnInterface.php, line 2
View source
interface AnInterface {
public function doSomething();
}
Members
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AnInterface:: |
public | function |