Example #1
0
 /**
  * handle object post request
  */
 private function handleObjectPost($objectType)
 {
     // add object to renderlist
     $this->plugin->addRenderList($objectType);
     $obj = $this->plugin->getObject($objectType);
     $obj->handleHttpPostRequest();
 }