diff options
Diffstat (limited to 'src/Objects/Protocol.php')
-rw-r--r-- | src/Objects/Protocol.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Objects/Protocol.php b/src/Objects/Protocol.php new file mode 100644 index 0000000..b48f175 --- /dev/null +++ b/src/Objects/Protocol.php @@ -0,0 +1,11 @@ +<?php +namespace BjoernrDe\SSLLabsApi\Objects; + +class Protocol +{ + private $id; + private $name; + private $version; + private $v2SuitesDisabled; + private $q; +}
\ No newline at end of file |