@@ -46,7 +46,7 @@ public function __construct($parameters = array())
46
46
*
47
47
* @param array $parameters An associative array of initialization parameters
48
48
*
49
- * @throws <b> sfInitializationException</b> If an error occurs while initializing this sfDatabase object
49
+ * @throws sfInitializationException If an error occurs while initializing this sfDatabase object
50
50
*/
51
51
public function initialize ($ parameters = array ())
52
52
{
@@ -57,7 +57,7 @@ public function initialize($parameters = array())
57
57
/**
58
58
* Connects to the database.
59
59
*
60
- * @throws <b> sfDatabaseException</b> If a connection could not be created
60
+ * @throws sfDatabaseException If a connection could not be created
61
61
*/
62
62
abstract public function connect ();
63
63
@@ -69,7 +69,7 @@ abstract public function connect();
69
69
*
70
70
* @return mixed A database connection
71
71
*
72
- * @throws <b> sfDatabaseException</b> If a connection could not be retrieved
72
+ * @throws sfDatabaseException If a connection could not be retrieved
73
73
*/
74
74
public function getConnection ()
75
75
{
@@ -85,7 +85,7 @@ public function getConnection()
85
85
*
86
86
* @return mixed A database resource
87
87
*
88
- * @throws <b> sfDatabaseException</b> If a resource could not be retrieved
88
+ * @throws sfDatabaseException If a resource could not be retrieved
89
89
*/
90
90
public function getResource ()
91
91
{
@@ -163,7 +163,7 @@ public function setParameter($name, $value)
163
163
/**
164
164
* Executes the shutdown procedure.
165
165
*
166
- * @throws <b> sfDatabaseException</b> If an error occurs while shutting down this database
166
+ * @throws sfDatabaseException If an error occurs while shutting down this database
167
167
*/
168
168
abstract public function shutdown ();
169
169
}
0 commit comments