getFormat() public method

Get the format.
public getFormat ( ) : string
return string
コード例 #1
0
 /**
  * Get the format.
  *
  * @return string 
  * @static 
  */
 public static function getFormat()
 {
     return \Dingo\Api\Dispatcher::getFormat();
 }