EntityResponse
extends ANAFResponse
in package
Represents the response structure for @see \EdituraEDU\ANAF\ANAFAPIClient::GetEntity
Table of Contents
Properties
- $Entity : Entity|null
- $LastError : Throwable|null
- $rawResponse : string|null
Methods
- CreateError() : EntityResponse
- HasError() : bool
- IsSuccess() : bool
- Parse() : void
- CommonParseJSON() : stdClass|array<string|int, mixed>|null
- InternalCreateError() : void
- Utility method for implementers to create an error
Properties
$Entity
public
Entity|null
$Entity
= null
$LastError
public
Throwable|null
$LastError
= null
$rawResponse
public
string|null
$rawResponse
= null
Methods
CreateError()
public
static CreateError(Throwable $error) : EntityResponse
Parameters
- $error : Throwable
Return values
EntityResponseHasError()
public
HasError() : bool
Return values
boolIsSuccess()
public
IsSuccess() : bool
Return values
boolParse()
public
Parse() : void
CommonParseJSON()
protected
CommonParseJSON(string|null $response) : stdClass|array<string|int, mixed>|null
Parameters
- $response : string|null
Return values
stdClass|array<string|int, mixed>|nullInternalCreateError()
Utility method for implementers to create an error
protected
InternalCreateError(string $message[, int $code = ANAFException::UNKNOWN_ERROR ][, Throwable|null $previous = null ]) : void
Parameters
- $message : string
- $code : int = ANAFException::UNKNOWN_ERROR
- $previous : Throwable|null = null