"TYPO3 4.0.1: t3lib_exec Class Reference", "datetime" => "Sat Dec 2 19:25:54 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
checkCommand ($cmd, $handler='') | |
getCommand ($cmd, $handler='', $handlerOpt='') | |
addPaths ($paths) | |
getPaths ($addInvalid=false) | |
_init () | |
_initPaths ($paths='') | |
_getConfiguredApps () | |
_getPaths () | |
_fixPath ($path) |
Definition at line 85 of file class.t3lib_exec.php.
|
Set a path to the right format
Definition at line 400 of file class.t3lib_exec.php. Referenced by _getPaths(). |
|
Processes and returns the paths from $TYPO3_CONF_VARS['SYS']['binSetup']
Definition at line 312 of file class.t3lib_exec.php. References t3lib_div::trimExplode(). Referenced by _init(). |
|
Set the search paths from different sources, internal
Definition at line 339 of file class.t3lib_exec.php. References _fixPath(), and t3lib_div::trimExplode(). Referenced by _initPaths(). |
|
Initialization, internal
Definition at line 237 of file class.t3lib_exec.php. References _getConfiguredApps(), and _initPaths(). Referenced by checkCommand(), getCommand(), and getPaths(). |
|
Init and extend the preset paths with own
Definition at line 259 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 199 of file class.t3lib_exec.php. References _initPaths(). |
|
Checks if a command is valid or not updates global vars
Definition at line 95 of file class.t3lib_exec.php. References _init(). Referenced by t3lib_svbase::checkExec(), t3lib_extMgm::findService(), and getCommand(). |
|
Returns a command string for exec(), system()
Definition at line 166 of file class.t3lib_exec.php. References _init(), and checkCommand(). |
|
Returns an array of search paths
Definition at line 211 of file class.t3lib_exec.php. References _init(). |