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();
 }