Table of Contents
-
$data
: array<string|int, mixed>
-
__construct()
: mixed
-
getAttachments()
: array<string|int, mixed>|null
-
getAuthorId()
: string
-
getContextAnnotations()
: array<string|int, mixed>|null
-
getConversationId()
: string|null
-
getCreatedAt()
: string
-
getEntities()
: array<string|int, mixed>|null
-
getGeo()
: array<string|int, mixed>|null
-
getId()
: string
-
getInReplyToUserId()
: string|null
-
getLang()
: string|null
-
getPublicMetrics()
: array<string|int, mixed>|null
-
getReferencedTweets()
: array<string|int, mixed>|null
-
getReplySettings()
: string|null
-
getSource()
: string|null
-
getText()
: string
-
isPossiblySensitive()
: bool|null
-
isWithheld()
: bool|null
$data
private
array<string|int, mixed>
$data
__construct()
public
__construct(array<string|int, mixed> $data) : mixed
Parameters
-
$data
: array<string|int, mixed>
-
Return values
mixed
—
getAttachments()
public
getAttachments() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
—
getAuthorId()
public
getAuthorId() : string
Return values
string
—
getContextAnnotations()
public
getContextAnnotations() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
—
getConversationId()
public
getConversationId() : string|null
Return values
string|null
—
getCreatedAt()
public
getCreatedAt() : string
Return values
string
—
getEntities()
public
getEntities() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
—
getGeo()
public
getGeo() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
—
getId()
public
getId() : string
Return values
string
—
getInReplyToUserId()
public
getInReplyToUserId() : string|null
Return values
string|null
—
getLang()
public
getLang() : string|null
Return values
string|null
—
getPublicMetrics()
public
getPublicMetrics() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
—
public
getReferencedTweets() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
—
getReplySettings()
public
getReplySettings() : string|null
Return values
string|null
—
getSource()
public
getSource() : string|null
Return values
string|null
—
getText()
public
getText() : string
Return values
string
—
isPossiblySensitive()
public
isPossiblySensitive() : bool|null
Return values
bool|null
—
isWithheld()
public
isWithheld() : bool|null
Return values
bool|null
—