Esempio n. 1
0
 /**
  * Request constructor.
  */
 public function __construct()
 {
     $this->version = Version::get();
 }
Esempio n. 2
0
 /**
  * Response constructor.
  */
 public function __construct()
 {
     $this->version = Version::get();
     $this->hasException = false;
 }