Documentation TYPO3 par Ameos |
Public Member Functions | |
checkCommand ($cmd, $handler='') | |
getCommand ($cmd, $handler='', $handlerOpt='') | |
addPaths ($paths) | |
getPaths ($addInvalid=false) | |
_getPaths () | |
_init () | |
_initPaths ($paths='') | |
_getOS () | |
_fixPath ($path) |
Definition at line 81 of file class.t3lib_exec.php.
|
Set a path to the right format
Definition at line 383 of file class.t3lib_exec.php. Referenced by _getPaths(). |
|
Returns on which OS we're runing
Definition at line 371 of file class.t3lib_exec.php. Referenced by _getPaths(), and checkCommand(). |
|
Set the search paths from different sources, internal
Definition at line 235 of file class.t3lib_exec.php. References _fixPath(), _getOS(), and t3lib_div::trimExplode(). Referenced by _initPaths(). |
|
Initialization, internal
Definition at line 296 of file class.t3lib_exec.php. References _initPaths(). Referenced by checkCommand(), getCommand(), and getPaths(). |
|
Init and extend the preset paths with own
Definition at line 318 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 executable and provide the path to t3lib_exec.
Definition at line 197 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 _getOS(), and _init(). Referenced by t3lib_svbase::checkExec(), t3lib_extMgm::findService(), and getCommand(). |
|
Returns a command string for exec(), system()
Definition at line 164 of file class.t3lib_exec.php. References _init(), and checkCommand(). |
|
Returns an array of search paths
Definition at line 209 of file class.t3lib_exec.php. References _init(). |