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