Méthode | Description | |
---|---|---|
__construct ( string | null $baseDir = null ) | ||
exec ( string $command, array $arguments = [], array $okCodes = [0], null $workingDir = null ) : string | Exec shell command | |
getTempFile ( string $prefix = 'qa' ) : string | Get temp file |
Méthode | Description | |
---|---|---|
makeAbsolute ( string $command ) : string | Make absolute |
public __construct ( string | null $baseDir = null ) | ||
$baseDir | string | null |
public getTempFile ( string $prefix = 'qa' ) : string | ||
$prefix | string | |
Résultat | string |
protected makeAbsolute ( string $command ) : string | ||
$command | string | |
Résultat | string |