ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Public Member Functions | |
__construct (int $id, string $title, string $description, bool $is_default, bool $is_outdated, int $position, CopyrightDataInterface $data) | |
id () | |
title () | |
description () | |
isDefault () | |
isOutdated () | |
position () | |
copyrightData () | |
Protected Attributes | |
int | $id |
string | $title |
string | $description |
bool | $is_default |
bool | $is_outdated |
int | $position |
CopyrightDataInterface | $data |
ILIAS\MetaData\Copyright\Entry::__construct | ( | int | $id, |
string | $title, | ||
string | $description, | ||
bool | $is_default, | ||
bool | $is_outdated, | ||
int | $position, | ||
CopyrightDataInterface | $data | ||
) |
Definition at line 33 of file Entry.php.
References ILIAS\MetaData\Copyright\Entry\$data, ILIAS\MetaData\Copyright\Entry\$description, ILIAS\MetaData\Copyright\Entry\$id, ILIAS\MetaData\Copyright\Entry\$is_default, ILIAS\MetaData\Copyright\Entry\$is_outdated, ILIAS\MetaData\Copyright\Entry\$position, ILIAS\MetaData\Copyright\Entry\$title, ILIAS\MetaData\Copyright\Entry\description(), ILIAS\MetaData\Copyright\Entry\position(), and ILIAS\MetaData\Copyright\Entry\title().
ILIAS\MetaData\Copyright\Entry::copyrightData | ( | ) |
Implements ILIAS\MetaData\Copyright\EntryInterface.
Definition at line 81 of file Entry.php.
References ILIAS\MetaData\Copyright\Entry\$data.
ILIAS\MetaData\Copyright\Entry::description | ( | ) |
Implements ILIAS\MetaData\Copyright\EntryInterface.
Definition at line 61 of file Entry.php.
References ILIAS\MetaData\Copyright\Entry\$description.
Referenced by ILIAS\MetaData\Copyright\Entry\__construct().
ILIAS\MetaData\Copyright\Entry::id | ( | ) |
Implements ILIAS\MetaData\Copyright\EntryInterface.
Definition at line 51 of file Entry.php.
References ILIAS\MetaData\Copyright\Entry\$id.
ILIAS\MetaData\Copyright\Entry::isDefault | ( | ) |
Implements ILIAS\MetaData\Copyright\EntryInterface.
Definition at line 66 of file Entry.php.
References ILIAS\MetaData\Copyright\Entry\$is_default.
ILIAS\MetaData\Copyright\Entry::isOutdated | ( | ) |
Implements ILIAS\MetaData\Copyright\EntryInterface.
Definition at line 71 of file Entry.php.
References ILIAS\MetaData\Copyright\Entry\$is_outdated.
ILIAS\MetaData\Copyright\Entry::position | ( | ) |
Implements ILIAS\MetaData\Copyright\EntryInterface.
Definition at line 76 of file Entry.php.
References ILIAS\MetaData\Copyright\Entry\$position.
Referenced by ILIAS\MetaData\Copyright\Entry\__construct().
ILIAS\MetaData\Copyright\Entry::title | ( | ) |
Implements ILIAS\MetaData\Copyright\EntryInterface.
Definition at line 56 of file Entry.php.
References ILIAS\MetaData\Copyright\Entry\$title.
Referenced by ILIAS\MetaData\Copyright\Entry\__construct().
|
protected |
Definition at line 31 of file Entry.php.
Referenced by ILIAS\MetaData\Copyright\Entry\__construct(), and ILIAS\MetaData\Copyright\Entry\copyrightData().
|
protected |
Definition at line 27 of file Entry.php.
Referenced by ILIAS\MetaData\Copyright\Entry\__construct(), and ILIAS\MetaData\Copyright\Entry\description().
|
protected |
Definition at line 25 of file Entry.php.
Referenced by ILIAS\MetaData\Copyright\Entry\__construct(), and ILIAS\MetaData\Copyright\Entry\id().
|
protected |
Definition at line 28 of file Entry.php.
Referenced by ILIAS\MetaData\Copyright\Entry\__construct(), and ILIAS\MetaData\Copyright\Entry\isDefault().
|
protected |
Definition at line 29 of file Entry.php.
Referenced by ILIAS\MetaData\Copyright\Entry\__construct(), and ILIAS\MetaData\Copyright\Entry\isOutdated().
|
protected |
Definition at line 30 of file Entry.php.
Referenced by ILIAS\MetaData\Copyright\Entry\__construct(), and ILIAS\MetaData\Copyright\Entry\position().
|
protected |
Definition at line 26 of file Entry.php.
Referenced by ILIAS\MetaData\Copyright\Entry\__construct(), and ILIAS\MetaData\Copyright\Entry\title().