Ejemplo n.º 1
0
 /**
  * Override parent method for request emulation during internal call
  *
  * @return string
  */
 public function getMethod()
 {
     $method = $this->_method;
     if (!$method) {
         $method = parent::getMethod();
     }
     return $method;
 }