LLMS_Database_Query::__construct( array $args = array() )
Constructor.
Parameters Parameters
- $args
-
(array) (Optional) Query arguments. When not provided the default arguments will be used.
Default value: array()
Return Return
(void)
Source Source
File: includes/abstracts/abstract.llms.database.query.php
} /** * Get the number of results to skip for the query based on the current page and per_page vars. * * @since 3.8.0 * * @return int */ protected function get_skip() {
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |