Spot\Config::defaultConnection PHP 메소드

defaultConnection() 공개 메소드

Get default connection
public defaultConnection ( ) : Spot_Adapter_Interface
리턴 Spot_Adapter_Interface Spot adapter instance
    public function defaultConnection()
    {
        return $this->_connections[$this->_defaultConnection];
    }