AttachmentInterface
in
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 —__toString()
public
__toString() : string
Return values
string —getData()
Returns an array with attachment-specific fields.
public
getData() : array<string|int, mixed>
Return values
array<string|int, mixed> —getId()
public
getId() : string