Query\LikeType
'Enum' of join types
Synopsis
class LikeType
{
- // constants
- const BEFORE = 'before';
- const AFTER = 'after';
- const BOTH = 'both';
Constants
Name | Value |
---|---|
BEFORE | 'before' |
AFTER | 'after' |
BOTH | 'both' |