Created
February 21, 2012 00:07
-
-
Save mattsah/1872454 to your computer and use it in GitHub Desktop.
inKWell iw class constructor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Constructing an iw object is not allowed, this is purely for | |
* namespacing and static controls. | |
* | |
* @final | |
* @access private | |
* @param void | |
* @return void | |
*/ | |
final private function __construct() | |
{ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment