![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct () | |
main () | |
main_autoFix ($resultArray) | |
getFileProcObj () | |
![]() | |
__construct () | |
cli_main ($argv) | |
cli_referenceIndexCheck () | |
cli_noExecutionCheck ($matchString) | |
cli_printInfo ($header, $res) | |
genTree ($rootID, $depth=1000, $echoLevel=0, $callBack= '') | |
genTree_traverse ($rootID, $depth, $echoLevel=0, $callBack= '', $versionSwapmode= '', $rootIsVersion=0, $accumulatedPath= '') | |
infoStr ($rec) | |
![]() | |
__construct () | |
cli_getArgArray ($option, $argv) | |
cli_isArg ($option) | |
cli_argValue ($option, $idx=0) | |
cli_getArgIndex (array $argv=array()) | |
cli_validateArgs () | |
cli_setArguments (array $argv=array()) | |
cli_keyboardInput () | |
cli_keyboardInput_yes ($msg= '') | |
cli_echo ($string= '', $force=false) | |
cli_help () | |
cli_indent ($str, $indent) | |
Public Attributes | |
$checkRefIndex = true | |
![]() | |
$genTree_traverseDeleted = true | |
$genTree_traverseVersions = true | |
$label_infoString = 'The list of records is organized as [table]:[uid]:[field]:[flexpointer]:[softref_key]' | |
$pagetreePlugins = array() | |
$cleanerModules = array() | |
$performanceStatistics = array() | |
![]() | |
$cli_args = array() | |
$cli_options | |
$cli_help | |
$stdin = null | |
Protected Attributes | |
$fileProcObj = null | |
![]() | |
$workspaceIndex = array() | |
Looking for RTE images integrity
Definition at line 22 of file RteImagesCommand.php.
__construct | ( | ) |
Constructor
Definition at line 37 of file RteImagesCommand.php.
References CommandLineController\cli_help().
getFileProcObj | ( | ) |
Returns file processing object, initialized only once.
Definition at line 243 of file RteImagesCommand.php.
References RteImagesCommand\$fileProcObj, and $GLOBALS.
Referenced by RteImagesCommand\main_autoFix().
main | ( | ) |
Analyse situation with RTE magic images. (still to define what the most useful output is). Fix methods: API in that allows to change the value of a reference (we could copy the files) or remove reference
Definition at line 70 of file RteImagesCommand.php.
References CleanerCommand\$cleanerModules, $filename, $GLOBALS, CommandLineController\cli_help(), CleanerCommand\infoStr(), and GeneralUtility\isFirstPartOfStr().
main_autoFix | ( | $resultArray | ) |
Mandatory autofix function Will run auto-fix on the result array. Echos status during processing.
array | $resultArray | Result array from main() function |
Definition at line 147 of file RteImagesCommand.php.
References RteImagesCommand\$fileProcObj, CleanerCommand\cli_noExecutionCheck(), GeneralUtility\getFileAbsFileName(), RteImagesCommand\getFileProcObj(), and GeneralUtility\isFirstPartOfStr().
$checkRefIndex = true |
Definition at line 27 of file RteImagesCommand.php.
|
protected |
Definition at line 32 of file RteImagesCommand.php.
Referenced by RteImagesCommand\getFileProcObj(), and RteImagesCommand\main_autoFix().