Documentation

ViewpointSnapshot
in package

Represents a complete set of viewpoint data used to restore a saved viewpoint.

Table of Contents

$actionGroups  : array<string|int, mixed>
$attachments  : array<string|int, mixed>
$data  : array<string|int, mixed>
$description  : string
$template  : string|null
$title  : string
__construct()  : mixed
ViewpointRestorationPoint constructor.
getActionGroups()  : array<string|int, mixed>
Action groups of the viewpoint.
getAttachments()  : array<string|int, mixed>
Attachements of the viewpoint.
getData()  : array<string|int, mixed>
Date of the viewpoint.
getDescription()  : string
Description of the viewpoint.
getTemplate()  : string|null
Template of the viewpoint.
getTitle()  : string
Title of the viewpoint.

Properties

Methods

__construct()

ViewpointRestorationPoint constructor.

public __construct(string $title, string $description, string|null $template, array<string|int, mixed> $actionGroups, array<string|int, mixed> $attachments, array<string|int, mixed> $data) : mixed
Parameters
$title : string
$description : string
$template : string|null
$actionGroups : array<string|int, mixed>
$attachments : array<string|int, mixed>
$data : array<string|int, mixed>
Return values
mixed

getActionGroups()

Action groups of the viewpoint.

public getActionGroups() : array<string|int, mixed>
Return values
array<string|int, mixed>

getAttachments()

Attachements of the viewpoint.

public getAttachments() : array<string|int, mixed>
Return values
array<string|int, mixed>

getData()

Date of the viewpoint.

public getData() : array<string|int, mixed>
Return values
array<string|int, mixed>

getDescription()

Description of the viewpoint.

public getDescription() : string
Return values
string

getTemplate()

Template of the viewpoint.

public getTemplate() : string|null
Return values
string|null

getTitle()

Title of the viewpoint.

public getTitle() : string
Return values
string

Search results