PHP Класс CS_REST_NativeJsonSerialiser, createsend-php

Наследование: extends CS_REST_BaseSerialiser
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
deserialise ( $text )
get_format ( )
get_type ( )
serialise ( $data )
strip_surrounding_quotes ( $data ) We've had sporadic reports of people getting ID's from create routes with the surrounding quotes present.

Описание методов

deserialise() публичный Метод

public deserialise ( $text )

get_format() публичный Метод

public get_format ( )

get_type() публичный Метод

public get_type ( )

serialise() публичный Метод

public serialise ( $data )

strip_surrounding_quotes() публичный Метод

There is no case where these should be present. Just get rid of it.
public strip_surrounding_quotes ( $data )