コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function setMethod($method)
 {
     $this->_delegate->setMethod($method);
     return $this;
 }