|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Badge\BadgeParent:Public Member Functions | |
| __construct (private readonly Container $container, $icon=[ilObject::class, '_getIcon'], $references_of=[ilObject::class, '_getAllReferences'], $link_to=[ilLink::class, '_getLink']) | |
| asComponent (ilBadge $badge) | |
| asProperty (ilBadge $badge) | |
Private Member Functions | |
| metaData (ilBadge $badge) | |
Private Attributes | |
| readonly Closure | $icon |
| readonly Closure | $references_of |
| readonly Closure | $link_to |
Definition at line 30 of file BadgeParent.php.
| ILIAS\Badge\BadgeParent::__construct | ( | private readonly Container | $container, |
$icon = [ilObject::class, '_getIcon'], |
|||
$references_of = [ilObject::class, '_getAllReferences'], |
|||
$link_to = [ilLink::class, '_getLink'] |
|||
| ) |
| Closure(int,string,string) | string $icon |
| Closure(int) | int[] $references_of |
| Closure(int) | string $link_to |
Definition at line 44 of file BadgeParent.php.
References ILIAS\Badge\BadgeParent\$icon, ILIAS\Badge\BadgeParent\$link_to, and ILIAS\Badge\BadgeParent\$references_of.
| ILIAS\Badge\BadgeParent::asComponent | ( | ilBadge | $badge | ) |
Definition at line 55 of file BadgeParent.php.
References ILIAS\Badge\BadgeParent\metaData().
Referenced by ILIAS\Badge\Tile\inDeck().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Badge\BadgeParent::asProperty | ( | ilBadge | $badge | ) |
Definition at line 85 of file BadgeParent.php.
References ILIAS\Badge\BadgeParent\$icon, and ILIAS\Badge\BadgeParent\metaData().
Here is the call graph for this function:
|
private |
Definition at line 100 of file BadgeParent.php.
References ilBadge\getParentId(), and ilBadge\getParentMeta().
Referenced by ILIAS\Badge\BadgeParent\asComponent(), and ILIAS\Badge\BadgeParent\asProperty().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 33 of file BadgeParent.php.
Referenced by ILIAS\Badge\BadgeParent\__construct(), and ILIAS\Badge\BadgeParent\asProperty().
|
private |
Definition at line 37 of file BadgeParent.php.
Referenced by ILIAS\Badge\BadgeParent\__construct().
|
private |
Definition at line 35 of file BadgeParent.php.
Referenced by ILIAS\Badge\BadgeParent\__construct().