getFormat() 공개 메소드

Get the format.
public getFormat ( ) : string
리턴 string
예제 #1
0
 /**
  * Get the format.
  *
  * @return string 
  * @static 
  */
 public static function getFormat()
 {
     return \Dingo\Api\Dispatcher::getFormat();
 }