com\setasign\Konquadrat\Object\Action

OpenAlert

File: /Konquadrat/src/Object/Action/OpenAlert.php

Class hierarchy

Implements

Summary

Properties

$actionResponse

$message

$title

private OpenAlert::$title

Methods

__construct()

public OpenAlert::__construct (
string $message,
?string $title = null,
?ActionResponse $actionResponse = null
)
Parameters
$message : string
 
$title : ?string
 
$actionResponse : ?ActionResponse
 

jsonSerialize()

public OpenAlert::jsonSerialize (
void
): array