Example #1
0
 /**
  * @return string
  */
 protected function getCurrentRequestMethod()
 {
     return Server::Instance()->getRequestMethod();
 }
Example #2
0
 protected function __construct()
 {
     $this->get = $_GET;
     $this->post = $_POST;
     $this->server = Server::Instance();
 }