getJson() 공개 정적인 메소드

Gets Json String of Object Details
public static getJson ( ) : string
리턴 string
예제 #1
0
파일: AmountTest.php 프로젝트: Roc4rdho/app
 /**
  * Gets Json String of Object Amount
  *
  * @return string
  */
 public static function getJson()
 {
     return '{"currency":"TestSample","total":"12.34","details":' . DetailsTest::getJson() . '}';
 }