ThreadedFactory::__construct PHP 메소드

__construct() 보호된 메소드

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