Example #1
0
 /**
  * This function removes all permissions records for the current Area
  * and sets it to inherit from the Page permissions.
  */
 public function revertToPagePermissions()
 {
     return parent::revertToPagePermissions();
 }