ScopedJsonDecoder
class ScopedJsonDecoder
Methods
__construct(string $spaceId, string $environmentId)
ScopedJsonDecoder constructor.
array
decode(string $json)
No description
string
extractEnvironmentId(array $data)
Checks a data structure and extracts the environment ID, if present.
Details
at line 34
__construct(string $spaceId, string $environmentId)
ScopedJsonDecoder constructor.
at line 45
array
decode(string $json)
at line 109
string
extractEnvironmentId(array $data)
Checks a data structure and extracts the environment ID, if present.