Docker\API\Model\SystemInformation::getExecutionDriver PHP Method

getExecutionDriver() public method

public getExecutionDriver ( ) : string
return string
    public function getExecutionDriver()
    {
        return $this->executionDriver;
    }