Exemple #1
0
 public function create()
 {
     $this->processData('preCreate');
     $id = $this->dataStorage->createElement($this);
     $this->setId($id);
     $this->processData('postCreate');
     return $id !== false;
 }