Exemplo n.º 1
0
 /**
  * Constructor
  *
  * Prevent creating instances of this class by making the contructor private
  */
 private final function __construct(KConfig $config)
 {
     self::$_registry = new ArrayObject();
     self::$_chain = new KFactoryChain();
 }
Exemplo n.º 2
0
	/**
	 * Constructor
	 *
	 * Prevent creating instances of this class by making the contructor private
	 */
	final private function __construct(KConfig $config) 
	{ 
		self::$_registry = new ArrayObject();
	}