Login   Register  
PHP Classes
elePHPant
Icontem

File: TestNamespace/TestInterface.nsim.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2007-08-01 21:56
Size: 155 bytes
 

Contents

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

package TestNamespace;

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