예제 #1
0
 public function __construct()
 {
     $this->serverParams = [];
     $this->getParams = [];
     $this->postParams = [];
     $this->filesParams = [];
     $this->requestParams = [];
     $this->sessionParams = [];
     $this->envParams = [];
     $this->cookieParams = [];
     $this->headers = [];
     $this->body = '';
     $this->httpStatusCode = 0;
     $this->argc = 0;
     $this->argv = [];
     parent::__construct();
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
 }
예제 #3
0
 /**
  * Initialies the roles variable.
  */
 public function __construct()
 {
     parent::__construct();
     $this->roles = new ArrayCollection();
 }