Skip to content

Instantly share code, notes, and snippets.

@mattsah
Created February 21, 2012 00:07
Show Gist options
  • Save mattsah/1872454 to your computer and use it in GitHub Desktop.
Save mattsah/1872454 to your computer and use it in GitHub Desktop.
inKWell iw class constructor
<?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