示例#1
0
 public function postInsert(ConnectionInterface $con = null)
 {
     parent::postInsert($con);
     $this->setLastName('PostInsertedLastName');
 }