TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Frontend\MediaWizard\MediaWizardProviderManager Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\MediaWizard\MediaWizardProviderManager:
tslib_mediaWizardManager

Static Public Member Functions

static registerMediaWizardProvider ($className)
 

Static Protected Attributes

static $providers = 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! Manager to register and call registered media wizard providers

Author
Ernesto Baschny ernst.nosp@m.@cro.nosp@m.n-it..nosp@m.de

Definition at line 22 of file MediaWizardProviderManager.php.

Member Function Documentation

◆ registerMediaWizardProvider()

static TYPO3\CMS\Frontend\MediaWizard\MediaWizardProviderManager::registerMediaWizardProvider (   $className)
static

Allows extensions to register themselves as media wizard providers

Parameters
string$classNameA class implementing MediaWizardProviderInterface
Exceptions

Definition at line 36 of file MediaWizardProviderManager.php.

References TYPO3\CMS\Frontend\MediaWizard\MediaWizardProviderManager\$providers, and TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

Member Data Documentation

◆ $providers

TYPO3\CMS\Frontend\MediaWizard\MediaWizardProviderManager::$providers = array()
staticprotected