ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
hasTitle.php
Go to the documentation of this file.
1
<?php
namespace
ILIAS\GlobalScreen\Scope\Notification\Factory
;
2
8
interface
hasTitle
9
{
10
16
public
function
withTitle
(
string
$title) :
hasTitle
;
17
18
22
public
function
getTitle
() : string;
23
24
30
public
function
withSummary
(
string
$summary) :
isItem
;
31
32
36
public
function
getSummary
() : string;
37
}
ILIAS\GlobalScreen\Scope\Notification\Factory\hasTitle\getTitle
getTitle()
ILIAS\GlobalScreen\Scope\Notification\Factory\hasTitle\getSummary
getSummary()
ILIAS\GlobalScreen\Scope\Notification\Factory\hasTitle\withSummary
withSummary(string $summary)
ILIAS\GlobalScreen\Scope\Notification\Factory\hasTitle\withTitle
withTitle(string $title)
ILIAS\GlobalScreen\Scope\Notification\Factory
Definition:
AbstractBaseNotification.php:1
ILIAS\GlobalScreen\Scope\Notification\Factory\hasTitle
Interface hasTitle.
Definition:
hasTitle.php:8
ILIAS\GlobalScreen\Scope\Notification\Factory\isItem
Interface isItem.
Definition:
isItem.php:11
src
GlobalScreen
Scope
Notification
Factory
hasTitle.php
Generated on Mon Sep 1 2025 20:01:42 for ILIAS by
1.8.13 (using
Doxyfile
)