PHP Class FluidTYPO3\Vhs\ViewHelpers\Media\SourceViewHelper

Please take a look at the v:media.PictureViewHelper documentation for more information.
Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractTagBasedViewHelper
Afficher le fichier Open project: fluidtypo3/vhs

Protected Properties

Свойство Type Description
$configurationManager TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface
$contentObject TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer
$tagName string name of the tag to be created by this view helper

Méthodes publiques

Méthode Description
initializeArguments ( ) : void Initialize arguments.
injectConfigurationManager ( TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface $configurationManager ) : void
preprocessSourceUri ( string $src ) : string Turns a relative source URI into an absolute URL if required
render ( ) : string Render method

Method Details

initializeArguments() public méthode

Initialize arguments.
public initializeArguments ( ) : void
Résultat void

injectConfigurationManager() public méthode

public injectConfigurationManager ( TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface $configurationManager ) : void
$configurationManager TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface
Résultat void

preprocessSourceUri() public méthode

Turns a relative source URI into an absolute URL if required
public preprocessSourceUri ( string $src ) : string
$src string
Résultat string

render() public méthode

Render method
public render ( ) : string
Résultat string

Property Details

$configurationManager protected_oe property

protected ConfigurationManagerInterface,TYPO3\CMS\Extbase\Configuration $configurationManager
Résultat TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface

$contentObject protected_oe property

protected ContentObjectRenderer,TYPO3\CMS\Frontend\ContentObject $contentObject
Résultat TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer

$tagName protected_oe property

name of the tag to be created by this view helper
protected string $tagName
Résultat string