documentation
This commit is contained in:
parent
92376f97d2
commit
74574e07c7
1 changed files with 3 additions and 1 deletions
|
|
@ -985,7 +985,9 @@ function check()
|
|||
}
|
||||
|
||||
/**
|
||||
* Delete a record and return an XML answer for ajax
|
||||
* Delete a record and return an XML answer for ajax. If a check is needed before
|
||||
* deleting you can override this->delete and throw an exception if the deleting
|
||||
* is not allowed
|
||||
* @return \DOMDocument
|
||||
*/
|
||||
function ajax_delete()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue