1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Parameter PHP documentation for the QueryBuilder::getRootAlias() method

This commit is contained in:
gedrox 2012-04-05 13:56:08 +03:00 committed by Aigars Gedroics
parent a1ab3e8cf4
commit 29a94f4f52

View File

@ -238,6 +238,8 @@ class QueryBuilder
* </code>
*
* @deprecated Please use $qb->getRootAliases() instead.
* @param string $rootAlias
* @param string $alias
* @return string $rootAlias
*/
public function getRootAlias($rootAlias = null, $alias = null)