Documentation TYPO3 par Ameos |
Public Member Functions | |
checkCommand ($cmd, $handler='') | |
getCommand ($cmd, $handler='', $handlerOpt='') | |
addPaths ($paths) | |
_getPaths () | |
_init () | |
_initPaths ($paths='') | |
checkCommand ($cmd, $handler='') | |
getCommand ($cmd, $handler='', $handlerOpt='') | |
addPaths ($paths) | |
_getPaths () | |
_init () | |
_initPaths ($paths='') |
Definition at line 81 of file class.t3lib_exec.php.
|
set the search paths from different sources
Definition at line 201 of file class.t3lib_exec.php. References t3lib_div::trimExplode(). |
|
set the search paths from different sources
Definition at line 201 of file class.t3lib_exec.php. References t3lib_div::trimExplode(). Referenced by _initPaths(). |
|
init
Definition at line 269 of file class.t3lib_exec.php. References _initPaths(). |
|
init
Definition at line 269 of file class.t3lib_exec.php. References _initPaths(). Referenced by checkCommand(), and getCommand(). |
|
init and extend the preset paths with own
Definition at line 285 of file class.t3lib_exec.php. References _getPaths(), and t3lib_div::trimExplode(). |
|
init and extend the preset paths with own
Definition at line 285 of file class.t3lib_exec.php. References _getPaths(), and t3lib_div::trimExplode(). Referenced by _init(), and addPaths(). |
|
Extend the preset paths. This way an extension can install an axecutable and provide the path to t3lib_exec.
Definition at line 191 of file class.t3lib_exec.php. References _initPaths(). |
|
Extend the preset paths. This way an extension can install an axecutable and provide the path to t3lib_exec.
Definition at line 191 of file class.t3lib_exec.php. References _initPaths(). |
|
checks if a command is valid or not updates global vars
Definition at line 91 of file class.t3lib_exec.php. References _init(), and checkCommand(). |
|
checks if a command is valid or not updates global vars
Definition at line 91 of file class.t3lib_exec.php. References _init(). Referenced by checkCommand(), t3lib_svbase::checkExec(), t3lib_extMgm::findService(), and getCommand(). |
|
returns a command string for exec(), system()
Definition at line 162 of file class.t3lib_exec.php. References _init(), checkCommand(), and getCommand(). |
|
returns a command string for exec(), system()
Definition at line 162 of file class.t3lib_exec.php. References _init(), and checkCommand(). Referenced by getCommand(). |