PHP 클래스 CS_REST_NativeJsonSerialiser, createsend-php

상속: extends CS_REST_BaseSerialiser
파일 보기 프로젝트 열기: campaignmonitor/createsend-php 1 사용 예제들

공개 메소드들

메소드 설명
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 )