Function CMSStatsDatePivot->get_pivot_values
Definitions
sources/stats.php
- Get the pivot values set on this filter.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- The pivot values
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the pivot values set on this filter.
*
* @return array The pivot values
*/
public function get_pivot_values() : array
* Get the pivot values set on this filter.
*
* @return array The pivot values
*/
public function get_pivot_values() : array