Tipsy\Db::__construct PHP Метод

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

public __construct ( $config = null )
    public function __construct($config = null)
    {
        if ($config['_tipsy']) {
            return;
        }
        $this->connect($config);
    }