Converter
FinalYes
Table of Contents
Constants
- KEYS = 0x1000
- LC_FIRST = 0x100
- OUTPUT_JSON_FORMAT = self::KEYS | self::RECURSIVE | self::TO_CAMEL | self::LC_FIRST
- RECURSIVE = 0x4000
- TO_CAMEL = 0x2
- TO_LOWER = 0x20
- TO_SNAKE = 0x1
- TO_SNAKE_DIGIT = 0x4
- TO_UPPER = 0x10
- UC_FIRST = 0x200
- VALUES = 0x2000
Methods
- __construct() : mixed
- getFormat() : mixed
- process() : mixed
- setFormat() : mixed
- toJson() : mixed
Constants
KEYS
public
mixed
KEYS
= 0x1000
LC_FIRST
public
mixed
LC_FIRST
= 0x100
OUTPUT_JSON_FORMAT
public
mixed
OUTPUT_JSON_FORMAT
= self::KEYS | self::RECURSIVE | self::TO_CAMEL | self::LC_FIRST
RECURSIVE
public
mixed
RECURSIVE
= 0x4000
TO_CAMEL
public
mixed
TO_CAMEL
= 0x2
TO_LOWER
public
mixed
TO_LOWER
= 0x20
TO_SNAKE
public
mixed
TO_SNAKE
= 0x1
TO_SNAKE_DIGIT
public
mixed
TO_SNAKE_DIGIT
= 0x4
TO_UPPER
public
mixed
TO_UPPER
= 0x10
UC_FIRST
public
mixed
UC_FIRST
= 0x200
VALUES
public
mixed
VALUES
= 0x2000
Methods
__construct()
public
__construct(mixed $format) : mixed
Parameters
- $format : mixed
getFormat()
public
getFormat() : mixed
process()
public
process(mixed $data) : mixed
Parameters
- $data : mixed
setFormat()
public
setFormat(mixed $format) : mixed
Parameters
- $format : mixed
toJson()
public
static toJson() : mixed