PHP Class FluidTYPO3\Vhs\ViewHelpers\Media\YoutubeViewHelper

Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractTagBasedViewHelper
Afficher le fichier Open project: fluidtypo3/vhs

Protected Properties

Свойство Type Description
$tagName string

Méthodes publiques

Méthode Description
initializeArguments ( ) : void Initialize arguments.
render ( ) : string Render method

Private Methods

Méthode Description
getSourceUrl ( string $videoId ) : string Returns video source url according to provided arguments
renderChildTag ( string $tagName, array $attributes = [], boolean $forceClosingTag = false ) : string Renders the provided tag and its attributes

Method Details

initializeArguments() public méthode

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

render() public méthode

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

Property Details

$tagName protected_oe property

protected string $tagName
Résultat string