IBinaryFinder
in
Service that find the binary path for a program.
This interface should be injected via dependency injection and must not be implemented in applications.
Tags
Table of Contents
Methods
- findBinaryPath() : false|string
- Try to find a program
Methods
findBinaryPath()
Try to find a program
public
findBinaryPath(string $program) : false|string
Parameters
- $program : string