Ejemplo n.º 1
0
 private function __construct($path)
 {
     $this->_path = $path;
     $this->_method = Method::GET();
     $this->_query = array();
     $this->_header = array();
     $this->_content = array();
 }
Ejemplo n.º 2
0
 protected function getRequest($path = '')
 {
     return $this->exec($path, Method::GET(), $this->request($path)->setQuery($this->paramWithReset()));
 }