class Action

Properties

string $text

The action text.

string $url

The action URL.

Methods

void
__construct(string $text, string $url)

Create a new action instance.

Details

at line 28
void __construct(string $text, string $url)

Create a new action instance.

Parameters

string $text
string $url

Return Value

void