Quick search:

PntAction
PntObjectDeleteAction
PntObjectDeleteMarkedAction
PntObjectSaveAction
PntObjectSaveAction
checkAccess
checkProcessMtoNRelValue
commitFormValues
convertAndValidateFormValues
finishFailure
finishSuccess
getBackToOriginRequestData
getEditType
getErrorInformation
getErrorMessage
getOKMessage
getSaveErrorMessage
getSaveErrorMessages
handleRequest
initialize
processMtoNRelValue
processMtoNproperties
saveObject
shouldProcess

<?php
// Copyright (c) MetaClass, 2003-2007
// Licensed under the Academic Free License version 3.0

includeClass('PntAction', 'pnt/web/actions');

/** Action that saves an object to the database. 
* Used by form from ObjectEditDetailsPage 
* when Insert or Update button is pressed. 
* Calls save method on the object.
* @see http://www.phppeanuts.org/site/index_php/Pagina/158
*
* This abstract superclass provides behavior for the concrete
* subclass DeleteAction in the root classFolder or in the application classFolder. 
* To keep de application developers code (including localization overrides) 
* separated from the framework code override methods in the 
* concrete subclass rather then modify them here.
* @see http://www.phppeanuts.org/site/index_php/Menu/178
* @package pnt/web/actions
*/
class PntObjectSaveAction extends PntAction {