예제 #1
0
 public function preInsert(ConnectionInterface $con = null)
 {
     parent::preInsert($con);
     $this->setFirstName('PreInsertedFirstname');
     return true;
 }