Documentation

AttachmentInterface

Table of Contents

__construct()  : mixed
AttachmentInterface constructor.
__toString()  : string
getData()  : array<string|int, mixed>
Returns an array with attachment-specific fields.
getId()  : string

Methods

__construct()

AttachmentInterface constructor.

public __construct(Game $g, Scene $scene) : mixed
Parameters
$g : Game

Should not be saved internally.

$scene : Scene

Should not be saved internally.

Return values
mixed

getData()

Returns an array with attachment-specific fields.

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

Search results