public function PhpExecutableFinder::__construct in Zircon Profile 8
Same name and namespace in other branches
- 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\ProcessCode
public function __construct() {
$this->executableFinder = new ExecutableFinder();
}