Elastica\Transport\AwsAuthV4::getConfig PHP Method

getConfig() private method

private getConfig ( Connection $conn, $key, $default = null )
$conn Elastica\Connection
    private function getConfig(Connection $conn, $key, $default = null)
    {
        return $conn->hasConfig($key) ? $conn->getConfig($key) : $default;
    }