19declare(strict_types=1);
41 (
null !== $width) ?
new Text(
'og:video:width', (
string) $width) :
new NullTag(),
42 (
null !== $height) ?
new Text(
'og:video:height', (
string) $height) :
new NullTag(),
The scope of this class is split ilias-conform URI's into components.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc