Esempio n. 1
0
 public function postDelete(ConnectionInterface $con = null)
 {
     parent::postDelete($con);
     $this->setLastName("Post-Deleted");
 }