LaunchDarkly PHP SDK 6.2.0

OperationResult
in package

The OperationResult pairs an origin with a result.

Table of Contents

$error  : string|null
$exception  : Exception|null
$origin  : Origin
$value  : mixed
__construct()  : mixed
isSuccessful()  : bool
Determine whether this result represents success or failure.

Properties

Methods

isSuccessful()

Determine whether this result represents success or failure.

public isSuccessful() : bool
Return values
bool

Search results