public function ExecutableFinder::addSuffix in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/process/ExecutableFinder.php \Symfony\Component\Process\ExecutableFinder::addSuffix()
Adds new possible suffix to check for executable.
Parameters
string $suffix:
File
- vendor/
symfony/ process/ ExecutableFinder.php, line 39
Class
- ExecutableFinder
- Generic executable finder.
Namespace
Symfony\Component\ProcessCode
public function addSuffix($suffix) {
$this->suffixes[] = $suffix;
}