Skip to content

Commit 6bf746b

Browse files
author
Christian Weiske
committed
document return value
1 parent ba282ef commit 6bf746b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Pyrus/Registry/Sqlite3.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,6 +1397,13 @@ static public function existsRegistry($path)
13971397
return isset(static::$databases[$path]);
13981398
}
13991399

1400+
/**
1401+
* Returns the registry database object for the given registry file path
1402+
*
1403+
* @param string $path Path to the registry file
1404+
*
1405+
* @return SQLite3 Database object
1406+
*/
14001407
static public function getRegistry($path)
14011408
{
14021409
$path = str_replace(array('/', '\\'), DIRECTORY_SEPARATOR, $path);

0 commit comments

Comments
 (0)