ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
An executable finder specifically designed for the PHP executable. More...
Public Member Functions | |
__construct () | |
find ($includeArgs=true) | |
Finds The PHP executable. More... | |
findArguments () | |
Finds the PHP executable arguments. More... | |
Private Attributes | |
$executableFinder | |
An executable finder specifically designed for the PHP executable.
Definition at line 20 of file PhpExecutableFinder.php.
Symfony\Component\Process\PhpExecutableFinder::__construct | ( | ) |
Definition at line 24 of file PhpExecutableFinder.php.
Symfony\Component\Process\PhpExecutableFinder::find | ( | $includeArgs = true | ) |
Finds The PHP executable.
bool | $includeArgs | Whether or not include command arguments |
Definition at line 36 of file PhpExecutableFinder.php.
References $php, array, defined, and Symfony\Component\Process\PhpExecutableFinder\findArguments().
Symfony\Component\Process\PhpExecutableFinder::findArguments | ( | ) |
Finds the PHP executable arguments.
Definition at line 78 of file PhpExecutableFinder.php.
References array, and defined.
Referenced by Symfony\Component\Process\PhpExecutableFinder\find().
|
private |
Definition at line 22 of file PhpExecutableFinder.php.