8686 */
8787class Results
8888{
89- public const POSITION_LEFT = 'left ' ;
90- public const POSITION_RIGHT = 'right ' ;
91- public const POSITION_BOTH = 'both ' ;
92- public const POSITION_NONE = 'none ' ;
89+ private const POSITION_LEFT = 'left ' ;
90+ private const POSITION_RIGHT = 'right ' ;
91+ private const POSITION_BOTH = 'both ' ;
92+ private const POSITION_NONE = 'none ' ;
9393
9494 public const DISPLAY_FULL_TEXT = 'F ' ;
9595 public const DISPLAY_PARTIAL_TEXT = 'P ' ;
@@ -101,15 +101,14 @@ class Results
101101 public const GEOMETRY_DISP_WKT = 'WKT ' ;
102102 public const GEOMETRY_DISP_WKB = 'WKB ' ;
103103
104- public const SMART_SORT_ORDER = 'SMART ' ;
105- public const ASCENDING_SORT_DIR = 'ASC ' ;
106- public const DESCENDING_SORT_DIR = 'DESC ' ;
104+ private const SMART_SORT_ORDER = 'SMART ' ;
105+ private const ASCENDING_SORT_DIR = 'ASC ' ;
106+ private const DESCENDING_SORT_DIR = 'DESC ' ;
107107
108- public const TABLE_TYPE_INNO_DB = 'InnoDB ' ;
109108 public const ALL_ROWS = 'all ' ;
110109
111- public const ACTION_LINK_CONTENT_ICONS = 'icons ' ;
112- public const ACTION_LINK_CONTENT_TEXT = 'text ' ;
110+ private const ACTION_LINK_CONTENT_ICONS = 'icons ' ;
111+ private const ACTION_LINK_CONTENT_TEXT = 'text ' ;
113112
114113 /**
115114 * the total number of rows returned by the SQL query without any appended "LIMIT" clause programmatically
0 commit comments