Function CMSStatsProvider->find_all_feedback_type_codes
Definitions
sources/stats.php
- Find all the feedback type codes. Useful for creating filters that are filtering by feedback type code.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Codes
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find all the feedback type codes. Useful for creating filters that are filtering by feedback type code.
*
* @return array Codes
*/
protected function find_all_feedback_type_codes() : array
* Find all the feedback type codes. Useful for creating filters that are filtering by feedback type code.
*
* @return array Codes
*/
protected function find_all_feedback_type_codes() : array