Пример #1
0
 /**
  * Is HTTP method PUT
  *
  * @return bool
  *
  * @access public
  */
 public function isPut()
 {
     return $this->request->isMethod('PUT');
 }