PHP Classes

File: NotSimulated/TestClass3.php

Recommend this page to a friend!
  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: 16 years ago
Size: 189 bytes
 

Contents

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

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