Tag
extends BaseModel
Table of Contents
Properties
-
$createdAt
: string
-
$id
: int
-
$position
: array<string|int, mixed>
-
$screenshotId
: int
-
$stringId
: int
Methods
-
__construct()
: mixed
-
getCreatedAt()
: string
-
getId()
: int
-
getPosition()
: array<string|int, mixed>
-
getScreenshotId()
: int
-
getStringId()
: int
-
setPosition()
: void
-
setStringId()
: void
$createdAt
protected
string
$createdAt
$id
protected
int
$id
$position
protected
array<string|int, mixed>
$position
$screenshotId
protected
int
$screenshotId
$stringId
protected
int
$stringId
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getCreatedAt()
public
getCreatedAt() : string
getId()
public
getId() : int
getPosition()
public
getPosition() : array<string|int, mixed>
Return values
array<string|int, mixed>
getScreenshotId()
public
getScreenshotId() : int
getStringId()
public
getStringId() : int
setPosition()
public
setPosition(array<string|int, mixed> $position) : void
Parameters
-
$position
: array<string|int, mixed>
-
setStringId()
public
setStringId(int $stringId) : void
Parameters
-
$stringId
: int
-