Overview

Namespaces

  • Contrib
    • Bundle
      • CoverallsBundle
        • Console
        • Entity
      • CoverallsV1Bundle
        • Api
        • Collector
        • Command
        • Config
        • Entity
          • Git
    • Component
      • File
      • Log
      • System
        • Git
  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
      • QueryAggregator
    • Inflection
    • Iterator
    • Log
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Async
      • Backoff
      • Cache
      • Cookie
        • CookieJar
        • Exception
      • CurlAuth
      • ErrorResponse
        • Exception
      • History
      • Log
      • Md5
      • Mock
      • Oauth
    • Service
      • Builder
      • Command
        • Factory
        • LocationVisitor
          • Request
          • Response
      • Description
      • Exception
      • Resource
    • Stream
  • PHP
  • Psr
    • Log
  • Symfony
    • Component
      • Config
        • Definition
          • Builder
          • Exception
        • Exception
        • Loader
        • Resource
        • Util
      • Console
        • Command
        • Formatter
        • Helper
        • Input
        • Output
        • Tester
      • EventDispatcher
        • Debug
      • Finder
        • Adapter
        • Comparator
        • Exception
        • Expression
        • Iterator
        • Shell
      • Stopwatch
      • Yaml
        • Exception

Classes

  • Operation
  • Parameter
  • SchemaFormatter
  • SchemaValidator
  • ServiceDescription
  • ServiceDescriptionLoader

Interfaces

  • OperationInterface
  • ServiceDescriptionInterface
  • ValidatorInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class SchemaFormatter

JSON Schema formatter class

Namespace: Guzzle\Service\Description
Located at Guzzle/Service/Description/SchemaFormatter.php
Methods summary
public static mixed
# format( string $format, mixed $value )

Format a value by a registered format name

Format a value by a registered format name

Parameters

$format
string
$format Registered format used to format the value
$value
mixed
$value Value being formatted

Returns

mixed
public static string
# formatDateTime( string|integer|DateTime $value )

Create a ISO 8601 (YYYY-MM-DDThh:mm:ssZ) formatted date time value in UTC time

Create a ISO 8601 (YYYY-MM-DDThh:mm:ssZ) formatted date time value in UTC time

Parameters

$value
string|integer|DateTime
$value Date time value

Returns

string
public static string
# formatDateTimeHttp( string|integer|DateTime $value )

Create an HTTP date (RFC 1123 / RFC 822) formatted UTC date-time string

Create an HTTP date (RFC 1123 / RFC 822) formatted UTC date-time string

Parameters

$value
string|integer|DateTime
$value Date time value

Returns

string
public static string
# formatDate( string|integer|DateTime $value )

Create a YYYY-MM-DD formatted string

Create a YYYY-MM-DD formatted string

Parameters

$value
string|integer|DateTime
$value Date time value

Returns

string
public static string
# formatTime( string|integer|DateTime $value )

Create a hh:mm:ss formatted string

Create a hh:mm:ss formatted string

Parameters

$value
string|integer|DateTime
$value Date time value

Returns

string
public static string
# formatBooleanAsString( string|integer|boolean $value )

Formats a boolean value as a string

Formats a boolean value as a string

Parameters

$value
string|integer|boolean
$value Value to convert to a boolean 'true' / 'false' value

Returns

string
public static integer
# formatTimestamp( string|integer|DateTime $value )

Return a UNIX timestamp in the UTC timezone

Return a UNIX timestamp in the UTC timezone

Parameters

$value
string|integer|DateTime
$value Time value

Returns

integer
protected static DateTimeZone
# getUtcTimeZone( )

Get a UTC DateTimeZone object

Get a UTC DateTimeZone object

Returns

DateTimeZone
protected static string
# dateFormatter( integer|string|DateTime $dateTime, string $format )

Perform the actual DateTime formatting

Perform the actual DateTime formatting

Parameters

$dateTime
integer|string|DateTime
$dateTime Date time value
$format
string
$format Format of the result

Returns

string

Throws

Guzzle\Common\Exception\InvalidArgumentException
Properties summary
protected static DateTimeZone $utcTimeZone
#
php-coveralls API documentation generated by ApiGen 2.8.0