Example #1
0
 /**
  * Create an instance or the Status class
  *
  * @param int
  */
 public function __construct($status = 200)
 {
     $this->status = $status;
     $this->protocol = Request::protocol();
 }