PHP Class CS_REST_NativeJsonSerialiser, createsend-php

Inheritance: extends CS_REST_BaseSerialiser
Afficher le fichier Open project: campaignmonitor/createsend-php Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

deserialise() public méthode

public deserialise ( $text )

get_format() public méthode

public get_format ( )

get_type() public méthode

public get_type ( )

serialise() public méthode

public serialise ( $data )

strip_surrounding_quotes() public méthode

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