class ProcessUtils

ProcessUtils is a bunch of utility methods.

This class contains static methods only and is not meant to be instantiated.

@author Martin Hasoň <martin.hason@gmail.com>

Hierarchy

Expanded class hierarchy of ProcessUtils

1 file declares its use of ProcessUtils

File

drupal/core/vendor/symfony/process/Symfony/Component/Process/ProcessUtils.php, line 21

Namespace

Symfony\Component\Process
View source

Members

Namesort descending Modifiers Type Description Overrides
ProcessUtils::escapeArgument public static function Escapes a string to be used as a shell argument.
ProcessUtils::__construct private function This class should not be instantiated