예제 #1
0
 public function deleteLite()
 {
     // Directly call the parent of delete, in order to avoid recursion
     return parent::delete();
 }