snippetCallback() public method
Sets the PHP callback, which should be used to retrieve the source data for the snippets building.
See also snippetCallback().
| public $this snippetCallback ( $callback ) | ||
|---|---|---|
| $callback | callable |
PHP callback, which should be used to fetch source data for the snippets. |
| return | $this |
The query object itself |
Please login to continue.