Platformsh\Cli\Local\Toolstack\ToolstackInterface::detect PHP Метод

detect() публичный Метод

Detect if the files in a given directory belong to this toolstack.
public detect ( string $appRoot ) : boolean
$appRoot string The absolute path to the application folder
Результат boolean Whether this toolstack is a valid choice or not
    public function detect($appRoot);