You are here

public function ExecutableFinder::setSuffixes in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/process/ExecutableFinder.php \Symfony\Component\Process\ExecutableFinder::setSuffixes()

Replaces default suffixes of executable.

Parameters

array $suffixes:

File

vendor/symfony/process/ExecutableFinder.php, line 29

Class

ExecutableFinder
Generic executable finder.

Namespace

Symfony\Component\Process

Code

public function setSuffixes(array $suffixes) {
  $this->suffixes = $suffixes;
}