Login   Register  
PHP Classes
elePHPant
Icontem

File: NotSimulated/TestClass3.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  >  NotSimulated/TestClass3.php  >  Download  
File: NotSimulated/TestClass3.php
Role: Example script
Content type: text/plain
Description: access to nonsim'ed from nsim'ed example class
Class: NamespaceSim
Emulate class namespaces under PHP 5
Author: By
Last change: Version 0.4
Date: 2007-07-08 15:17
Size: 189 bytes
 

Contents

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

/**
 * @ignore
 */
class NotSimulated_TestClass3 {
    static public function 
test($test) {
        echo 
"<$test>\n";
    }
}
?>