PNHistoryItemResult
in package
Table of Contents
Properties
- $crypto : PubNubCryptoCore
- $entry : any
- $error : mixed
- $timetoken : int
Methods
- __construct() : mixed
- PNHistoryItemResult constructor.
- __toString() : mixed
- decrypt() : mixed
- getEntry() : any
- getTimetoken() : int
Properties
$crypto
private
PubNubCryptoCore
$crypto
$entry
private
any
$entry
$error
private
mixed
$error
= null
$timetoken
private
int
$timetoken
Methods
__construct()
PNHistoryItemResult constructor.
public
__construct(string $entry, PubNubCryptoCore $crypto[, int $timetoken = null ]) : mixed
Parameters
- $entry : string
- $crypto : PubNubCryptoCore
- $timetoken : int = null
__toString()
public
__toString() : mixed
decrypt()
public
decrypt() : mixed
getEntry()
public
getEntry() : any
Return values
anygetTimetoken()
public
getTimetoken() : int