__construct() __construct(bool|null $beta = null, bool|null $obsolete = null) : mixed Constructor Parameters bool|null $beta Beta version(s) bool|null $obsolete Obsolete version(s) Returns mixed —
fromInt() fromInt(int $attributes, int $mask = PHP_INT_MAX) : static Creates IQRF OS or DPA attributes object from an integer Parameters int $attributes Integer format int $mask Returns static — IQRF OS or DPA attributes
toQueryParameters() toQueryParameters() : array{beta?: "true"|"false", obsolete?: "true"|"false"} Serializes the IQRF OS or DPA attributes entity into query parameters Returns array{beta?: "true"|"false", obsolete?: "true"|"false"} — Query parameters
jsonSerialize() jsonSerialize() : array{beta: bool|null, obsolete: bool|null} Serializes the IQRF OS or DPA attributes entity into JSON Returns array{beta: bool|null, obsolete: bool|null} — JSON serialized IQRF OS or DPA attributes entity