mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/11495] Fix @return doc of get_sql_where()
PHPBB3-11495
This commit is contained in:
@@ -92,7 +92,8 @@ abstract class phpbb_tree_nestedset implements phpbb_tree_interface
|
||||
* @param string $operator SQL operator that needs to be prepended to sql_where,
|
||||
* if it is not empty.
|
||||
* @param string $column_prefix Prefix that needs to be prepended to column names
|
||||
* @return bool True if the item was deleted
|
||||
* @return string Returns additional where statements to narrow down the tree,
|
||||
* prefixed with operator and prepended column_prefix to column names
|
||||
*/
|
||||
public function get_sql_where($operator = 'AND', $column_prefix = '')
|
||||
{
|
||||
|
Reference in New Issue
Block a user