예제 #1
0
 public function preDelete(ConnectionInterface $con = null)
 {
     parent::preDelete($con);
     $this->setFirstName("Pre-Deleted");
     return true;
 }