api-8.x-1.x-dev/tests/files/sample_namespace/InterfaceD2.php
tests/files/sample_namespace/InterfaceD2.php
<?php
/**
* @file Contains \api\test2\InterfaceD.
*/
namespace api\test2;
/**
* Yet another sample interface in a namespace.
*/
interface InterfaceD {
/**
* Yet another exciting method.
*/
function dtwoMethod();
}
