PHP Класс FluidTYPO3\Vhs\ViewHelpers\Media\SourceViewHelper

Please take a look at the v:media.PictureViewHelper documentation for more information.
Наследование: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractTagBasedViewHelper
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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

Открытые методы

Метод Описание
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

Описание методов

initializeArguments() публичный Метод

Initialize arguments.
public initializeArguments ( ) : void
Результат void

injectConfigurationManager() публичный Метод

public injectConfigurationManager ( TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface $configurationManager ) : void
$configurationManager TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface
Результат void

preprocessSourceUri() публичный Метод

Turns a relative source URI into an absolute URL if required
public preprocessSourceUri ( string $src ) : string
$src string
Результат string

render() публичный Метод

Render method
public render ( ) : string
Результат string

Описание свойств

$configurationManager защищенное свойство

protected ConfigurationManagerInterface,TYPO3\CMS\Extbase\Configuration $configurationManager
Результат TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface

$contentObject защищенное свойство

protected ContentObjectRenderer,TYPO3\CMS\Frontend\ContentObject $contentObject
Результат TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer

$tagName защищенное свойство

name of the tag to be created by this view helper
protected string $tagName
Результат string