ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
◀ ilDoc Overview
hasTitle.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\Notification\Factory
;
22
27
interface
hasTitle
28
{
33
public
function
withTitle
(
string
$title):
hasTitle
;
34
38
public
function
getTitle
(): string;
39
44
public
function
withSummary
(
string
$summary):
isItem
;
45
49
public
function
getSummary
(): string;
50
}
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:21
ILIAS\GlobalScreen\Scope\Notification\Factory\hasTitle
Interface hasTitle.
Definition:
hasTitle.php:27
ILIAS\GlobalScreen\Scope\Notification\Factory\isItem
Interface isItem.
Definition:
isItem.php:31
components
ILIAS
GlobalScreen
src
Scope
Notification
Factory
hasTitle.php
Generated on Tue Sep 2 2025 23:03:08 for ILIAS by
1.8.13 (using
Doxyfile
)