Ejemplo n.º 1
0
 /**
  * Description for a folder's history item for inheriting this option.
  * @param boolean $adding Is the option being added?
  * @param FOLDER $folder
  * @return string
  * @access private
  */
 protected function _history_item_description($adding, $folder)
 {
     return 'Security is now inherited from ' . $folder->title_as_plain_text() . '.';
 }