EPG PHP SDK
Loading...
Searching...
No Matches
WorkFlowResponse Class Reference

Public Member Functions

 __construct (object $worflowResponse)
 
 setId (mixed $var)
 
 setName (?string $var)
 
 setVersion (?int $var)
 
 getId ()
 Get the ID of the workflow response.
 
 getName ()
 Get the name associated with the workflow response.
 
 getVersion ()
 Get the version of the workflow response.
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( object  $worflowResponse)

Member Function Documentation

◆ getId()

getId ( )

Get the ID of the workflow response.

Returns
mixed The ID value.

◆ getName()

getName ( )

Get the name associated with the workflow response.

Returns
string|null The name value or null if not set.

◆ getVersion()

getVersion ( )

Get the version of the workflow response.

Returns
int|null The version value or null if not set.

◆ setId()

setId ( mixed  $var)

◆ setName()

setName ( ?string  $var)

◆ setVersion()

setVersion ( ?int  $var)

The documentation for this class was generated from the following file: