ThreadedFactory::__construct PHP Method

__construct() protected method

protected __construct ( )
    protected function __construct()
    {
        global $threadedFactoryInstance;
        $threadedFactoryInstance = $this;
        self::$instance = $this;
    }