Exemplo n.º 1
0
 /**
  * @return BasicEntity
  */
 public function save()
 {
     $excludedProperties = array(self::PROP_ID);
     $this->actionHelper->insert($excludedProperties);
     return $this;
 }