/**
  * {@inheritdoc }
  */
 public function quoteArr(array $array = array())
 {
     return $this->connection->quoteAttr($array);
 }