FormTransferResult
Read onlyYes
FinalYes
Result of a single form transfer operation
Table of Contents
Properties
- $deletionError : string|null
- $formIdentifier : string
- $formName : string
- $sourceDeleted : bool
- $sourceIdentifier : string
- $targetIdentifier : string
Methods
- __construct() : mixed
- isFullySuccessful() : bool
Properties
$deletionError
public
string|null
$deletionError
= null
$formIdentifier
public
string
$formIdentifier
$formName
public
string
$formName
$sourceDeleted
public
bool
$sourceDeleted
= false
$sourceIdentifier
public
string
$sourceIdentifier
$targetIdentifier
public
string
$targetIdentifier
Methods
__construct()
public
__construct(string $sourceIdentifier, string $targetIdentifier, string $formIdentifier, string $formName[, bool $sourceDeleted = false ][, string|null $deletionError = null ]) : mixed
Parameters
- $sourceIdentifier : string
- $targetIdentifier : string
- $formIdentifier : string
- $formName : string
- $sourceDeleted : bool = false
- $deletionError : string|null = null
isFullySuccessful()
public
isFullySuccessful() : bool