constant RestfulDataProviderDbQuery::COLUMN_IDS_SEPARATOR in RESTful 7
The separator used to divide a key into its table columns when there is more than one column.
File
- plugins/
restful/ RestfulDataProviderDbQuery.php, line 28 - Contains \RestfulDataProviderDbQuery
Class
- RestfulDataProviderDbQuery
- @file Contains \RestfulDataProviderDbQuery
Code
const COLUMN_IDS_SEPARATOR = '::';