芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/www/wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemModifyException.php
modification_description = $modification_description; $this->filename = $filename; $this->file_contents = $file_contents; } /** * Retrieves the modification description associated with the object. * * @return string The modification description assigned during object initialization. */ public function modification_description() { return $this->modification_description; } /** * Retrieves the filename associated with the object. * * @return string The filename assigned during object initialization. */ public function filename() { return $this->filename; } /** * Retrieves the contents of the file associated with the object. * * @return string The file contents assigned during object initialization. If no content was provided, * it defaults to an empty string. */ public function file_contents() { return $this->file_contents; } }