PHP Classes

File: TestNamespace/TestInterface.nsim.php

Recommend this page to a friend!
  Classes of Martin Alterisio   NamespaceSim   TestNamespace/TestInterface.nsim.php   Download  
File: TestNamespace/TestInterface.nsim.php
Role: Example script
Content type: text/plain
Description: nsim'ed example interface
Class: NamespaceSim
Emulate class namespaces under PHP 5
Author: By
Last change:
Date: 16 years ago
Size: 155 bytes
 

Contents

Class file image Download
<?php
/**
 * @ignore
 * @package ignore
 */

package TestNamespace;

/**
 * @ignore
 */
interface TestInterface {
    function
test();
}
?>