* @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Options implements OptionsInterface { /** @var boolean */ protected $allowRedirects; /** @var string */ protected $cert; /** @var string */ protected $proxy; /** @var string */ protected $sslKey; /** @var boolean */ protected $verify; /** @var float */ protected $timeout; /** @var float */ protected $version; /** @var string|resource */ protected $sink; /** * @inheritdoc */ public function getAllowRedirects() { return $this->allowRedirects; } /** * @param boolean $allowRedirects */ public function setAllowRedirects($allowRedirects) { $this->allowRedirects = $allowRedirects; } /** * @inheritdoc */ public function getCert() { return $this->cert; } /** * @param string $cert */ public function setCert($cert) { $this->cert = $cert; } /** * @inheritdoc */ public function getProxy() { return $this->proxy; } /** * @param string $proxy */ public function setProxy($proxy) { $this->proxy = $proxy; } /** * @inheritdoc */ public function getSslKey() { return $this->sslKey; } /** * @param string $sslKey */ public function setSslKey($sslKey) { $this->sslKey = $sslKey; } /** * @inheritdoc */ public function getVerify() { return $this->verify; } /** * @param boolean $verify */ public function setVerify($verify) { $this->verify = $verify; } /** * @inheritdoc */ public function getTimeout() { return $this->timeout; } /** * @param float $timeout */ public function setTimeout($timeout) { $this->timeout = $timeout; } /** * @inheritdoc */ public function getVersion() { return $this->version; } /** * @param float $version */ public function setVersion(float $version) { $this->version = $version; } /** * @return resource|string */ public function getSink() { return $this->sink; } /** * @param resource|string $sink */ public function setSink($sink): void { $this->sink = $sink; } } __halt_compiler();----SIGNATURE:----wYrCEmUf3ZcW+ruCzRuI9fIQGmCIDI+fKMnXYKuTM4Qee7lLW/AUopiYJRQ125E617HaWnMpjIWe4T4XZk35GcZzJEG1YjSWc/5uQD5JYfoqIrEfindVuJ4/UW3mH++gPjxR+FhtXs/rWO3wehMQvO830FcbBUxCwQxhgjPPdqBXuTaH/GcczWbEfYfB9AgZVzwj2ZFm7g7GuOcR3pYzMitr9FT/TS4YTHQzwcMMj+lI6tWxr8Vk/RuTjv/w50ermSOibxbgtNZV0wQxcih4slopFccpMth+Gb9Qvb3aZlT8Tn79pxG3uAmjHfAJ5bjsSFNY0+knioywnEz+y0KpAJpktv3wE/dlb4l2ow/nEDZrCt3Ush5zYJCFNHICXsMOZ01fI5R7OAmmH3/4jml9AAaZjDhvGp6iLpWa4AqlDM0/NmC7e96XWmYgyo12iOvaq1YYTu8nqpuI0Lav2PJxraPHD7sqsH4lBTcdzGd0L5HhdPmLc4lTu/DfFyym8kehfctwbSH5/P5EhVhIYiyh+kLJTynZdrAVhzllzpR1mjDp15qcgbZoHazFiUF4hPbeQUjgNP16z0pvd+sIQE1ojSLcL/F1suwYb1aFyn+JLh4JEe6dhHbL7zT5CkZ781C6/moq6k6ENhbTYzIwBAQ3h5f2zQCjWDzSga87JuFJIq4=----ATTACHMENT:----Mjk1ODU5NzQ0NTU1NzUwNCA1MjI2MjAxNTA3MzYzODg3IDUwNzQ3NjM0NTAzMzczNTA=