LMongo\Connection::getConfig PHP 메소드

getConfig() 공개 메소드

Get an option from the configuration options.
public getConfig ( string $option ) : mixed
$option string
리턴 mixed
    public function getConfig($option)
    {
        return array_get($this->config, $option);
    }