Documentation

Action
in package

Table of Contents

$text  : string
The action text.
$url  : string
The action URL.
__construct()  : void
Create a new action instance.

Properties

$text

The action text.

public string $text

$url

The action URL.

public string $url

Methods

__construct()

Create a new action instance.

public __construct(string $text, string $url) : void
Parameters
$text : string
$url : string
Return values
void

Search results