TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extensionmanager\Utility\Importer\MirrorListUtility Class Reference
Inheritance diagram for TYPO3\CMS\Extensionmanager\Utility\Importer\MirrorListUtility:

Public Member Functions

 __construct ()
 
 update (\SplSubject $subject)
 

Protected Attributes

 $parser
 
 $arrTmpMirrors = array()
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Module: Extension manager - Mirror list importer

Author
Marcus Krause <marcus::exp2010.info>
Steffen Kamper info@.nosp@m.sk-t.nosp@m.ypo3..nosp@m.de Importer object for mirror list.
Marcus Krause <marcus::exp2010.info>
Steffen Kamper info@.nosp@m.sk-t.nosp@m.ypo3..nosp@m.de
Since
2010-02-10

Definition at line 29 of file MirrorListUtility.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Extensionmanager\Utility\Importer\MirrorListUtility::__construct ( )

Class constructor.

Method retrieves and initializes extension XML parser instance

Exceptions

Definition at line 51 of file MirrorListUtility.php.

References TYPO3\CMS\Extensionmanager\Utility\Parser\XmlParserFactory\getParserInstance(), and TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

Member Function Documentation

◆ update()

TYPO3\CMS\Extensionmanager\Utility\Importer\MirrorListUtility::update ( \SplSubject  $subject)

Method receives an update from a subject.

Parameters
\SplSubject$subjecta subject notifying this observer
Returns
void

Definition at line 84 of file MirrorListUtility.php.

Member Data Documentation

◆ $arrTmpMirrors

TYPO3\CMS\Extensionmanager\Utility\Importer\MirrorListUtility::$arrTmpMirrors = array()
protected

Definition at line 43 of file MirrorListUtility.php.

◆ $parser

TYPO3\CMS\Extensionmanager\Utility\Importer\MirrorListUtility::$parser
protected

Definition at line 36 of file MirrorListUtility.php.