ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ 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
ILIAS\MetaData\Repository\Validation\Data\__construct
__construct(VocabulariesInterface $vocabularies)
Definition:
VocabularyBridge.php:31
ILIAS\Data\Meta\Html\OpenGraph\Link
Definition:
Link.php:27
ILIAS\Data\URI
The scope of this class is split ilias-conform URI's into components.
Definition:
URI.php:18
ILIAS\Data\Meta\Html\OpenGraph\Tag
Definition:
Tag.php:27
URI
src
Data
Meta
Html
OpenGraph
Link.php
Generated on Wed Sep 10 2025 14:12:04 for ILIAS by
1.8.13 (using
Doxyfile
)