Bitrix API

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

OUTPUT_JSON_FORMAT

public mixed OUTPUT_JSON_FORMAT = self::KEYS | self::RECURSIVE | self::TO_CAMEL | self::LC_FIRST

TO_SNAKE_DIGIT

public mixed TO_SNAKE_DIGIT = 0x4

Methods

__construct()

public __construct(mixed $format) : mixed
Parameters
$format : mixed

process()

public process(mixed $data) : mixed
Parameters
$data : mixed

setFormat()

public setFormat(mixed $format) : mixed
Parameters
$format : mixed

        
On this page

Search results