interface TestInterface

Hierarchy

  • interface \Doctrine\Tests\Common\Annotations\Fixtures\TestInterface

Expanded class hierarchy of TestInterface

All classes that implement TestInterface

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/TestInterface.php, line 7

Namespace

Doctrine\Tests\Common\Annotations\Fixtures
View source
interface TestInterface {

  /**
   * @Secure
   */
  function foo();

}

Members