We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
callable
1 parent 132e7d5 commit 8dd060aCopy full SHA for 8dd060a
public/main/inc/lib/sortable_table.class.php
@@ -978,9 +978,9 @@ public function get_sortable_table_param_string()
978
* Add a filter to a column. If another filter was already defined for the
979
* given column, it will be overwritten.
980
*
981
- * @param int $column The number of the column
982
- * @param string $function The name of the filter-function. This should be a
983
- * function wich requires 1 parameter and returns the filtered value.
+ * @param int $column The number of the column
+ * @param callable $function The name of the filter-function. This should be a
+ * function wich requires 1 parameter and returns the filtered value.
984
*/
985
public function set_column_filter($column, $function)
986
{
0 commit comments