Beispiel #1
0
 /**
  * Set the current ID.
  *
  * @param   string  $id    ID.
  * @return  string
  */
 protected function setId($id)
 {
     $old = $this->_parameters->getKeyword('id');
     $this->_parameters->setKeyword('id', $id);
     return $old;
 }