Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Oliver Eglseder
lfeditor
Commits
c64318ae
Commit
c64318ae
authored
Nov 25, 2014
by
Damjan
Browse files
[TASK] Adding 'Service' sufix
-Related: forge.typo3.org/issues/31889
parent
bbae7e9e
Changes
13
Hide whitespace changes
Inline
Side-by-side
Classes/Service/FileBackup.php
→
Classes/Service/FileBackup
Service
.php
View file @
c64318ae
...
...
@@ -24,12 +24,12 @@
***************************************************************/
/** general file functions */
require_once
(
t3lib_extMgm
::
extPath
(
'lfeditor'
)
.
'Classes/Service/File.php'
);
require_once
(
t3lib_extMgm
::
extPath
(
'lfeditor'
)
.
'Classes/Service/File
Service
.php'
);
/**
* backup class
*/
class
FileBackup
extends
File
{
class
FileBackup
Service
extends
File
Service
{
/**
* @var string
*/
...
...
@@ -211,7 +211,7 @@ class FileBackup extends File {
}
###############################
###### Meta File Methods ######
###### Meta File
Service
Methods ######
###############################
/**
...
...
@@ -264,7 +264,7 @@ class FileBackup extends File {
}
#################################
###### Backup File Methods ######
###### Backup File
Service
Methods ######
#################################
/**
...
...
@@ -473,9 +473,9 @@ class FileBackup extends File {
// Default-Code for using XCLASS (dont touch)
if
(
defined
(
'TYPO3_MODE'
)
&&
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileBackup.php'
]
)
&&
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileBackup
Service
.php'
]
)
{
include_once
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileBackup.php'
]);
include_once
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileBackup
Service
.php'
]);
}
?>
\ No newline at end of file
Classes/Service/FileBasePHP.php
→
Classes/Service/FileBasePHP
Service
.php
View file @
c64318ae
...
...
@@ -24,12 +24,12 @@
***************************************************************/
/** general file functions */
require_once
(
t3lib_extMgm
::
extPath
(
'lfeditor'
)
.
'Classes/Service/FileBase.php'
);
require_once
(
t3lib_extMgm
::
extPath
(
'lfeditor'
)
.
'Classes/Service/FileBase
Service
.php'
);
/**
* base workspace class (php)
*/
class
FileBasePHP
extends
FileBase
{
class
FileBasePHP
Service
extends
FileBase
Service
{
/**
* extended init
*
...
...
@@ -274,9 +274,9 @@ class FileBasePHP extends FileBase {
// Default-Code for using XCLASS (dont touch)
if
(
defined
(
'TYPO3_MODE'
)
&&
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileBasePHP.php'
]
)
&&
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileBasePHP
Service
.php'
]
)
{
include_once
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileBasePHP.php'
]);
include_once
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileBasePHP
Service
.php'
]);
}
?>
\ No newline at end of file
Classes/Service/FileBase.php
→
Classes/Service/FileBase
Service
.php
View file @
c64318ae
...
...
@@ -24,12 +24,12 @@
***************************************************************/
/** general filefunctions */
require_once
(
t3lib_extMgm
::
extPath
(
'lfeditor'
)
.
'Classes/Service/File.php'
);
require_once
(
t3lib_extMgm
::
extPath
(
'lfeditor'
)
.
'Classes/Service/File
Service
.php'
);
/**
* base workspace class
*/
abstract
class
FileBase
extends
File
{
abstract
class
FileBase
Service
extends
File
Service
{
/**
* @param string $content
* @param string $lang
...
...
@@ -145,9 +145,9 @@ abstract class FileBase extends File {
// Default-Code for using XCLASS (dont touch)
if
(
defined
(
'TYPO3_MODE'
)
&&
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileBase.php'
]
)
&&
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileBase
Service
.php'
]
)
{
include_once
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileBase.php'
]);
include_once
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileBase
Service
.php'
]);
}
?>
\ No newline at end of file
Classes/Service/FileBaseXLF.php
→
Classes/Service/FileBaseXLF
Service
.php
View file @
c64318ae
...
...
@@ -24,12 +24,12 @@
***************************************************************/
/** general file functions */
require_once
(
t3lib_extMgm
::
extPath
(
'lfeditor'
)
.
'Classes/Service/FileBase.php'
);
require_once
(
t3lib_extMgm
::
extPath
(
'lfeditor'
)
.
'Classes/Service/FileBase
Service
.php'
);
/**
* base workspace class (xlf)
*/
class
FileBaseXLF
extends
FileBase
{
class
FileBaseXLF
Service
extends
FileBase
Service
{
/**
* extended init
*
...
...
@@ -360,9 +360,9 @@ class FileBaseXLF extends FileBase {
// Default-Code for using XCLASS (dont touch)
if
(
defined
(
'TYPO3_MODE'
)
&&
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileBaseXLF.php'
]
)
&&
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileBaseXLF
Service
.php'
]
)
{
include_once
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileBaseXLF.php'
]);
include_once
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileBaseXLF
Service
.php'
]);
}
?>
\ No newline at end of file
Classes/Service/FileBaseXML.php
→
Classes/Service/FileBaseXML
Service
.php
View file @
c64318ae
...
...
@@ -24,12 +24,12 @@
***************************************************************/
/** general file functions */
require_once
(
t3lib_extMgm
::
extPath
(
'lfeditor'
)
.
'Classes/Service/FileBase.php'
);
require_once
(
t3lib_extMgm
::
extPath
(
'lfeditor'
)
.
'Classes/Service/FileBase
Service
.php'
);
/**
* base workspace class (xml)
*/
class
FileBaseXML
extends
FileBase
{
class
FileBaseXML
Service
extends
FileBase
Service
{
/**
* extended init
*
...
...
@@ -267,9 +267,9 @@ class FileBaseXML extends FileBase {
// Default-Code for using XCLASS (dont touch)
if
(
defined
(
'TYPO3_MODE'
)
&&
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileBaseXML.php'
]
)
&&
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileBaseXML
Service
.php'
]
)
{
include_once
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileBaseXML.php'
]);
include_once
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileBaseXML
Service
.php'
]);
}
?>
\ No newline at end of file
Classes/Service/File.php
→
Classes/Service/File
Service
.php
View file @
c64318ae
...
...
@@ -26,7 +26,7 @@
/**
* include some general functions only usable for the 'lfeditor' module
*/
abstract
class
File
{
abstract
class
File
Service
{
/**
* @var array
*/
...
...
@@ -276,9 +276,9 @@ abstract class File {
// Default-Code for using XCLASS (dont touch)
if
(
defined
(
'TYPO3_MODE'
)
&&
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/File.php'
]
)
&&
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/File
Service
.php'
]
)
{
include_once
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/File.php'
]);
include_once
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/File
Service
.php'
]);
}
?>
\ No newline at end of file
Classes/Service/FileXllPHP.php
→
Classes/Service/FileXllPHP
Service
.php
View file @
c64318ae
...
...
@@ -24,12 +24,12 @@
***************************************************************/
/** general file functions */
require_once
(
t3lib_extMgm
::
extPath
(
'lfeditor'
)
.
'Classes/Service/FileXll.php'
);
require_once
(
t3lib_extMgm
::
extPath
(
'lfeditor'
)
.
'Classes/Service/FileXll
Service
.php'
);
/**
* xll workspace class (php)
*/
class
FileXllPHP
extends
FileXll
{
class
FileXllPHP
Service
extends
FileXll
Service
{
/**
* extended init
*
...
...
@@ -164,9 +164,9 @@ class FileXllPHP extends FileXll {
// Default-Code for using XCLASS (dont touch)
if
(
defined
(
'TYPO3_MODE'
)
&&
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileXllPHP.php'
]
)
&&
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileXllPHP
Service
.php'
]
)
{
include_once
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileXllPHP.php'
]);
include_once
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileXllPHP
Service
.php'
]);
}
?>
\ No newline at end of file
Classes/Service/FileXll.php
→
Classes/Service/FileXll
Service
.php
View file @
c64318ae
...
...
@@ -24,12 +24,12 @@
***************************************************************/
/** general file functions */
require_once
(
t3lib_extMgm
::
extPath
(
'lfeditor'
)
.
'Classes/Service/File.php'
);
require_once
(
t3lib_extMgm
::
extPath
(
'lfeditor'
)
.
'Classes/Service/File
Service
.php'
);
/**
* xll workspace class
*/
abstract
class
FileXll
extends
File
{
abstract
class
FileXll
Service
extends
File
Service
{
/**
* @var string
*/
...
...
@@ -164,9 +164,9 @@ abstract class FileXll extends File {
// Default-Code for using XCLASS (dont touch)
if
(
defined
(
'TYPO3_MODE'
)
&&
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileXll.php'
]
)
&&
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileXll
Service
.php'
]
)
{
include_once
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileXll.php'
]);
include_once
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileXll
Service
.php'
]);
}
?>
\ No newline at end of file
Classes/Service/FileXllXML.php
→
Classes/Service/FileXllXML
Service
.php
View file @
c64318ae
...
...
@@ -24,12 +24,12 @@
***************************************************************/
/** general file functions */
require_once
(
t3lib_extMgm
::
extPath
(
'lfeditor'
)
.
'Classes/Service/FileXll.php'
);
require_once
(
t3lib_extMgm
::
extPath
(
'lfeditor'
)
.
'Classes/Service/FileXll
Service
.php'
);
/**
* xll workspace class (xml)
*/
class
FileXllXML
extends
FileXll
{
class
FileXllXML
Service
extends
FileXll
Service
{
/**
* extended init
*
...
...
@@ -181,9 +181,9 @@ class FileXllXML extends FileXll {
// Default-Code for using XCLASS
if
(
defined
(
'TYPO3_MODE'
)
&&
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileXllXML.php'
]
)
&&
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileXllXML
Service
.php'
]
)
{
include_once
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileXllXML.php'
]);
include_once
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
TYPO3_MODE
][
'XCLASS'
][
'ext/lfeditor/Classes/Service/FileXllXML
Service
.php'
]);
}
?>
\ No newline at end of file
Classes/Utility/Functions.php
View file @
c64318ae
...
...
@@ -237,7 +237,7 @@ class Functions {
*
* @param string $refLang reference language
* @param array $languages language key array
* @param FileBasePHP $fileObj file object
* @param FileBasePHP
Service
$fileObj file object
* @return array general information array
* @see outputGeneral()
*/
...
...
ext_autoload.php
View file @
c64318ae
...
...
@@ -6,15 +6,15 @@ return array(
'LFException'
=>
$extensionPath
.
'Classes/Exceptions/LFException.php'
,
'Typo3Lib'
=>
$extensionPath
.
'Classes/Util/Typo3Lib.php'
,
'SgLib'
=>
$extensionPath
.
'Classes/Util/SgLib.php'
,
'File'
=>
$extensionPath
.
'Classes/Service/File.php'
,
'FileBackup'
=>
$extensionPath
.
'Classes/Service/FileBackup.php'
,
'FileBase'
=>
$extensionPath
.
'Classes/Service/FileBase.php'
,
'FileBasePHP'
=>
$extensionPath
.
'Classes/Service/FileBasePHP.php'
,
'FileBaseXLF'
=>
$extensionPath
.
'Classes/Service/FileBaseXLF.php'
,
'FileBaseXML'
=>
$extensionPath
.
'Classes/Service/FileBaseXML.php'
,
'FileXll'
=>
$extensionPath
.
'Classes/Service/FileXll.php'
,
'FileXllPHP'
=>
$extensionPath
.
'Classes/Service/FileXllPHP.php'
,
'FileXllXML'
=>
$extensionPath
.
'Classes/Service/FileXllXML.php'
,
'File
Service
'
=>
$extensionPath
.
'Classes/Service/File
Service
.php'
,
'FileBackup
Service
'
=>
$extensionPath
.
'Classes/Service/FileBackup
Service
.php'
,
'FileBase
Service
'
=>
$extensionPath
.
'Classes/Service/FileBase
Service
.php'
,
'FileBasePHP
Service
'
=>
$extensionPath
.
'Classes/Service/FileBasePHP
Service
.php'
,
'FileBaseXLF
Service
'
=>
$extensionPath
.
'Classes/Service/FileBaseXLF
Service
.php'
,
'FileBaseXML
Service
'
=>
$extensionPath
.
'Classes/Service/FileBaseXML
Service
.php'
,
'FileXll
Service
'
=>
$extensionPath
.
'Classes/Service/FileXll
Service
.php'
,
'FileXllPHP
Service
'
=>
$extensionPath
.
'Classes/Service/FileXllPHP
Service
.php'
,
'FileXllXML
Service
'
=>
$extensionPath
.
'Classes/Service/FileXllXML
Service
.php'
,
'Functions'
=>
$extensionPath
.
'Classes/Util/Functions.php'
,
);
...
...
ext_emconf.php
View file @
c64318ae
...
...
@@ -11,7 +11,7 @@
***************************************************************/
$EM_CONF
[
$_EXTKEY
]
=
array
(
'title'
=>
'Language File Editor'
,
'title'
=>
'Language File
Service
Editor'
,
'description'
=>
'This module serves several functions for editing of language files.
Translators, extension authors and simple users are supported with
special functions for each of them.
...
...
@@ -58,7 +58,7 @@ $EM_CONF[$_EXTKEY] = array(
),
'suggests'
=>
array
(
),
'_md5_values_when_last_written'
=>
'a:47:{s:16:"ext_autoload.php";s:4:"9347";s:21:"ext_conf_template.txt";s:4:"ea47";s:12:"ext_icon.gif";s:4:"9905";s:14:"ext_tables.php";s:4:"ccca";s:14:"doc/manual.sxw";s:4:"ce20";s:26:"Classes/Exceptions/LFException.php";s:4:"323d";s:20:"Classes/Util/SgLib.php";s:4:"4426";s:36:"Classes/Service/File.php";s:4:"c855";s:43:"Classes/Service/FileBackup.php";s:4:"bfdf";s:41:"Classes/Service/FileBase.php";s:4:"d9ad";s:44:"Classes/Service/FileBasePHP.php";s:4:"9ffa";s:44:"Classes/Service/FileBaseXLF.php";s:4:"4be3";s:44:"Classes/Service/FileBaseXML.php";s:4:"128c";s:40:"Classes/Service/FileXll.php";s:4:"d57b";s:43:"Classes/Service/FileXllPHP.php";s:4:"6cc0";s:43:"Classes/Service/FileXllXML.php";s:4:"0fed";s:41:"Classes/Util/Functions.php";s:4:"e76d";s:40:"mod1/class.tx_lfeditor_mod1_template.php";s:4:"4728";s:23:"Classes/Util/Typo3Lib.php";s:4:"aded";s:13:"mod1/conf.php";s:4:"e4a4";s:21:"mod1/da.locallang.xml";s:4:"e04f";s:25:"mod1/da.locallang_mod.xml";s:4:"5d3b";s:21:"mod1/de.locallang.xml";s:4:"8181";s:25:"mod1/de.locallang_mod.xml";s:4:"5d55";s:21:"mod1/fi.locallang.xml";s:4:"644f";s:25:"mod1/fi.locallang_mod.xml";s:4:"3557";s:14:"mod1/index.php";s:4:"fe2a";s:18:"mod1/locallang.xml";s:4:"638f";s:22:"mod1/locallang_mod.xml";s:4:"93f7";s:19:"mod1/moduleicon.png";s:4:"f2a8";s:22:"mod1/textareaResize.js";s:4:"5411";s:21:"mod1/tinyMCEConfig.js";s:4:"04ac";s:25:"mod1/tx_lfeditor_mod1.css";s:4:"17e8";s:24:"mod1/tx_lfeditor_mod1.js";s:4:"9bf8";s:19:"res/images/diff.gif";s:4:"3ba9";s:22:"res/images/garbage.gif";s:4:"5d02";s:19:"res/images/join.gif";s:4:"86ea";s:25:"res/images/joinBottom.gif";s:4:"3822";s:19:"res/images/line.gif";s:4:"d3d7";s:19:"res/images/mail.gif";s:4:"aa1c";s:22:"res/images/recover.gif";s:4:"ee1a";s:24:"res/images/treeMinus.gif";s:4:"dd7a";s:30:"res/images/treeMinusBottom.gif";s:4:"a1b6";s:23:"res/images/treePlus.gif";s:4:"86da";s:29:"res/images/treePlusBottom.gif";s:4:"6ac4";s:19:"res/zip/ZipFile.php";s:4:"4310";s:24:"templates/main_mod1.html";s:4:"a04f";}'
,
'_md5_values_when_last_written'
=>
'a:47:{s:16:"ext_autoload.php";s:4:"9347";s:21:"ext_conf_template.txt";s:4:"ea47";s:12:"ext_icon.gif";s:4:"9905";s:14:"ext_tables.php";s:4:"ccca";s:14:"doc/manual.sxw";s:4:"ce20";s:26:"Classes/Exceptions/LFException.php";s:4:"323d";s:20:"Classes/Util/SgLib.php";s:4:"4426";s:36:"Classes/Service/File
Service
.php";s:4:"c855";s:43:"Classes/Service/FileBackup
Service
.php";s:4:"bfdf";s:41:"Classes/Service/FileBase
Service
.php";s:4:"d9ad";s:44:"Classes/Service/FileBasePHP
Service
.php";s:4:"9ffa";s:44:"Classes/Service/FileBaseXLF
Service
.php";s:4:"4be3";s:44:"Classes/Service/FileBaseXML
Service
.php";s:4:"128c";s:40:"Classes/Service/FileXll
Service
.php";s:4:"d57b";s:43:"Classes/Service/FileXllPHP
Service
.php";s:4:"6cc0";s:43:"Classes/Service/FileXllXML
Service
.php";s:4:"0fed";s:41:"Classes/Util/Functions.php";s:4:"e76d";s:40:"mod1/class.tx_lfeditor_mod1_template.php";s:4:"4728";s:23:"Classes/Util/Typo3Lib.php";s:4:"aded";s:13:"mod1/conf.php";s:4:"e4a4";s:21:"mod1/da.locallang.xml";s:4:"e04f";s:25:"mod1/da.locallang_mod.xml";s:4:"5d3b";s:21:"mod1/de.locallang.xml";s:4:"8181";s:25:"mod1/de.locallang_mod.xml";s:4:"5d55";s:21:"mod1/fi.locallang.xml";s:4:"644f";s:25:"mod1/fi.locallang_mod.xml";s:4:"3557";s:14:"mod1/index.php";s:4:"fe2a";s:18:"mod1/locallang.xml";s:4:"638f";s:22:"mod1/locallang_mod.xml";s:4:"93f7";s:19:"mod1/moduleicon.png";s:4:"f2a8";s:22:"mod1/textareaResize.js";s:4:"5411";s:21:"mod1/tinyMCEConfig.js";s:4:"04ac";s:25:"mod1/tx_lfeditor_mod1.css";s:4:"17e8";s:24:"mod1/tx_lfeditor_mod1.js";s:4:"9bf8";s:19:"res/images/diff.gif";s:4:"3ba9";s:22:"res/images/garbage.gif";s:4:"5d02";s:19:"res/images/join.gif";s:4:"86ea";s:25:"res/images/joinBottom.gif";s:4:"3822";s:19:"res/images/line.gif";s:4:"d3d7";s:19:"res/images/mail.gif";s:4:"aa1c";s:22:"res/images/recover.gif";s:4:"ee1a";s:24:"res/images/treeMinus.gif";s:4:"dd7a";s:30:"res/images/treeMinusBottom.gif";s:4:"a1b6";s:23:"res/images/treePlus.gif";s:4:"86da";s:29:"res/images/treePlusBottom.gif";s:4:"6ac4";s:19:"res/zip/ZipFile.php";s:4:"4310";s:24:"templates/main_mod1.html";s:4:"a04f";}'
,
);
?>
\ No newline at end of file
mod1WillBeDeleted/index.php
View file @
c64318ae
...
...
@@ -66,17 +66,17 @@ class tx_lfeditor_module1 extends t3lib_SCbase {
private
$extConfig
;
/**
* @var FileBasePHP
* @var FileBasePHP
Service
*/
private
$fileObj
;
/**
* @var FileBasePHP
* @var FileBasePHP
Service
*/
private
$convObj
;
/**
* @var FileBackup
* @var FileBackup
Service
*/
private
$backupObj
;
...
...
@@ -302,7 +302,7 @@ class tx_lfeditor_module1 extends t3lib_SCbase {
* creates and instantiates a file object
*
* Naming Convention:
* File<workspace><filetype>
* File<workspace><filetype>
Service
*
* @throws LFException raised if the the object cant be generated or language file not read
* @throws Exception|LFException
...
...
@@ -344,7 +344,7 @@ class tx_lfeditor_module1 extends t3lib_SCbase {
}
// create file object
$className
=
'File'
.
ucfirst
(
$mode
)
.
strtoupper
(
$fileType
);
$className
=
'File'
.
ucfirst
(
$mode
)
.
strtoupper
(
$fileType
)
.
'Service'
;
if
(
!
class_exists
(
$className
))
{
throw
new
LFException
(
'failure.langfile.unknownType'
);
}
...
...
@@ -427,7 +427,7 @@ class tx_lfeditor_module1 extends t3lib_SCbase {
// create and initialize the backup object
try
{
$this
->
backupObj
=
t3lib_div
::
makeInstance
(
'FileBackup'
);
$this
->
backupObj
=
t3lib_div
::
makeInstance
(
'FileBackup
Service
'
);
$this
->
backupObj
->
init
(
''
,
$backupPath
,
$metaFile
);
$this
->
backupObj
->
setVar
(
$informations
);
}
catch
(
LFException
$e
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment