mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11495] Fix @return doc of get_sql_where()
PHPBB3-11495
This commit is contained in:
parent
6055a3cc7e
commit
f3f7be4cd1
1 changed files with 2 additions and 1 deletions
|
@ -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 = '')
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue