You are here

public function PhpExecutableFinder::__construct in Zircon Profile 8

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

File

vendor/symfony/process/PhpExecutableFinder.php, line 24

Class

PhpExecutableFinder
An executable finder specifically designed for the PHP executable.

Namespace

Symfony\Component\Process

Code

public function __construct() {
  $this->executableFinder = new ExecutableFinder();
}