ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
Link.php
Go to the documentation of this file.
1
<?php
2
18
declare(strict_types=1);
19
20
namespace
ILIAS\Data\Meta\Html\OpenGraph
;
21
22
use
ILIAS\Data\URI
;
23
27
class
Link
extends
Tag
28
{
29
public
function
__construct
(
30
string
$property_name,
31
protected
URI
$uri,
32
) {
33
parent::__construct
($property_name);
34
}
35
36
protected
function
getValue
(): string
37
{
38
return
(
string
) $this->uri;
39
}
40
}
ILIAS\Data\Meta\Html\OpenGraph\Link\getValue
getValue()
Definition:
Link.php:36
ILIAS\Data\Meta\Html\OpenGraph\Link\__construct
__construct(string $property_name, protected URI $uri,)
Definition:
Link.php:29
ILIAS\Data\Meta\Html\OpenGraph
Definition:
Audio.php:20
Standard
ILIAS\Data\URI
The scope of this class is split ilias-conform URI's into components.
Definition:
URI.php:34
ILIAS\Data\Meta\Html\OpenGraph\Tag
Definition:
Tag.php:27
ILIAS\Data\URI
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
components
ILIAS
Data
src
Meta
Html
OpenGraph
Link.php
Generated on Wed Sep 10 2025 15:15:25 for ILIAS by
1.8.13 (using
Doxyfile
)