mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOCS Update do blocks for DataQuery::having() to reflect correct input types
This commit is contained in:
parent
f01473f1b3
commit
f5929d87e0
@ -599,7 +599,7 @@ class DataQuery
|
||||
/**
|
||||
* Append a HAVING clause to this query.
|
||||
*
|
||||
* @param string $having Escaped SQL statement
|
||||
* @param mixed $having Predicate(s) to set, as escaped SQL statements or parameterised queries
|
||||
* @return $this
|
||||
*/
|
||||
public function having($having)
|
||||
|
@ -481,7 +481,7 @@ class SQLSelect extends SQLConditionalExpression
|
||||
*
|
||||
* @see SQLSelect::addWhere() for syntax examples
|
||||
*
|
||||
* @param mixed $having Predicate(s) to set, as escaped SQL statements or paramaterised queries
|
||||
* @param mixed $having Predicate(s) to set, as escaped SQL statements or parameterised queries
|
||||
* @param mixed $having,... Unlimited additional predicates
|
||||
* @return $this Self reference
|
||||
*/
|
||||
@ -497,7 +497,7 @@ class SQLSelect extends SQLConditionalExpression
|
||||
*
|
||||
* @see SQLSelect::addWhere() for syntax examples
|
||||
*
|
||||
* @param mixed $having Predicate(s) to set, as escaped SQL statements or paramaterised queries
|
||||
* @param mixed $having Predicate(s) to set, as escaped SQL statements or parameterised queries
|
||||
* @param mixed $having,... Unlimited additional predicates
|
||||
* @return $this Self reference
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user