NextDom\Enums\SQLField
Class CacheEngine
Synopsis
class SQLField
extends Enum
{
- // constants
- const DISPLAY = 'display';
- const ID = 'id';
- const LINK_TYPE = 'link_type';
- const LINK_ID = 'link_id';
- const LOGIN = 'login';
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
Name | Value |
---|---|
DISPLAY | 'display' |
ID | 'id' |
LINK_TYPE | 'link_type' |
LINK_ID | 'link_id' |
LOGIN | 'login' |
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()