PHP Classes

File: org/NoNamespaceClass.php

Recommend this page to a friend!
  Classes of Andrei Alexandru   Enhanced PSR 4 Autoloader   org/NoNamespaceClass.php   Download  
File: org/NoNamespaceClass.php
Role: Class source
Content type: text/plain
Description: Examples
Class: Enhanced PSR 4 Autoloader
Autoloader that supports PSR 4 with enhancements
Author: By
Last change:
Date: 8 years ago
Size: 93 bytes
 

Contents

Class file image Download
<?php

class NoNamespaceClass {
    function
__construct() {
       
var_dump(__CLASS__);
    }
}