PHP 인터페이스 RESTfulAPI_DeSerializer

저자: Thierry Francois @colymba [email protected]
파일 보기 프로젝트 열기: colymba/silverstripe-restfulapi 0 사용 예제들

공개 메소드들

메소드 설명
deserialize ( $json ) : array Convert client JSON data to an array of data ready to be consumed by SilverStripe
unformatName ( string $name ) : string Format a ClassName of DBField name sent by client API to be used by SilverStripe

메소드 상세

deserialize() 공개 메소드

Convert client JSON data to an array of data ready to be consumed by SilverStripe
public deserialize ( $json ) : array
리턴 array Formatted array representation of the JSON data

unformatName() 공개 메소드

Format a ClassName of DBField name sent by client API to be used by SilverStripe
public unformatName ( string $name ) : string
$name string ClassName of DBField name
리턴 string Formatted name