mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Updating doc block for ConnectionManager and including note about possible PHP4 issues.
This commit is contained in:
parent
b21538c426
commit
2d3cde1abb
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue