Updating doc block for ConnectionManager and including note about possible PHP4 issues.

This commit is contained in:
Mark Story 2010-01-21 13:18:00 -05:00
parent b21538c426
commit 2d3cde1abb

View file

@ -131,11 +131,13 @@ class ConnectionManager extends Object {
}
/**
* Gets a DataSource name from an object reference
* Gets a DataSource name from an object reference.
*
* **Warning** this method may cause fatal errors in PHP4.
*
* @param object $source DataSource object
* @return string Datasource name, or null if source is not present
* in the ConnectionManager.
* in the ConnectionManager.
* @access public
* @static
*/