Esempio n. 1
0
 /**
  * @overrides put() from RestResource
  */
 public function put()
 {
     if (parent::put() !== false) {
         return new XMLFragmentRestResponse($this->putpost(RestMethodEnum::RM_PUT), $this);
     } else {
         return false;
     }
 }