Пример #1
0
 /**
  * Establishes the connection with the database.
  *
  * @return bool
  */
 public function connect()
 {
     return $this->connection->connect();
 }