commit 6aec585e09736556d8223b991bd98f6bd30f6142 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu Apr 14 12:44:13 2022 +0000 Deploy to GitHub pages diff --git a/classes/Pock-Client.html b/classes/Pock-Client.html new file mode 100644 index 0000000..95b2595 --- /dev/null +++ b/classes/Pock-Client.html @@ -0,0 +1,604 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
+

pock

+ + + + + +
+ +
+
+ + + + +
+ + +
+

+ Client + + +
+ in package + +
+ + + implements + ClientInterface, HttpClient, HttpAsyncClient + +

+ + + +

Class Client

+ + + +
+ Tags + +
+
+
+ category +
+
+ +

Client

+
+ +
+
+ + + + +

+ Interfaces, Classes, Traits and Enums + +

+ +
+
ClientInterface
+
+
HttpClient
+
+
HttpAsyncClient
+
+ + + +
+ + +

+ Table of Contents + +

+ +
+
+ __construct() + +  : mixed +
+
Client constructor.
+ +
+ doSendRequest() + +  : ResponseInterface +
+
+ +
+ sendAsyncRequest() + +  : Promise +
+
+ +
+ sendRequest() + +  : ResponseInterface +
+
+ +
+ + + + + + + +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Client constructor.

+ + + public + __construct(array<string|int, MockInterface$mocks[, ClientInterface|null $fallbackClient = null ]) : mixed + + +
Parameters
+
+
+ $mocks + : array<string|int, MockInterface> +
+
+ +
+
+ $fallbackClient + : ClientInterface|null + = null
+
+
+ +
+
+ + + +
Return values
+ mixed + — + + +
+
+

+ doSendRequest() + +

+ + + + + public + doSendRequest(RequestInterface $request) : ResponseInterface + + +
Parameters
+
+
+ $request + : RequestInterface +
+
+
+ +
+
+ + +
+ Tags + +
+
+
+ throws +
+
+ Throwable + + +
+
+ +
Return values
+ ResponseInterface + — + + +
+
+

+ sendAsyncRequest() + +

+ + + + + public + sendAsyncRequest(RequestInterface $request) : Promise + + +
Parameters
+
+
+ $request + : RequestInterface +
+
+
+ +
+
+ + +
+ Tags + +
+
+
+ inheritDoc +
+
+ + +
+
+ throws +
+
+ Throwable + + +
+
+ +
Return values
+ Promise + — + + +
+
+

+ sendRequest() + +

+ + + + + public + sendRequest(RequestInterface $request) : ResponseInterface + + +
Parameters
+
+
+ $request + : RequestInterface +
+
+
+ +
+
+ + +
+ Tags + +
+
+
+ inheritDoc +
+
+ + +
+
+ throws +
+
+ Throwable + + +
+
+ +
Return values
+ ResponseInterface + — + + +
+
+ + + + +
+
+
+
+

Search results

+ +
+
+
    +
    +
    +
    +
    +
    + + +
    + + + + + + + + diff --git a/classes/Pock-Comparator-ComparatorInterface.html b/classes/Pock-Comparator-ComparatorInterface.html new file mode 100644 index 0000000..4ae379f --- /dev/null +++ b/classes/Pock-Comparator-ComparatorInterface.html @@ -0,0 +1,374 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
    +

    pock

    + + + + + +
    + +
    +
    + + + + +
    + + +
    +

    + ComparatorInterface +
    + in + +
    +

    + + + +

    Interface ComparatorInterface

    + + + +
    + Tags + +
    +
    +
    + category +
    +
    + +

    ComparatorInterface

    +
    + +
    +
    + + + + + + +

    + Table of Contents + +

    + +
    +
    + compare() + +  : bool +
    +
    Compare two values.
    + +
    + + + + + +
    +

    + Methods + +

    +
    +

    + compare() + +

    + + +

    Compare two values.

    + + + public + compare(mixed $first, mixed $second) : bool + + +
    Parameters
    +
    +
    + $first + : mixed +
    +
    + +
    +
    + $second + : mixed +
    +
    + +
    +
    + + + +
    Return values
    + bool + — + + +
    +
    + + + + +
    +
    +
    +
    +

    Search results

    + +
    +
    +
      +
      +
      +
      +
      +
      + + +
      + + + + + + + + diff --git a/classes/Pock-Comparator-ComparatorLocator.html b/classes/Pock-Comparator-ComparatorLocator.html new file mode 100644 index 0000000..6a7814a --- /dev/null +++ b/classes/Pock-Comparator-ComparatorLocator.html @@ -0,0 +1,373 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
      +

      pock

      + + + + + +
      + +
      +
      + + + + +
      + + +
      +

      + ComparatorLocator + + +
      + in package + +
      + + +

      + + + +

      Class ComparatorLocator

      + + + +
      + Tags + +
      +
      +
      + category +
      +
      + +

      ComparatorLocator

      +
      + +
      +
      + + + + + + +

      + Table of Contents + +

      + +
      +
      + get() + +  : ComparatorInterface +
      +
      Returns comparator.
      + +
      + + + + + + + +
      +

      + Methods + +

      + +
      + + + + +
      +
      +
      +
      +

      Search results

      + +
      +
      +
        +
        +
        +
        +
        +
        + + +
        + + + + + + + + diff --git a/classes/Pock-Comparator-LtrScalarArrayComparator.html b/classes/Pock-Comparator-LtrScalarArrayComparator.html new file mode 100644 index 0000000..0e1815c --- /dev/null +++ b/classes/Pock-Comparator-LtrScalarArrayComparator.html @@ -0,0 +1,408 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
        +

        pock

        + + + + + +
        + +
        +
        + + + + +
        + + +
        +

        + LtrScalarArrayComparator + + +
        + in package + +
        + + + implements + ComparatorInterface + +

        + + + +

        Class LtrScalarArrayComparator

        + + + +
        + Tags + +
        +
        +
        + category +
        +
        + +

        LtrScalarArrayComparator

        +
        + +
        +
        + + + + +

        + Interfaces, Classes, Traits and Enums + +

        + +
        +
        ComparatorInterface
        +
        Interface ComparatorInterface
        + + + +
        + + +

        + Table of Contents + +

        + +
        +
        + compare() + +  : bool +
        +
        Compare two values.
        + +
        + + + + + + + +
        +

        + Methods + +

        +
        +

        + compare() + +

        + + +

        Compare two values.

        + + + public + compare(mixed $first, mixed $second) : bool + + +
        Parameters
        +
        +
        + $first + : mixed +
        +
        + +
        +
        + $second + : mixed +
        +
        + +
        +
        + + +
        + Tags + +
        +
        +
        + inheritDoc +
        +
        + + +
        +
        + +
        Return values
        + bool + — + + +
        +
        + + + + +
        +
        +
        +
        +

        Search results

        + +
        +
        +
          +
          +
          +
          +
          +
          + + +
          + + + + + + + + diff --git a/classes/Pock-Comparator-RecursiveArrayComparator.html b/classes/Pock-Comparator-RecursiveArrayComparator.html new file mode 100644 index 0000000..52aa066 --- /dev/null +++ b/classes/Pock-Comparator-RecursiveArrayComparator.html @@ -0,0 +1,408 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
          +

          pock

          + + + + + +
          + +
          +
          + + + + +
          + + +
          +

          + RecursiveArrayComparator + + +
          + in package + +
          + + + implements + ComparatorInterface + +

          + + + +

          Class RecursiveArrayComparator

          + + + +
          + Tags + +
          +
          +
          + category +
          +
          + +

          RecursiveArrayComparator

          +
          + +
          +
          + + + + +

          + Interfaces, Classes, Traits and Enums + +

          + +
          +
          ComparatorInterface
          +
          Interface ComparatorInterface
          + + + +
          + + +

          + Table of Contents + +

          + +
          +
          + compare() + +  : bool +
          +
          Compare two values.
          + +
          + + + + + + + +
          +

          + Methods + +

          +
          +

          + compare() + +

          + + +

          Compare two values.

          + + + public + compare(mixed $first, mixed $second) : bool + + +
          Parameters
          +
          +
          + $first + : mixed +
          +
          + +
          +
          + $second + : mixed +
          +
          + +
          +
          + + +
          + Tags + +
          +
          +
          + inheritDoc +
          +
          + + +
          +
          + +
          Return values
          + bool + — + + +
          +
          + + + + +
          +
          +
          +
          +

          Search results

          + +
          +
          +
            +
            +
            +
            +
            +
            + + +
            + + + + + + + + diff --git a/classes/Pock-Comparator-RecursiveLtrArrayComparator.html b/classes/Pock-Comparator-RecursiveLtrArrayComparator.html new file mode 100644 index 0000000..7517f71 --- /dev/null +++ b/classes/Pock-Comparator-RecursiveLtrArrayComparator.html @@ -0,0 +1,396 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
            +

            pock

            + + + + + +
            + +
            +
            + + + + +
            + + +
            +

            + RecursiveLtrArrayComparator + + + extends RecursiveArrayComparator + + +
            + in package + +
            + + +

            + + + +

            Class RecursiveLtrArrayComparator

            + + + +
            + Tags + +
            +
            +
            + category +
            +
            + +

            RecursiveLtrArrayComparator

            +
            + +
            +
            + + + + + + +

            + Table of Contents + +

            + +
            +
            + compare() + +  : bool +
            +
            Compare two values.
            + +
            + + + + + + + +
            +

            + Methods + +

            +
            +

            + compare() + +

            + + +

            Compare two values.

            + + + public + compare(mixed $first, mixed $second) : bool + + +
            Parameters
            +
            +
            + $first + : mixed +
            +
            + +
            +
            + $second + : mixed +
            +
            + +
            +
            + + +
            + Tags + +
            +
            +
            + inheritDoc +
            +
            + + +
            +
            + +
            Return values
            + bool + — + + +
            +
            + + + + +
            +
            +
            +
            +

            Search results

            + +
            +
            +
              +
              +
              +
              +
              +
              + + +
              + + + + + + + + diff --git a/classes/Pock-Comparator-ScalarFlatArrayComparator.html b/classes/Pock-Comparator-ScalarFlatArrayComparator.html new file mode 100644 index 0000000..cb3defd --- /dev/null +++ b/classes/Pock-Comparator-ScalarFlatArrayComparator.html @@ -0,0 +1,408 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
              +

              pock

              + + + + + +
              + +
              +
              + + + + +
              + + +
              +

              + ScalarFlatArrayComparator + + +
              + in package + +
              + + + implements + ComparatorInterface + +

              + + + +

              Class ScalarFlatArrayComparator

              + + + +
              + Tags + +
              +
              +
              + category +
              +
              + +

              ScalarFlatArrayComparator

              +
              + +
              +
              + + + + +

              + Interfaces, Classes, Traits and Enums + +

              + +
              +
              ComparatorInterface
              +
              Interface ComparatorInterface
              + + + +
              + + +

              + Table of Contents + +

              + +
              +
              + compare() + +  : bool +
              +
              Compare two values.
              + +
              + + + + + + + +
              +

              + Methods + +

              +
              +

              + compare() + +

              + + +

              Compare two values.

              + + + public + compare(mixed $first, mixed $second) : bool + + +
              Parameters
              +
              +
              + $first + : mixed +
              +
              + +
              +
              + $second + : mixed +
              +
              + +
              +
              + + +
              + Tags + +
              +
              +
              + inheritDoc +
              +
              + + +
              +
              + +
              Return values
              + bool + — + + +
              +
              + + + + +
              +
              +
              +
              +

              Search results

              + +
              +
              +
                +
                +
                +
                +
                +
                + + +
                + + + + + + + + diff --git a/classes/Pock-Creator-AbstractJmsSerializerCreator.html b/classes/Pock-Creator-AbstractJmsSerializerCreator.html new file mode 100644 index 0000000..cc6633a --- /dev/null +++ b/classes/Pock-Creator-AbstractJmsSerializerCreator.html @@ -0,0 +1,391 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                +

                pock

                + + + + + +
                + +
                +
                + + + + +
                + + +
                +

                + AbstractJmsSerializerCreator + + +
                + in package + +
                + + + implements + SerializerCreatorInterface + +

                + + + +

                Class AbstractJmsSerializerCreator

                + + + +
                + Tags + +
                +
                +
                + category +
                +
                + +

                AbstractJmsSerializerCreator

                +
                + +
                +
                + + + + +

                + Interfaces, Classes, Traits and Enums + +

                + +
                +
                SerializerCreatorInterface
                +
                Interface SerializerCreatorInterface
                + + + +
                + + +

                + Table of Contents + +

                + +
                +
                + create() + +  : SerializerInterface|null +
                +
                Instantiates serializer and returns it. Returns null if serializer cannot be located.
                + +
                + + + + + + + +
                +

                + Methods + +

                + +
                + + + + +
                +
                +
                +
                +

                Search results

                + +
                +
                +
                  +
                  +
                  +
                  +
                  +
                  + + +
                  + + + + + + + + diff --git a/classes/Pock-Creator-AbstractSymfonySerializerCreator.html b/classes/Pock-Creator-AbstractSymfonySerializerCreator.html new file mode 100644 index 0000000..e59c910 --- /dev/null +++ b/classes/Pock-Creator-AbstractSymfonySerializerCreator.html @@ -0,0 +1,391 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                  +

                  pock

                  + + + + + +
                  + +
                  +
                  + + + + +
                  + + +
                  +

                  + AbstractSymfonySerializerCreator + + +
                  + in package + +
                  + + + implements + SerializerCreatorInterface + +

                  + + + +

                  Class AbstractSymfonySerializerCreator

                  + + + +
                  + Tags + +
                  +
                  +
                  + category +
                  +
                  + +

                  AbstractSymfonySerializerCreator

                  +
                  + +
                  +
                  + + + + +

                  + Interfaces, Classes, Traits and Enums + +

                  + +
                  +
                  SerializerCreatorInterface
                  +
                  Interface SerializerCreatorInterface
                  + + + +
                  + + +

                  + Table of Contents + +

                  + +
                  +
                  + create() + +  : SerializerInterface|null +
                  +
                  Instantiates serializer and returns it. Returns null if serializer cannot be located.
                  + +
                  + + + + + + + +
                  +

                  + Methods + +

                  + +
                  + + + + +
                  +
                  +
                  +
                  +

                  Search results

                  + +
                  +
                  +
                    +
                    +
                    +
                    +
                    +
                    + + +
                    + + + + + + + + diff --git a/classes/Pock-Creator-JmsJsonSerializerCreator.html b/classes/Pock-Creator-JmsJsonSerializerCreator.html new file mode 100644 index 0000000..1bacb83 --- /dev/null +++ b/classes/Pock-Creator-JmsJsonSerializerCreator.html @@ -0,0 +1,379 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                    +

                    pock

                    + + + + + +
                    + +
                    +
                    + + + + +
                    + + +
                    +

                    + JmsJsonSerializerCreator + + + extends AbstractJmsSerializerCreator + + +
                    + in package + +
                    + + +

                    + + + +

                    Class JmsJsonSerializerCreator

                    + + + +
                    + Tags + +
                    +
                    +
                    + category +
                    +
                    + +

                    JmsJsonSerializerCreator

                    +
                    + +
                    +
                    + + + + + + +

                    + Table of Contents + +

                    + +
                    +
                    + create() + +  : SerializerInterface|null +
                    +
                    Instantiates serializer and returns it. Returns null if serializer cannot be located.
                    + +
                    + + + + + + + +
                    +

                    + Methods + +

                    + +
                    + + + + +
                    +
                    +
                    +
                    +

                    Search results

                    + +
                    +
                    +
                      +
                      +
                      +
                      +
                      +
                      + + +
                      + + + + + + + + diff --git a/classes/Pock-Creator-JmsXmlSerializerCreator.html b/classes/Pock-Creator-JmsXmlSerializerCreator.html new file mode 100644 index 0000000..9984356 --- /dev/null +++ b/classes/Pock-Creator-JmsXmlSerializerCreator.html @@ -0,0 +1,379 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                      +

                      pock

                      + + + + + +
                      + +
                      +
                      + + + + +
                      + + +
                      +

                      + JmsXmlSerializerCreator + + + extends AbstractJmsSerializerCreator + + +
                      + in package + +
                      + + +

                      + + + +

                      Class JmsXmlSerializerCreator

                      + + + +
                      + Tags + +
                      +
                      +
                      + category +
                      +
                      + +

                      JmsXmlSerializerCreator

                      +
                      + +
                      +
                      + + + + + + +

                      + Table of Contents + +

                      + +
                      +
                      + create() + +  : SerializerInterface|null +
                      +
                      Instantiates serializer and returns it. Returns null if serializer cannot be located.
                      + +
                      + + + + + + + +
                      +

                      + Methods + +

                      + +
                      + + + + +
                      +
                      +
                      +
                      +

                      Search results

                      + +
                      +
                      +
                        +
                        +
                        +
                        +
                        +
                        + + +
                        + + + + + + + + diff --git a/classes/Pock-Creator-SerializerCreatorInterface.html b/classes/Pock-Creator-SerializerCreatorInterface.html new file mode 100644 index 0000000..a242aa5 --- /dev/null +++ b/classes/Pock-Creator-SerializerCreatorInterface.html @@ -0,0 +1,357 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                        +

                        pock

                        + + + + + +
                        + +
                        +
                        + + + + +
                        + + +
                        +

                        + SerializerCreatorInterface +
                        + in + +
                        +

                        + + + +

                        Interface SerializerCreatorInterface

                        + + + +
                        + Tags + +
                        +
                        +
                        + category +
                        +
                        + +

                        SerializerCreatorInterface

                        +
                        + +
                        +
                        + + + + + + +

                        + Table of Contents + +

                        + +
                        +
                        + create() + +  : SerializerInterface|null +
                        +
                        Instantiates serializer and returns it. Returns null if serializer cannot be located.
                        + +
                        + + + + + +
                        +

                        + Methods + +

                        + +
                        + + + + +
                        +
                        +
                        +
                        +

                        Search results

                        + +
                        +
                        +
                          +
                          +
                          +
                          +
                          +
                          + + +
                          + + + + + + + + diff --git a/classes/Pock-Creator-SymfonyJsonSerializerCreator.html b/classes/Pock-Creator-SymfonyJsonSerializerCreator.html new file mode 100644 index 0000000..e5db4b9 --- /dev/null +++ b/classes/Pock-Creator-SymfonyJsonSerializerCreator.html @@ -0,0 +1,379 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                          +

                          pock

                          + + + + + +
                          + +
                          +
                          + + + + +
                          + + +
                          +

                          + SymfonyJsonSerializerCreator + + + extends AbstractSymfonySerializerCreator + + +
                          + in package + +
                          + + +

                          + + + +

                          Class SymfonyJsonSerializerCreator

                          + + + +
                          + Tags + +
                          +
                          +
                          + category +
                          +
                          + +

                          SymfonyJsonSerializerCreator

                          +
                          + +
                          +
                          + + + + + + +

                          + Table of Contents + +

                          + +
                          +
                          + create() + +  : SerializerInterface|null +
                          +
                          Instantiates serializer and returns it. Returns null if serializer cannot be located.
                          + +
                          + + + + + + + +
                          +

                          + Methods + +

                          + +
                          + + + + +
                          +
                          +
                          +
                          +

                          Search results

                          + +
                          +
                          +
                            +
                            +
                            +
                            +
                            +
                            + + +
                            + + + + + + + + diff --git a/classes/Pock-Creator-SymfonyXmlSerializerCreator.html b/classes/Pock-Creator-SymfonyXmlSerializerCreator.html new file mode 100644 index 0000000..693c58e --- /dev/null +++ b/classes/Pock-Creator-SymfonyXmlSerializerCreator.html @@ -0,0 +1,379 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                            +

                            pock

                            + + + + + +
                            + +
                            +
                            + + + + +
                            + + +
                            +

                            + SymfonyXmlSerializerCreator + + + extends AbstractSymfonySerializerCreator + + +
                            + in package + +
                            + + +

                            + + + +

                            Class SymfonyXmlSerializerCreator

                            + + + +
                            + Tags + +
                            +
                            +
                            + category +
                            +
                            + +

                            SymfonyXmlSerializerCreator

                            +
                            + +
                            +
                            + + + + + + +

                            + Table of Contents + +

                            + +
                            +
                            + create() + +  : SerializerInterface|null +
                            +
                            Instantiates serializer and returns it. Returns null if serializer cannot be located.
                            + +
                            + + + + + + + +
                            +

                            + Methods + +

                            + +
                            + + + + +
                            +
                            +
                            +
                            +

                            Search results

                            + +
                            +
                            +
                              +
                              +
                              +
                              +
                              +
                              + + +
                              + + + + + + + + diff --git a/classes/Pock-Enum-RequestMethod.html b/classes/Pock-Enum-RequestMethod.html new file mode 100644 index 0000000..91af8c7 --- /dev/null +++ b/classes/Pock-Enum-RequestMethod.html @@ -0,0 +1,647 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                              +

                              pock

                              + + + + + +
                              + +
                              +
                              + + + + +
                              + + +
                              +

                              + RequestMethod + + +
                              + in package + +
                              + + +

                              + + + +

                              Class RequestMethod

                              + + + +
                              + Tags + +
                              +
                              +
                              + category +
                              +
                              + +

                              RequestMethod

                              +
                              + +
                              +
                              + + + + + + +

                              + Table of Contents + +

                              + +
                              +
                              + CONNECT + +  = 'CONNECT' +
                              +
                              + +
                              + DELETE + +  = 'DELETE' +
                              +
                              + +
                              + GET + +  = 'GET' +
                              +
                              + +
                              + HEAD + +  = 'HEAD' +
                              +
                              + +
                              + OPTIONS + +  = 'OPTIONS' +
                              +
                              + +
                              + PATCH + +  = 'PATCH' +
                              +
                              + +
                              + POST + +  = 'POST' +
                              +
                              + +
                              + PUT + +  = 'PUT' +
                              +
                              + +
                              + TRACE + +  = 'TRACE' +
                              +
                              + +
                              + + + + +
                              +

                              + Constants + +

                              +
                              +

                              + CONNECT + +

                              + + + + + + public + mixed + CONNECT + = 'CONNECT' + + + +
                              + +
                              + + + +
                              +
                              +

                              + DELETE + +

                              + + + + + + public + mixed + DELETE + = 'DELETE' + + + +
                              + +
                              + + + +
                              +
                              +

                              + GET + +

                              + + + + + + public + mixed + GET + = 'GET' + + + +
                              + +
                              + + + +
                              +
                              +

                              + HEAD + +

                              + + + + + + public + mixed + HEAD + = 'HEAD' + + + +
                              + +
                              + + + +
                              +
                              +

                              + OPTIONS + +

                              + + + + + + public + mixed + OPTIONS + = 'OPTIONS' + + + +
                              + +
                              + + + +
                              +
                              +

                              + PATCH + +

                              + + + + + + public + mixed + PATCH + = 'PATCH' + + + +
                              + +
                              + + + +
                              +
                              +

                              + POST + +

                              + + + + + + public + mixed + POST + = 'POST' + + + +
                              + +
                              + + + +
                              +
                              +

                              + PUT + +

                              + + + + + + public + mixed + PUT + = 'PUT' + + + +
                              + +
                              + + + +
                              +
                              +

                              + TRACE + +

                              + + + + + + public + mixed + TRACE + = 'TRACE' + + + +
                              + +
                              + + + +
                              +
                              + + + + + + + +
                              +
                              +
                              +
                              +

                              Search results

                              + +
                              +
                              +
                                +
                                +
                                +
                                +
                                +
                                + + +
                                + + + + + + + + diff --git a/classes/Pock-Enum-RequestScheme.html b/classes/Pock-Enum-RequestScheme.html new file mode 100644 index 0000000..8c2a3a9 --- /dev/null +++ b/classes/Pock-Enum-RequestScheme.html @@ -0,0 +1,395 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                +

                                pock

                                + + + + + +
                                + +
                                +
                                + + + + +
                                + + +
                                +

                                + RequestScheme + + +
                                + in package + +
                                + + +

                                + + + +

                                Class RequestScheme

                                + + + +
                                + Tags + +
                                +
                                +
                                + category +
                                +
                                + +

                                RequestScheme

                                +
                                + +
                                +
                                + + + + + + +

                                + Table of Contents + +

                                + +
                                +
                                + HTTP + +  = 'http' +
                                +
                                + +
                                + HTTPS + +  = 'https' +
                                +
                                + +
                                + + + + +
                                +

                                + Constants + +

                                +
                                +

                                + HTTP + +

                                + + + + + + public + mixed + HTTP + = 'http' + + + +
                                + +
                                + + + +
                                +
                                +

                                + HTTPS + +

                                + + + + + + public + mixed + HTTPS + = 'https' + + + +
                                + +
                                + + + +
                                +
                                + + + + + + + +
                                +
                                +
                                +
                                +

                                Search results

                                + +
                                +
                                +
                                  +
                                  +
                                  +
                                  +
                                  +
                                  + + +
                                  + + + + + + + + diff --git a/classes/Pock-Exception-AbstractRequestAwareException.html b/classes/Pock-Exception-AbstractRequestAwareException.html new file mode 100644 index 0000000..8cc1622 --- /dev/null +++ b/classes/Pock-Exception-AbstractRequestAwareException.html @@ -0,0 +1,414 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                  +

                                  pock

                                  + + + + + +
                                  + +
                                  +
                                  + + + + +
                                  + + +
                                  +

                                  + AbstractRequestAwareException + + + extends Exception + + +
                                  + in package + +
                                  + + +

                                  + + + +

                                  Class AbstractRequestAwareException

                                  + + + +
                                  + Tags + +
                                  +
                                  +
                                  + category +
                                  +
                                  + +

                                  AbstractRequestAwareException

                                  +
                                  + +
                                  +
                                  + + + + + + +

                                  + Table of Contents + +

                                  + +
                                  +
                                  + getRequest() + +  : RequestInterface +
                                  +
                                  + +
                                  + setRequest() + +  : self +
                                  +
                                  + +
                                  + + + + + + + +
                                  +

                                  + Methods + +

                                  +
                                  +

                                  + getRequest() + +

                                  + + + + + public + getRequest() : RequestInterface + + + + + +
                                  Return values
                                  + RequestInterface + — + + +
                                  +
                                  +

                                  + setRequest() + +

                                  + + + + + public + setRequest(RequestInterface $request) : self + + +
                                  Parameters
                                  +
                                  +
                                  + $request + : RequestInterface +
                                  +
                                  + +
                                  +
                                  + + + +
                                  Return values
                                  + self + — + + +
                                  +
                                  + + + + +
                                  +
                                  +
                                  +
                                  +

                                  Search results

                                  + +
                                  +
                                  +
                                    +
                                    +
                                    +
                                    +
                                    +
                                    + + +
                                    + + + + + + + + diff --git a/classes/Pock-Exception-IncompleteMockException.html b/classes/Pock-Exception-IncompleteMockException.html new file mode 100644 index 0000000..10794e5 --- /dev/null +++ b/classes/Pock-Exception-IncompleteMockException.html @@ -0,0 +1,415 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                    +

                                    pock

                                    + + + + + +
                                    + +
                                    +
                                    + + + + +
                                    + + +
                                    +

                                    + IncompleteMockException + + + extends Exception + + +
                                    + in package + +
                                    + + +

                                    + + + +

                                    Class IncompleteMockException

                                    + + + +
                                    + Tags + +
                                    +
                                    +
                                    + category +
                                    +
                                    + +

                                    IncompleteMockException

                                    +
                                    + +
                                    +
                                    + + + + + + +

                                    + Table of Contents + +

                                    + +
                                    +
                                    + __construct() + +  : mixed +
                                    +
                                    AbstractMockException constructor.
                                    + +
                                    + getMock() + +  : MockInterface +
                                    +
                                    + +
                                    + + + + + + + +
                                    +

                                    + Methods + +

                                    + + +
                                    + + + + +
                                    +
                                    +
                                    +
                                    +

                                    Search results

                                    + +
                                    +
                                    +
                                      +
                                      +
                                      +
                                      +
                                      +
                                      + + +
                                      + + + + + + + + diff --git a/classes/Pock-Exception-JsonException.html b/classes/Pock-Exception-JsonException.html new file mode 100644 index 0000000..6e2c3c3 --- /dev/null +++ b/classes/Pock-Exception-JsonException.html @@ -0,0 +1,313 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                      +

                                      pock

                                      + + + + + +
                                      + +
                                      +
                                      + + + + +
                                      + + +
                                      +

                                      + JsonException + + + extends Exception + + +
                                      + in package + +
                                      + + +

                                      + + + +

                                      Class JsonException

                                      + + + +
                                      + Tags + +
                                      +
                                      +
                                      + category +
                                      +
                                      + +

                                      JsonException

                                      +
                                      + +
                                      +
                                      + + + + + + + + + + + + + + + + + +
                                      +
                                      +
                                      +
                                      +

                                      Search results

                                      + +
                                      +
                                      +
                                        +
                                        +
                                        +
                                        +
                                        +
                                        + + +
                                        + + + + + + + + diff --git a/classes/Pock-Exception-PockClientException.html b/classes/Pock-Exception-PockClientException.html new file mode 100644 index 0000000..1fe4438 --- /dev/null +++ b/classes/Pock-Exception-PockClientException.html @@ -0,0 +1,328 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                        +

                                        pock

                                        + + + + + +
                                        + +
                                        +
                                        + + + + +
                                        + + +
                                        +

                                        + PockClientException + + + extends Exception + + +
                                        + in package + +
                                        + + + implements + ClientExceptionInterface + +

                                        + + + +

                                        Class PockClientException

                                        + + + +
                                        + Tags + +
                                        +
                                        +
                                        + category +
                                        +
                                        + +

                                        PockClientException

                                        +
                                        + +
                                        +
                                        + + + + +

                                        + Interfaces, Classes, Traits and Enums + +

                                        + +
                                        +
                                        ClientExceptionInterface
                                        +
                                        + + + +
                                        + + + + + + + + + + + + + +
                                        +
                                        +
                                        +
                                        +

                                        Search results

                                        + +
                                        +
                                        +
                                          +
                                          +
                                          +
                                          +
                                          +
                                          + + +
                                          + + + + + + + + diff --git a/classes/Pock-Exception-PockNetworkException.html b/classes/Pock-Exception-PockNetworkException.html new file mode 100644 index 0000000..46097bf --- /dev/null +++ b/classes/Pock-Exception-PockNetworkException.html @@ -0,0 +1,429 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                          +

                                          pock

                                          + + + + + +
                                          + +
                                          +
                                          + + + + +
                                          + + +
                                          +

                                          + PockNetworkException + + + extends AbstractRequestAwareException + + +
                                          + in package + +
                                          + + + implements + NetworkExceptionInterface + +

                                          + + + +

                                          Class PockNetworkException

                                          + + + +
                                          + Tags + +
                                          +
                                          +
                                          + category +
                                          +
                                          + +

                                          PockNetworkException

                                          +
                                          + +
                                          +
                                          + + + + +

                                          + Interfaces, Classes, Traits and Enums + +

                                          + +
                                          +
                                          NetworkExceptionInterface
                                          +
                                          + + + +
                                          + + +

                                          + Table of Contents + +

                                          + +
                                          +
                                          + getRequest() + +  : RequestInterface +
                                          +
                                          + +
                                          + setRequest() + +  : self +
                                          +
                                          + +
                                          + + + + + + + +
                                          +

                                          + Methods + +

                                          +
                                          +

                                          + getRequest() + +

                                          + + + + + public + getRequest() : RequestInterface + + + + + +
                                          Return values
                                          + RequestInterface + — + + +
                                          +
                                          +

                                          + setRequest() + +

                                          + + + + + public + setRequest(RequestInterface $request) : self + + +
                                          Parameters
                                          +
                                          +
                                          + $request + : RequestInterface +
                                          +
                                          + +
                                          +
                                          + + + +
                                          Return values
                                          + self + — + + +
                                          +
                                          + + + + +
                                          +
                                          +
                                          +
                                          +

                                          Search results

                                          + +
                                          +
                                          +
                                            +
                                            +
                                            +
                                            +
                                            +
                                            + + +
                                            + + + + + + + + diff --git a/classes/Pock-Exception-PockRequestException.html b/classes/Pock-Exception-PockRequestException.html new file mode 100644 index 0000000..5a38e86 --- /dev/null +++ b/classes/Pock-Exception-PockRequestException.html @@ -0,0 +1,429 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                            +

                                            pock

                                            + + + + + +
                                            + +
                                            +
                                            + + + + +
                                            + + +
                                            +

                                            + PockRequestException + + + extends AbstractRequestAwareException + + +
                                            + in package + +
                                            + + + implements + RequestExceptionInterface + +

                                            + + + +

                                            Class PockRequestException

                                            + + + +
                                            + Tags + +
                                            +
                                            +
                                            + category +
                                            +
                                            + +

                                            PockRequestException

                                            +
                                            + +
                                            +
                                            + + + + +

                                            + Interfaces, Classes, Traits and Enums + +

                                            + +
                                            +
                                            RequestExceptionInterface
                                            +
                                            + + + +
                                            + + +

                                            + Table of Contents + +

                                            + +
                                            +
                                            + getRequest() + +  : RequestInterface +
                                            +
                                            + +
                                            + setRequest() + +  : self +
                                            +
                                            + +
                                            + + + + + + + +
                                            +

                                            + Methods + +

                                            +
                                            +

                                            + getRequest() + +

                                            + + + + + public + getRequest() : RequestInterface + + + + + +
                                            Return values
                                            + RequestInterface + — + + +
                                            +
                                            +

                                            + setRequest() + +

                                            + + + + + public + setRequest(RequestInterface $request) : self + + +
                                            Parameters
                                            +
                                            +
                                            + $request + : RequestInterface +
                                            +
                                            + +
                                            +
                                            + + + +
                                            Return values
                                            + self + — + + +
                                            +
                                            + + + + +
                                            +
                                            +
                                            +
                                            +

                                            Search results

                                            + +
                                            +
                                            +
                                              +
                                              +
                                              +
                                              +
                                              +
                                              + + +
                                              + + + + + + + + diff --git a/classes/Pock-Exception-UnsupportedRequestException.html b/classes/Pock-Exception-UnsupportedRequestException.html new file mode 100644 index 0000000..380b075 --- /dev/null +++ b/classes/Pock-Exception-UnsupportedRequestException.html @@ -0,0 +1,366 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                              +

                                              pock

                                              + + + + + +
                                              + +
                                              +
                                              + + + + +
                                              + + +
                                              +

                                              + UnsupportedRequestException + + + extends Exception + + +
                                              + in package + +
                                              + + +

                                              + + + +

                                              Class UnsupportedRequestException

                                              + + + +
                                              + Tags + +
                                              +
                                              +
                                              + category +
                                              +
                                              + +

                                              UnsupportedRequestException

                                              +
                                              + +
                                              +
                                              + + + + + + +

                                              + Table of Contents + +

                                              + +
                                              +
                                              + __construct() + +  : mixed +
                                              +
                                              + +
                                              + + + + + + + +
                                              +

                                              + Methods + +

                                              +
                                              +

                                              + __construct() + +

                                              + + + + + public + __construct() : mixed + +
                                              + + + + +
                                              Return values
                                              + mixed + — + + +
                                              +
                                              + + + + +
                                              +
                                              +
                                              +
                                              +

                                              Search results

                                              + +
                                              +
                                              +
                                                +
                                                +
                                                +
                                                +
                                                +
                                                + + +
                                                + + + + + + + + diff --git a/classes/Pock-Exception-XmlException.html b/classes/Pock-Exception-XmlException.html new file mode 100644 index 0000000..37042a0 --- /dev/null +++ b/classes/Pock-Exception-XmlException.html @@ -0,0 +1,313 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                +

                                                pock

                                                + + + + + +
                                                + +
                                                +
                                                + + + + +
                                                + + +
                                                +

                                                + XmlException + + + extends Exception + + +
                                                + in package + +
                                                + + +

                                                + + + +

                                                Class XmlException

                                                + + + +
                                                + Tags + +
                                                +
                                                +
                                                + category +
                                                +
                                                + +

                                                XmlException

                                                +
                                                + +
                                                +
                                                + + + + + + + + + + + + + + + + + +
                                                +
                                                +
                                                +
                                                +

                                                Search results

                                                + +
                                                +
                                                +
                                                  +
                                                  +
                                                  +
                                                  +
                                                  +
                                                  + + +
                                                  + + + + + + + + diff --git a/classes/Pock-Factory-AbstractSerializerFactory.html b/classes/Pock-Factory-AbstractSerializerFactory.html new file mode 100644 index 0000000..5811954 --- /dev/null +++ b/classes/Pock-Factory-AbstractSerializerFactory.html @@ -0,0 +1,378 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                  +

                                                  pock

                                                  + + + + + +
                                                  + +
                                                  +
                                                  + + + + +
                                                  + + +
                                                  +

                                                  + AbstractSerializerFactory + + +
                                                  + in package + +
                                                  + + + implements + SerializerCreatorInterface + +

                                                  + + + +

                                                  Class AbstractSerializerFactory

                                                  + + + +
                                                  + Tags + +
                                                  +
                                                  +
                                                  + category +
                                                  +
                                                  + +

                                                  AbstractSerializerFactory

                                                  +
                                                  + +
                                                  +
                                                  + + + + +

                                                  + Interfaces, Classes, Traits and Enums + +

                                                  + +
                                                  +
                                                  SerializerCreatorInterface
                                                  +
                                                  Interface SerializerCreatorInterface
                                                  + + + +
                                                  + + +

                                                  + Table of Contents + +

                                                  + +
                                                  +
                                                  + create() + +  : SerializerInterface|null +
                                                  +
                                                  Instantiate first available serializer.
                                                  + +
                                                  + + + + + + + +
                                                  +

                                                  + Methods + +

                                                  + +
                                                  + + + + +
                                                  +
                                                  +
                                                  +
                                                  +

                                                  Search results

                                                  + +
                                                  +
                                                  +
                                                    +
                                                    +
                                                    +
                                                    +
                                                    +
                                                    + + +
                                                    + + + + + + + + diff --git a/classes/Pock-Factory-CallbackReplyFactory.html b/classes/Pock-Factory-CallbackReplyFactory.html new file mode 100644 index 0000000..edb42db --- /dev/null +++ b/classes/Pock-Factory-CallbackReplyFactory.html @@ -0,0 +1,458 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                    +

                                                    pock

                                                    + + + + + +
                                                    + +
                                                    +
                                                    + + + + +
                                                    + + +
                                                    +

                                                    + CallbackReplyFactory + + +
                                                    + in package + +
                                                    + + + implements + ReplyFactoryInterface + +

                                                    + + + +

                                                    Class CallbackReplyFactory

                                                    + + + +
                                                    + Tags + +
                                                    +
                                                    +
                                                    + category +
                                                    +
                                                    + +

                                                    CallbackReplyFactory

                                                    +
                                                    + +
                                                    +
                                                    + + + + +

                                                    + Interfaces, Classes, Traits and Enums + +

                                                    + +
                                                    +
                                                    ReplyFactoryInterface
                                                    +
                                                    Interface ReplyFactoryInterface
                                                    + + + +
                                                    + + +

                                                    + Table of Contents + +

                                                    + +
                                                    +
                                                    + __construct() + +  : mixed +
                                                    +
                                                    CallbackReplyFactory constructor.
                                                    + +
                                                    + createReply() + +  : ResponseInterface +
                                                    +
                                                    Reply to the specified request.
                                                    + +
                                                    + + + + + + + +
                                                    +

                                                    + Methods + +

                                                    +
                                                    +

                                                    + __construct() + +

                                                    + + +

                                                    CallbackReplyFactory constructor.

                                                    + + + public + __construct(callable $callback) : mixed + + +
                                                    Parameters
                                                    +
                                                    +
                                                    + $callback + : callable +
                                                    +
                                                    + +
                                                    +
                                                    + + + +
                                                    Return values
                                                    + mixed + — + + +
                                                    +
                                                    +

                                                    + createReply() + +

                                                    + + +

                                                    Reply to the specified request.

                                                    + + + public + createReply(RequestInterface $request, PockResponseBuilder $responseBuilder) : ResponseInterface + + +
                                                    Parameters
                                                    +
                                                    +
                                                    + $request + : RequestInterface +
                                                    +
                                                    + +
                                                    +
                                                    + $responseBuilder + : PockResponseBuilder +
                                                    +
                                                    + +
                                                    +
                                                    + + +
                                                    + Tags + +
                                                    +
                                                    +
                                                    + inheritDoc +
                                                    +
                                                    + + +
                                                    +
                                                    + +
                                                    Return values
                                                    + ResponseInterface + — + + +
                                                    +
                                                    + + + + +
                                                    +
                                                    +
                                                    +
                                                    +

                                                    Search results

                                                    + +
                                                    +
                                                    +
                                                      +
                                                      +
                                                      +
                                                      +
                                                      +
                                                      + + +
                                                      + + + + + + + + diff --git a/classes/Pock-Factory-JsonSerializerFactory.html b/classes/Pock-Factory-JsonSerializerFactory.html new file mode 100644 index 0000000..8309a21 --- /dev/null +++ b/classes/Pock-Factory-JsonSerializerFactory.html @@ -0,0 +1,415 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                      +

                                                      pock

                                                      + + + + + +
                                                      + +
                                                      +
                                                      + + + + +
                                                      + + +
                                                      +

                                                      + JsonSerializerFactory + + + extends AbstractSerializerFactory + + +
                                                      + in package + +
                                                      + + +

                                                      + + + +

                                                      Class JsonSerializerFactory

                                                      + + + +
                                                      + Tags + +
                                                      +
                                                      +
                                                      + category +
                                                      +
                                                      + +

                                                      JsonSerializerFactory

                                                      +
                                                      + +
                                                      +
                                                      + + + + + + +

                                                      + Table of Contents + +

                                                      + +
                                                      +
                                                      + create() + +  : SerializerInterface|null +
                                                      +
                                                      Instantiate first available serializer.
                                                      + +
                                                      + setSerializer() + +  : void +
                                                      +
                                                      + +
                                                      + + + + + + + +
                                                      +

                                                      + Methods + +

                                                      + + +
                                                      + + + + +
                                                      +
                                                      +
                                                      +
                                                      +

                                                      Search results

                                                      + +
                                                      +
                                                      +
                                                        +
                                                        +
                                                        +
                                                        +
                                                        +
                                                        + + +
                                                        + + + + + + + + diff --git a/classes/Pock-Factory-ReplyFactoryInterface.html b/classes/Pock-Factory-ReplyFactoryInterface.html new file mode 100644 index 0000000..0fc8726 --- /dev/null +++ b/classes/Pock-Factory-ReplyFactoryInterface.html @@ -0,0 +1,398 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                        +

                                                        pock

                                                        + + + + + +
                                                        + +
                                                        +
                                                        + + + + +
                                                        + + +
                                                        +

                                                        + ReplyFactoryInterface +
                                                        + in + +
                                                        +

                                                        + + + +

                                                        Interface ReplyFactoryInterface

                                                        + + + +
                                                        + Tags + +
                                                        +
                                                        +
                                                        + category +
                                                        +
                                                        + +

                                                        ReplyFactoryInterface

                                                        +
                                                        + +
                                                        +
                                                        + + + + + + +

                                                        + Table of Contents + +

                                                        + +
                                                        +
                                                        + createReply() + +  : ResponseInterface +
                                                        +
                                                        Reply to the specified request.
                                                        + +
                                                        + + + + + +
                                                        +

                                                        + Methods + +

                                                        +
                                                        +

                                                        + createReply() + +

                                                        + + +

                                                        Reply to the specified request.

                                                        + + + public + createReply(RequestInterface $request, PockResponseBuilder $responseBuilder) : ResponseInterface + +

                                                        If this method throws any exception, it will be treated as with the PockBuilder::throwException call.

                                                        +
                                                        + +
                                                        Parameters
                                                        +
                                                        +
                                                        + $request + : RequestInterface +
                                                        +
                                                        + +
                                                        +
                                                        + $responseBuilder + : PockResponseBuilder +
                                                        +
                                                        + +
                                                        +
                                                        + + +
                                                        + Tags + +
                                                        +
                                                        +
                                                        + see +
                                                        +
                                                        + PockBuilder::throwException() + + +
                                                        +
                                                        + throws +
                                                        +
                                                        + Throwable + + +
                                                        +
                                                        + +
                                                        Return values
                                                        + ResponseInterface + — + + +
                                                        +
                                                        + + + + +
                                                        +
                                                        +
                                                        +
                                                        +

                                                        Search results

                                                        + +
                                                        +
                                                        +
                                                          +
                                                          +
                                                          +
                                                          +
                                                          +
                                                          + + +
                                                          + + + + + + + + diff --git a/classes/Pock-Factory-XmlSerializerFactory.html b/classes/Pock-Factory-XmlSerializerFactory.html new file mode 100644 index 0000000..119f81c --- /dev/null +++ b/classes/Pock-Factory-XmlSerializerFactory.html @@ -0,0 +1,415 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                          +

                                                          pock

                                                          + + + + + +
                                                          + +
                                                          +
                                                          + + + + +
                                                          + + +
                                                          +

                                                          + XmlSerializerFactory + + + extends AbstractSerializerFactory + + +
                                                          + in package + +
                                                          + + +

                                                          + + + +

                                                          Class XmlSerializerFactory

                                                          + + + +
                                                          + Tags + +
                                                          +
                                                          +
                                                          + category +
                                                          +
                                                          + +

                                                          XmlSerializerFactory

                                                          +
                                                          + +
                                                          +
                                                          + + + + + + +

                                                          + Table of Contents + +

                                                          + +
                                                          +
                                                          + create() + +  : SerializerInterface|null +
                                                          +
                                                          Instantiate first available serializer.
                                                          + +
                                                          + setSerializer() + +  : void +
                                                          +
                                                          + +
                                                          + + + + + + + +
                                                          +

                                                          + Methods + +

                                                          + + +
                                                          + + + + +
                                                          +
                                                          +
                                                          +
                                                          +

                                                          Search results

                                                          + +
                                                          +
                                                          +
                                                            +
                                                            +
                                                            +
                                                            +
                                                            +
                                                            + + +
                                                            + + + + + + + + diff --git a/classes/Pock-Matchers-AbstractRegExpMatcher.html b/classes/Pock-Matchers-AbstractRegExpMatcher.html new file mode 100644 index 0000000..2516af0 --- /dev/null +++ b/classes/Pock-Matchers-AbstractRegExpMatcher.html @@ -0,0 +1,394 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                            +

                                                            pock

                                                            + + + + + +
                                                            + +
                                                            +
                                                            + + + + +
                                                            + + +
                                                            +

                                                            + AbstractRegExpMatcher + + +
                                                            + in package + +
                                                            + + + implements + RequestMatcherInterface + +

                                                            + + + +

                                                            Class AbstractRegExpMatcher

                                                            + + + +
                                                            + Tags + +
                                                            +
                                                            +
                                                            + category +
                                                            +
                                                            + +

                                                            AbstractRegExpMatcher

                                                            +
                                                            + +
                                                            +
                                                            + + + + +

                                                            + Interfaces, Classes, Traits and Enums + +

                                                            + +
                                                            +
                                                            RequestMatcherInterface
                                                            +
                                                            Interface RequestMatcherInterface
                                                            + + + +
                                                            + + +

                                                            + Table of Contents + +

                                                            + +
                                                            +
                                                            + __construct() + +  : mixed +
                                                            +
                                                            + +
                                                            + + + + + + + +
                                                            +

                                                            + Methods + +

                                                            +
                                                            +

                                                            + __construct() + +

                                                            + + + + + public + __construct(string $expression, int $flags) : mixed + + +
                                                            Parameters
                                                            +
                                                            +
                                                            + $expression + : string +
                                                            +
                                                            + +
                                                            +
                                                            + $flags + : int +
                                                            +
                                                            + +
                                                            +
                                                            + + + +
                                                            Return values
                                                            + mixed + — + + +
                                                            +
                                                            + + + + +
                                                            +
                                                            +
                                                            +
                                                            +

                                                            Search results

                                                            + +
                                                            +
                                                            +
                                                              +
                                                              +
                                                              +
                                                              +
                                                              +
                                                              + + +
                                                              + + + + + + + + diff --git a/classes/Pock-Matchers-AbstractSerializedBodyMatcher.html b/classes/Pock-Matchers-AbstractSerializedBodyMatcher.html new file mode 100644 index 0000000..8fb6dc3 --- /dev/null +++ b/classes/Pock-Matchers-AbstractSerializedBodyMatcher.html @@ -0,0 +1,467 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                              +

                                                              pock

                                                              + + + + + +
                                                              + +
                                                              +
                                                              + + + + +
                                                              + + +
                                                              +

                                                              + AbstractSerializedBodyMatcher + + +
                                                              + in package + +
                                                              + + + implements + RequestMatcherInterface + + + Uses + SeekableStreamDataExtractor +

                                                              + + + +

                                                              Class AbstractSerializedBodyMatcher

                                                              + + + +
                                                              + Tags + +
                                                              +
                                                              +
                                                              + category +
                                                              +
                                                              + +

                                                              AbstractSerializedBodyMatcher

                                                              +
                                                              + +
                                                              +
                                                              + + + + +

                                                              + Interfaces, Classes, Traits and Enums + +

                                                              + +
                                                              +
                                                              RequestMatcherInterface
                                                              +
                                                              Interface RequestMatcherInterface
                                                              + + + +
                                                              + + +

                                                              + Table of Contents + +

                                                              + +
                                                              +
                                                              + __construct() + +  : mixed +
                                                              +
                                                              AbstractSerializedBodyMatcher constructor.
                                                              + +
                                                              + matches() + +  : bool +
                                                              +
                                                              Returns true if request is matched by this matcher.
                                                              + +
                                                              + + + + + + + +
                                                              +

                                                              + Methods + +

                                                              +
                                                              +

                                                              + __construct() + +

                                                              + + +

                                                              AbstractSerializedBodyMatcher constructor.

                                                              + + + public + __construct(array<string|int, mixed> $data) : mixed + + +
                                                              Parameters
                                                              +
                                                              +
                                                              + $data + : array<string|int, mixed> +
                                                              +
                                                              + +
                                                              +
                                                              + + +
                                                              + Tags + +
                                                              +
                                                              +
                                                              + phpstan-ignore-next-line +
                                                              +
                                                              + + +
                                                              +
                                                              + +
                                                              Return values
                                                              + mixed + — + + +
                                                              +
                                                              +

                                                              + matches() + +

                                                              + + +

                                                              Returns true if request is matched by this matcher.

                                                              + + + public + matches(RequestInterface $request) : bool + + +
                                                              Parameters
                                                              +
                                                              +
                                                              + $request + : RequestInterface +
                                                              +
                                                              + +
                                                              +
                                                              + + +
                                                              + Tags + +
                                                              +
                                                              +
                                                              + inheritDoc +
                                                              +
                                                              + + +
                                                              +
                                                              + +
                                                              Return values
                                                              + bool + — + + +
                                                              +
                                                              + + + + +
                                                              +
                                                              +
                                                              +
                                                              +

                                                              Search results

                                                              + +
                                                              +
                                                              +
                                                                +
                                                                +
                                                                +
                                                                +
                                                                +
                                                                + + +
                                                                + + + + + + + + diff --git a/classes/Pock-Matchers-AnyRequestMatcher.html b/classes/Pock-Matchers-AnyRequestMatcher.html new file mode 100644 index 0000000..829eda9 --- /dev/null +++ b/classes/Pock-Matchers-AnyRequestMatcher.html @@ -0,0 +1,401 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                +

                                                                pock

                                                                + + + + + +
                                                                + +
                                                                +
                                                                + + + + +
                                                                + + +
                                                                +

                                                                + AnyRequestMatcher + + +
                                                                + in package + +
                                                                + + + implements + RequestMatcherInterface + +

                                                                + + + +

                                                                Class AnyRequestMatcher

                                                                + + + +
                                                                + Tags + +
                                                                +
                                                                +
                                                                + category +
                                                                +
                                                                + +

                                                                AnyRequestMatcher

                                                                +
                                                                + +
                                                                +
                                                                + + + + +

                                                                + Interfaces, Classes, Traits and Enums + +

                                                                + +
                                                                +
                                                                RequestMatcherInterface
                                                                +
                                                                Interface RequestMatcherInterface
                                                                + + + +
                                                                + + +

                                                                + Table of Contents + +

                                                                + +
                                                                +
                                                                + matches() + +  : bool +
                                                                +
                                                                Returns true if request is matched by this matcher.
                                                                + +
                                                                + + + + + + + +
                                                                +

                                                                + Methods + +

                                                                +
                                                                +

                                                                + matches() + +

                                                                + + +

                                                                Returns true if request is matched by this matcher.

                                                                + + + public + matches(RequestInterface $request) : bool + + +
                                                                Parameters
                                                                +
                                                                +
                                                                + $request + : RequestInterface +
                                                                +
                                                                + +
                                                                +
                                                                + + +
                                                                + Tags + +
                                                                +
                                                                +
                                                                + inheritDoc +
                                                                +
                                                                + + +
                                                                +
                                                                + +
                                                                Return values
                                                                + bool + — + + +
                                                                +
                                                                + + + + +
                                                                +
                                                                +
                                                                +
                                                                +

                                                                Search results

                                                                + +
                                                                +
                                                                +
                                                                  +
                                                                  +
                                                                  +
                                                                  +
                                                                  +
                                                                  + + +
                                                                  + + + + + + + + diff --git a/classes/Pock-Matchers-BodyMatcher.html b/classes/Pock-Matchers-BodyMatcher.html new file mode 100644 index 0000000..cc47369 --- /dev/null +++ b/classes/Pock-Matchers-BodyMatcher.html @@ -0,0 +1,454 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                  +

                                                                  pock

                                                                  + + + + + +
                                                                  + +
                                                                  +
                                                                  + + + + +
                                                                  + + +
                                                                  +

                                                                  + BodyMatcher + + +
                                                                  + in package + +
                                                                  + + + implements + RequestMatcherInterface + + + Uses + SeekableStreamDataExtractor +

                                                                  + + + +

                                                                  Class BodyMatcher

                                                                  + + + +
                                                                  + Tags + +
                                                                  +
                                                                  +
                                                                  + category +
                                                                  +
                                                                  + +

                                                                  BodyMatcher

                                                                  +
                                                                  + +
                                                                  +
                                                                  + + + + +

                                                                  + Interfaces, Classes, Traits and Enums + +

                                                                  + +
                                                                  +
                                                                  RequestMatcherInterface
                                                                  +
                                                                  Interface RequestMatcherInterface
                                                                  + + + +
                                                                  + + +

                                                                  + Table of Contents + +

                                                                  + +
                                                                  +
                                                                  + __construct() + +  : mixed +
                                                                  +
                                                                  BodyMatcher constructor.
                                                                  + +
                                                                  + matches() + +  : bool +
                                                                  +
                                                                  Returns true if request is matched by this matcher.
                                                                  + +
                                                                  + + + + + + + +
                                                                  +

                                                                  + Methods + +

                                                                  +
                                                                  +

                                                                  + __construct() + +

                                                                  + + +

                                                                  BodyMatcher constructor.

                                                                  + + + public + __construct(StreamInterface|resource|string $contents) : mixed + + +
                                                                  Parameters
                                                                  +
                                                                  +
                                                                  + $contents + : StreamInterface|resource|string +
                                                                  +
                                                                  + +
                                                                  +
                                                                  + + + +
                                                                  Return values
                                                                  + mixed + — + + +
                                                                  +
                                                                  +

                                                                  + matches() + +

                                                                  + + +

                                                                  Returns true if request is matched by this matcher.

                                                                  + + + public + matches(RequestInterface $request) : bool + + +
                                                                  Parameters
                                                                  +
                                                                  +
                                                                  + $request + : RequestInterface +
                                                                  +
                                                                  + +
                                                                  +
                                                                  + + +
                                                                  + Tags + +
                                                                  +
                                                                  +
                                                                  + inheritDoc +
                                                                  +
                                                                  + + +
                                                                  +
                                                                  + +
                                                                  Return values
                                                                  + bool + — + + +
                                                                  +
                                                                  + + + + +
                                                                  +
                                                                  +
                                                                  +
                                                                  +

                                                                  Search results

                                                                  + +
                                                                  +
                                                                  +
                                                                    +
                                                                    +
                                                                    +
                                                                    +
                                                                    +
                                                                    + + +
                                                                    + + + + + + + + diff --git a/classes/Pock-Matchers-CallbackRequestMatcher.html b/classes/Pock-Matchers-CallbackRequestMatcher.html new file mode 100644 index 0000000..6d2e4c7 --- /dev/null +++ b/classes/Pock-Matchers-CallbackRequestMatcher.html @@ -0,0 +1,451 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                    +

                                                                    pock

                                                                    + + + + + +
                                                                    + +
                                                                    +
                                                                    + + + + +
                                                                    + + +
                                                                    +

                                                                    + CallbackRequestMatcher + + +
                                                                    + in package + +
                                                                    + + + implements + RequestMatcherInterface + +

                                                                    + + + +

                                                                    Class CallbackRequestMatcher

                                                                    + + + +
                                                                    + Tags + +
                                                                    +
                                                                    +
                                                                    + category +
                                                                    +
                                                                    + +

                                                                    CallbackRequestMatcher

                                                                    +
                                                                    + +
                                                                    +
                                                                    + + + + +

                                                                    + Interfaces, Classes, Traits and Enums + +

                                                                    + +
                                                                    +
                                                                    RequestMatcherInterface
                                                                    +
                                                                    Interface RequestMatcherInterface
                                                                    + + + +
                                                                    + + +

                                                                    + Table of Contents + +

                                                                    + +
                                                                    +
                                                                    + __construct() + +  : mixed +
                                                                    +
                                                                    CallbackRequestMatcher constructor.
                                                                    + +
                                                                    + matches() + +  : bool +
                                                                    +
                                                                    Returns true if request is matched by this matcher.
                                                                    + +
                                                                    + + + + + + + +
                                                                    +

                                                                    + Methods + +

                                                                    +
                                                                    +

                                                                    + __construct() + +

                                                                    + + +

                                                                    CallbackRequestMatcher constructor.

                                                                    + + + public + __construct(callable $callback) : mixed + + +
                                                                    Parameters
                                                                    +
                                                                    +
                                                                    + $callback + : callable +
                                                                    +
                                                                    + +
                                                                    +
                                                                    + + + +
                                                                    Return values
                                                                    + mixed + — + + +
                                                                    +
                                                                    +

                                                                    + matches() + +

                                                                    + + +

                                                                    Returns true if request is matched by this matcher.

                                                                    + + + public + matches(RequestInterface $request) : bool + + +
                                                                    Parameters
                                                                    +
                                                                    +
                                                                    + $request + : RequestInterface +
                                                                    +
                                                                    + +
                                                                    +
                                                                    + + +
                                                                    + Tags + +
                                                                    +
                                                                    +
                                                                    + inheritDoc +
                                                                    +
                                                                    + + +
                                                                    +
                                                                    + +
                                                                    Return values
                                                                    + bool + — + + +
                                                                    +
                                                                    + + + + +
                                                                    +
                                                                    +
                                                                    +
                                                                    +

                                                                    Search results

                                                                    + +
                                                                    +
                                                                    +
                                                                      +
                                                                      +
                                                                      +
                                                                      +
                                                                      +
                                                                      + + +
                                                                      + + + + + + + + diff --git a/classes/Pock-Matchers-ExactFormDataMatcher.html b/classes/Pock-Matchers-ExactFormDataMatcher.html new file mode 100644 index 0000000..53ef78e --- /dev/null +++ b/classes/Pock-Matchers-ExactFormDataMatcher.html @@ -0,0 +1,442 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                      +

                                                                      pock

                                                                      + + + + + +
                                                                      + +
                                                                      +
                                                                      + + + + +
                                                                      + + +
                                                                      +

                                                                      + ExactFormDataMatcher + + + extends QueryMatcher + + +
                                                                      + in package + +
                                                                      + + + + Uses + SeekableStreamDataExtractor +

                                                                      + + + +

                                                                      Class ExactFormDataMatcher

                                                                      + + + +
                                                                      + Tags + +
                                                                      +
                                                                      +
                                                                      + category +
                                                                      +
                                                                      + +

                                                                      ExactFormDataMatcher

                                                                      +
                                                                      + +
                                                                      +
                                                                      + + + + + + +

                                                                      + Table of Contents + +

                                                                      + +
                                                                      +
                                                                      + __construct() + +  : mixed +
                                                                      +
                                                                      QueryMatcher constructor.
                                                                      + +
                                                                      + matches() + +  : bool +
                                                                      +
                                                                      Returns true if request is matched by this matcher.
                                                                      + +
                                                                      + + + + + + + +
                                                                      +

                                                                      + Methods + +

                                                                      +
                                                                      +

                                                                      + __construct() + +

                                                                      + + +

                                                                      QueryMatcher constructor.

                                                                      + + + public + __construct(array<string, mixed> $query) : mixed + + +
                                                                      Parameters
                                                                      +
                                                                      +
                                                                      + $query + : array<string, mixed> +
                                                                      +
                                                                      + +
                                                                      +
                                                                      + + + +
                                                                      Return values
                                                                      + mixed + — + + +
                                                                      +
                                                                      +

                                                                      + matches() + +

                                                                      + + +

                                                                      Returns true if request is matched by this matcher.

                                                                      + + + public + matches(RequestInterface $request) : bool + + +
                                                                      Parameters
                                                                      +
                                                                      +
                                                                      + $request + : RequestInterface +
                                                                      +
                                                                      + +
                                                                      +
                                                                      + + +
                                                                      + Tags + +
                                                                      +
                                                                      +
                                                                      + inheritDoc +
                                                                      +
                                                                      + + +
                                                                      +
                                                                      + +
                                                                      Return values
                                                                      + bool + — + + +
                                                                      +
                                                                      + + + + +
                                                                      +
                                                                      +
                                                                      +
                                                                      +

                                                                      Search results

                                                                      + +
                                                                      +
                                                                      +
                                                                        +
                                                                        +
                                                                        +
                                                                        +
                                                                        +
                                                                        + + +
                                                                        + + + + + + + + diff --git a/classes/Pock-Matchers-ExactHeaderMatcher.html b/classes/Pock-Matchers-ExactHeaderMatcher.html new file mode 100644 index 0000000..e6b5a79 --- /dev/null +++ b/classes/Pock-Matchers-ExactHeaderMatcher.html @@ -0,0 +1,446 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                        +

                                                                        pock

                                                                        + + + + + +
                                                                        + +
                                                                        +
                                                                        + + + + +
                                                                        + + +
                                                                        +

                                                                        + ExactHeaderMatcher + + + extends HeaderMatcher + + +
                                                                        + in package + +
                                                                        + + +

                                                                        + + + +

                                                                        Class ExactHeaderMatcher

                                                                        + + + +
                                                                        + Tags + +
                                                                        +
                                                                        +
                                                                        + category +
                                                                        +
                                                                        + +

                                                                        ExactHeaderMatcher

                                                                        +
                                                                        + +
                                                                        +
                                                                        + + + + + + +

                                                                        + Table of Contents + +

                                                                        + +
                                                                        +
                                                                        + __construct() + +  : mixed +
                                                                        +
                                                                        HeaderMatcher constructor.
                                                                        + +
                                                                        + matches() + +  : bool +
                                                                        +
                                                                        Returns true if request is matched by this matcher.
                                                                        + +
                                                                        + + + + + + + +
                                                                        +

                                                                        + Methods + +

                                                                        +
                                                                        +

                                                                        + __construct() + +

                                                                        + + +

                                                                        HeaderMatcher constructor.

                                                                        + + + public + __construct(string $header, string|array<string|int, string> $value) : mixed + + +
                                                                        Parameters
                                                                        +
                                                                        +
                                                                        + $header + : string +
                                                                        +
                                                                        + +
                                                                        +
                                                                        + $value + : string|array<string|int, string> +
                                                                        +
                                                                        + +
                                                                        +
                                                                        + + + +
                                                                        Return values
                                                                        + mixed + — + + +
                                                                        +
                                                                        +

                                                                        + matches() + +

                                                                        + + +

                                                                        Returns true if request is matched by this matcher.

                                                                        + + + public + matches(RequestInterface $request) : bool + + +
                                                                        Parameters
                                                                        +
                                                                        +
                                                                        + $request + : RequestInterface +
                                                                        +
                                                                        + +
                                                                        +
                                                                        + + +
                                                                        + Tags + +
                                                                        +
                                                                        +
                                                                        + inheritDoc +
                                                                        +
                                                                        + + +
                                                                        +
                                                                        + +
                                                                        Return values
                                                                        + bool + — + + +
                                                                        +
                                                                        + + + + +
                                                                        +
                                                                        +
                                                                        +
                                                                        +

                                                                        Search results

                                                                        + +
                                                                        +
                                                                        +
                                                                          +
                                                                          +
                                                                          +
                                                                          +
                                                                          +
                                                                          + + +
                                                                          + + + + + + + + diff --git a/classes/Pock-Matchers-ExactHeadersMatcher.html b/classes/Pock-Matchers-ExactHeadersMatcher.html new file mode 100644 index 0000000..193d985 --- /dev/null +++ b/classes/Pock-Matchers-ExactHeadersMatcher.html @@ -0,0 +1,439 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                          +

                                                                          pock

                                                                          + + + + + +
                                                                          + +
                                                                          +
                                                                          + + + + +
                                                                          + + +
                                                                          +

                                                                          + ExactHeadersMatcher + + + extends HeadersMatcher + + +
                                                                          + in package + +
                                                                          + + +

                                                                          + + + +

                                                                          Class ExactHeadersMatcher

                                                                          + + + +
                                                                          + Tags + +
                                                                          +
                                                                          +
                                                                          + category +
                                                                          +
                                                                          + +

                                                                          ExactHeadersMatcher

                                                                          +
                                                                          + +
                                                                          +
                                                                          + + + + + + +

                                                                          + Table of Contents + +

                                                                          + +
                                                                          +
                                                                          + __construct() + +  : mixed +
                                                                          +
                                                                          HeadersMatcher constructor.
                                                                          + +
                                                                          + matches() + +  : bool +
                                                                          +
                                                                          Returns true if request is matched by this matcher.
                                                                          + +
                                                                          + + + + + + + +
                                                                          +

                                                                          + Methods + +

                                                                          +
                                                                          +

                                                                          + __construct() + +

                                                                          + + +

                                                                          HeadersMatcher constructor.

                                                                          + + + public + __construct(array<string, string|string[]> $headers) : mixed + + +
                                                                          Parameters
                                                                          +
                                                                          +
                                                                          + $headers + : array<string, string|string[]> +
                                                                          +
                                                                          + +
                                                                          +
                                                                          + + + +
                                                                          Return values
                                                                          + mixed + — + + +
                                                                          +
                                                                          +

                                                                          + matches() + +

                                                                          + + +

                                                                          Returns true if request is matched by this matcher.

                                                                          + + + public + matches(RequestInterface $request) : bool + + +
                                                                          Parameters
                                                                          +
                                                                          +
                                                                          + $request + : RequestInterface +
                                                                          +
                                                                          + +
                                                                          +
                                                                          + + +
                                                                          + Tags + +
                                                                          +
                                                                          +
                                                                          + inheritDoc +
                                                                          +
                                                                          + + +
                                                                          +
                                                                          + +
                                                                          Return values
                                                                          + bool + — + + +
                                                                          +
                                                                          + + + + +
                                                                          +
                                                                          +
                                                                          +
                                                                          +

                                                                          Search results

                                                                          + +
                                                                          +
                                                                          +
                                                                            +
                                                                            +
                                                                            +
                                                                            +
                                                                            +
                                                                            + + +
                                                                            + + + + + + + + diff --git a/classes/Pock-Matchers-ExactQueryMatcher.html b/classes/Pock-Matchers-ExactQueryMatcher.html new file mode 100644 index 0000000..84cb1d9 --- /dev/null +++ b/classes/Pock-Matchers-ExactQueryMatcher.html @@ -0,0 +1,439 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                            +

                                                                            pock

                                                                            + + + + + +
                                                                            + +
                                                                            +
                                                                            + + + + +
                                                                            + + +
                                                                            +

                                                                            + ExactQueryMatcher + + + extends QueryMatcher + + +
                                                                            + in package + +
                                                                            + + +

                                                                            + + + +

                                                                            Class ExactQueryMatcher

                                                                            + + + +
                                                                            + Tags + +
                                                                            +
                                                                            +
                                                                            + category +
                                                                            +
                                                                            + +

                                                                            ExactQueryMatcher

                                                                            +
                                                                            + +
                                                                            +
                                                                            + + + + + + +

                                                                            + Table of Contents + +

                                                                            + +
                                                                            +
                                                                            + __construct() + +  : mixed +
                                                                            +
                                                                            QueryMatcher constructor.
                                                                            + +
                                                                            + matches() + +  : bool +
                                                                            +
                                                                            Returns true if request is matched by this matcher.
                                                                            + +
                                                                            + + + + + + + +
                                                                            +

                                                                            + Methods + +

                                                                            +
                                                                            +

                                                                            + __construct() + +

                                                                            + + +

                                                                            QueryMatcher constructor.

                                                                            + + + public + __construct(array<string, mixed> $query) : mixed + + +
                                                                            Parameters
                                                                            +
                                                                            +
                                                                            + $query + : array<string, mixed> +
                                                                            +
                                                                            + +
                                                                            +
                                                                            + + + +
                                                                            Return values
                                                                            + mixed + — + + +
                                                                            +
                                                                            +

                                                                            + matches() + +

                                                                            + + +

                                                                            Returns true if request is matched by this matcher.

                                                                            + + + public + matches(RequestInterface $request) : bool + + +
                                                                            Parameters
                                                                            +
                                                                            +
                                                                            + $request + : RequestInterface +
                                                                            +
                                                                            + +
                                                                            +
                                                                            + + +
                                                                            + Tags + +
                                                                            +
                                                                            +
                                                                            + inheritDoc +
                                                                            +
                                                                            + + +
                                                                            +
                                                                            + +
                                                                            Return values
                                                                            + bool + — + + +
                                                                            +
                                                                            + + + + +
                                                                            +
                                                                            +
                                                                            +
                                                                            +

                                                                            Search results

                                                                            + +
                                                                            +
                                                                            +
                                                                              +
                                                                              +
                                                                              +
                                                                              +
                                                                              +
                                                                              + + +
                                                                              + + + + + + + + diff --git a/classes/Pock-Matchers-FormDataMatcher.html b/classes/Pock-Matchers-FormDataMatcher.html new file mode 100644 index 0000000..f40c2d1 --- /dev/null +++ b/classes/Pock-Matchers-FormDataMatcher.html @@ -0,0 +1,442 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                              +

                                                                              pock

                                                                              + + + + + +
                                                                              + +
                                                                              +
                                                                              + + + + +
                                                                              + + +
                                                                              +

                                                                              + FormDataMatcher + + + extends QueryMatcher + + +
                                                                              + in package + +
                                                                              + + + + Uses + SeekableStreamDataExtractor +

                                                                              + + + +

                                                                              Class FormDataMatcher

                                                                              + + + +
                                                                              + Tags + +
                                                                              +
                                                                              +
                                                                              + category +
                                                                              +
                                                                              + +

                                                                              FormDataMatcher

                                                                              +
                                                                              + +
                                                                              +
                                                                              + + + + + + +

                                                                              + Table of Contents + +

                                                                              + +
                                                                              +
                                                                              + __construct() + +  : mixed +
                                                                              +
                                                                              QueryMatcher constructor.
                                                                              + +
                                                                              + matches() + +  : bool +
                                                                              +
                                                                              Returns true if request is matched by this matcher.
                                                                              + +
                                                                              + + + + + + + +
                                                                              +

                                                                              + Methods + +

                                                                              +
                                                                              +

                                                                              + __construct() + +

                                                                              + + +

                                                                              QueryMatcher constructor.

                                                                              + + + public + __construct(array<string, mixed> $query) : mixed + + +
                                                                              Parameters
                                                                              +
                                                                              +
                                                                              + $query + : array<string, mixed> +
                                                                              +
                                                                              + +
                                                                              +
                                                                              + + + +
                                                                              Return values
                                                                              + mixed + — + + +
                                                                              +
                                                                              +

                                                                              + matches() + +

                                                                              + + +

                                                                              Returns true if request is matched by this matcher.

                                                                              + + + public + matches(RequestInterface $request) : bool + + +
                                                                              Parameters
                                                                              +
                                                                              +
                                                                              + $request + : RequestInterface +
                                                                              +
                                                                              + +
                                                                              +
                                                                              + + +
                                                                              + Tags + +
                                                                              +
                                                                              +
                                                                              + inheritDoc +
                                                                              +
                                                                              + + +
                                                                              +
                                                                              + +
                                                                              Return values
                                                                              + bool + — + + +
                                                                              +
                                                                              + + + + +
                                                                              +
                                                                              +
                                                                              +
                                                                              +

                                                                              Search results

                                                                              + +
                                                                              +
                                                                              +
                                                                                +
                                                                                +
                                                                                +
                                                                                +
                                                                                +
                                                                                + + +
                                                                                + + + + + + + + diff --git a/classes/Pock-Matchers-HeaderLineMatcher.html b/classes/Pock-Matchers-HeaderLineMatcher.html new file mode 100644 index 0000000..a30fa6e --- /dev/null +++ b/classes/Pock-Matchers-HeaderLineMatcher.html @@ -0,0 +1,458 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                +

                                                                                pock

                                                                                + + + + + +
                                                                                + +
                                                                                +
                                                                                + + + + +
                                                                                + + +
                                                                                +

                                                                                + HeaderLineMatcher + + +
                                                                                + in package + +
                                                                                + + + implements + RequestMatcherInterface + +

                                                                                + + + +

                                                                                Class HeaderLineMatcher

                                                                                + + + +
                                                                                + Tags + +
                                                                                +
                                                                                +
                                                                                + category +
                                                                                +
                                                                                + +

                                                                                HeaderLineMatcher

                                                                                +
                                                                                + +
                                                                                +
                                                                                + + + + +

                                                                                + Interfaces, Classes, Traits and Enums + +

                                                                                + +
                                                                                +
                                                                                RequestMatcherInterface
                                                                                +
                                                                                Interface RequestMatcherInterface
                                                                                + + + +
                                                                                + + +

                                                                                + Table of Contents + +

                                                                                + +
                                                                                +
                                                                                + __construct() + +  : mixed +
                                                                                +
                                                                                HeaderLineMatcher constructor.
                                                                                + +
                                                                                + matches() + +  : bool +
                                                                                +
                                                                                Returns true if request is matched by this matcher.
                                                                                + +
                                                                                + + + + + + + +
                                                                                +

                                                                                + Methods + +

                                                                                +
                                                                                +

                                                                                + __construct() + +

                                                                                + + +

                                                                                HeaderLineMatcher constructor.

                                                                                + + + public + __construct(string $header, string $value) : mixed + + +
                                                                                Parameters
                                                                                +
                                                                                +
                                                                                + $header + : string +
                                                                                +
                                                                                + +
                                                                                +
                                                                                + $value + : string +
                                                                                +
                                                                                + +
                                                                                +
                                                                                + + + +
                                                                                Return values
                                                                                + mixed + — + + +
                                                                                +
                                                                                +

                                                                                + matches() + +

                                                                                + + +

                                                                                Returns true if request is matched by this matcher.

                                                                                + + + public + matches(RequestInterface $request) : bool + + +
                                                                                Parameters
                                                                                +
                                                                                +
                                                                                + $request + : RequestInterface +
                                                                                +
                                                                                + +
                                                                                +
                                                                                + + +
                                                                                + Tags + +
                                                                                +
                                                                                +
                                                                                + inheritDoc +
                                                                                +
                                                                                + + +
                                                                                +
                                                                                + +
                                                                                Return values
                                                                                + bool + — + + +
                                                                                +
                                                                                + + + + +
                                                                                +
                                                                                +
                                                                                +
                                                                                +

                                                                                Search results

                                                                                + +
                                                                                +
                                                                                +
                                                                                  +
                                                                                  +
                                                                                  +
                                                                                  +
                                                                                  +
                                                                                  + + +
                                                                                  + + + + + + + + diff --git a/classes/Pock-Matchers-HeaderLineRegexpMatcher.html b/classes/Pock-Matchers-HeaderLineRegexpMatcher.html new file mode 100644 index 0000000..288be75 --- /dev/null +++ b/classes/Pock-Matchers-HeaderLineRegexpMatcher.html @@ -0,0 +1,458 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                  +

                                                                                  pock

                                                                                  + + + + + +
                                                                                  + +
                                                                                  +
                                                                                  + + + + +
                                                                                  + + +
                                                                                  +

                                                                                  + HeaderLineRegexpMatcher + + +
                                                                                  + in package + +
                                                                                  + + + implements + RequestMatcherInterface + +

                                                                                  + + + +

                                                                                  Class HeaderLineRegexpMatcher

                                                                                  + + + +
                                                                                  + Tags + +
                                                                                  +
                                                                                  +
                                                                                  + category +
                                                                                  +
                                                                                  + +

                                                                                  HeaderLineRegexpMatcher

                                                                                  +
                                                                                  + +
                                                                                  +
                                                                                  + + + + +

                                                                                  + Interfaces, Classes, Traits and Enums + +

                                                                                  + +
                                                                                  +
                                                                                  RequestMatcherInterface
                                                                                  +
                                                                                  Interface RequestMatcherInterface
                                                                                  + + + +
                                                                                  + + +

                                                                                  + Table of Contents + +

                                                                                  + +
                                                                                  +
                                                                                  + __construct() + +  : mixed +
                                                                                  +
                                                                                  HeaderLineRegexpMatcher constructor.
                                                                                  + +
                                                                                  + matches() + +  : bool +
                                                                                  +
                                                                                  Returns true if request is matched by this matcher.
                                                                                  + +
                                                                                  + + + + + + + +
                                                                                  +

                                                                                  + Methods + +

                                                                                  +
                                                                                  +

                                                                                  + __construct() + +

                                                                                  + + +

                                                                                  HeaderLineRegexpMatcher constructor.

                                                                                  + + + public + __construct(string $header, string $pattern) : mixed + + +
                                                                                  Parameters
                                                                                  +
                                                                                  +
                                                                                  + $header + : string +
                                                                                  +
                                                                                  + +
                                                                                  +
                                                                                  + $pattern + : string +
                                                                                  +
                                                                                  + +
                                                                                  +
                                                                                  + + + +
                                                                                  Return values
                                                                                  + mixed + — + + +
                                                                                  +
                                                                                  +

                                                                                  + matches() + +

                                                                                  + + +

                                                                                  Returns true if request is matched by this matcher.

                                                                                  + + + public + matches(RequestInterface $request) : bool + + +
                                                                                  Parameters
                                                                                  +
                                                                                  +
                                                                                  + $request + : RequestInterface +
                                                                                  +
                                                                                  + +
                                                                                  +
                                                                                  + + +
                                                                                  + Tags + +
                                                                                  +
                                                                                  +
                                                                                  + inheritDoc +
                                                                                  +
                                                                                  + + +
                                                                                  +
                                                                                  + +
                                                                                  Return values
                                                                                  + bool + — + + +
                                                                                  +
                                                                                  + + + + +
                                                                                  +
                                                                                  +
                                                                                  +
                                                                                  +

                                                                                  Search results

                                                                                  + +
                                                                                  +
                                                                                  +
                                                                                    +
                                                                                    +
                                                                                    +
                                                                                    +
                                                                                    +
                                                                                    + + +
                                                                                    + + + + + + + + diff --git a/classes/Pock-Matchers-HeaderMatcher.html b/classes/Pock-Matchers-HeaderMatcher.html new file mode 100644 index 0000000..306a26e --- /dev/null +++ b/classes/Pock-Matchers-HeaderMatcher.html @@ -0,0 +1,458 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                    +

                                                                                    pock

                                                                                    + + + + + +
                                                                                    + +
                                                                                    +
                                                                                    + + + + +
                                                                                    + + +
                                                                                    +

                                                                                    + HeaderMatcher + + +
                                                                                    + in package + +
                                                                                    + + + implements + RequestMatcherInterface + +

                                                                                    + + + +

                                                                                    Class HeaderMatcher

                                                                                    + + + +
                                                                                    + Tags + +
                                                                                    +
                                                                                    +
                                                                                    + category +
                                                                                    +
                                                                                    + +

                                                                                    HeaderMatcher

                                                                                    +
                                                                                    + +
                                                                                    +
                                                                                    + + + + +

                                                                                    + Interfaces, Classes, Traits and Enums + +

                                                                                    + +
                                                                                    +
                                                                                    RequestMatcherInterface
                                                                                    +
                                                                                    Interface RequestMatcherInterface
                                                                                    + + + +
                                                                                    + + +

                                                                                    + Table of Contents + +

                                                                                    + +
                                                                                    +
                                                                                    + __construct() + +  : mixed +
                                                                                    +
                                                                                    HeaderMatcher constructor.
                                                                                    + +
                                                                                    + matches() + +  : bool +
                                                                                    +
                                                                                    Returns true if request is matched by this matcher.
                                                                                    + +
                                                                                    + + + + + + + +
                                                                                    +

                                                                                    + Methods + +

                                                                                    +
                                                                                    +

                                                                                    + __construct() + +

                                                                                    + + +

                                                                                    HeaderMatcher constructor.

                                                                                    + + + public + __construct(string $header, string|array<string|int, string> $value) : mixed + + +
                                                                                    Parameters
                                                                                    +
                                                                                    +
                                                                                    + $header + : string +
                                                                                    +
                                                                                    + +
                                                                                    +
                                                                                    + $value + : string|array<string|int, string> +
                                                                                    +
                                                                                    + +
                                                                                    +
                                                                                    + + + +
                                                                                    Return values
                                                                                    + mixed + — + + +
                                                                                    +
                                                                                    +

                                                                                    + matches() + +

                                                                                    + + +

                                                                                    Returns true if request is matched by this matcher.

                                                                                    + + + public + matches(RequestInterface $request) : bool + + +
                                                                                    Parameters
                                                                                    +
                                                                                    +
                                                                                    + $request + : RequestInterface +
                                                                                    +
                                                                                    + +
                                                                                    +
                                                                                    + + +
                                                                                    + Tags + +
                                                                                    +
                                                                                    +
                                                                                    + inheritDoc +
                                                                                    +
                                                                                    + + +
                                                                                    +
                                                                                    + +
                                                                                    Return values
                                                                                    + bool + — + + +
                                                                                    +
                                                                                    + + + + +
                                                                                    +
                                                                                    +
                                                                                    +
                                                                                    +

                                                                                    Search results

                                                                                    + +
                                                                                    +
                                                                                    +
                                                                                      +
                                                                                      +
                                                                                      +
                                                                                      +
                                                                                      +
                                                                                      + + +
                                                                                      + + + + + + + + diff --git a/classes/Pock-Matchers-HeadersMatcher.html b/classes/Pock-Matchers-HeadersMatcher.html new file mode 100644 index 0000000..1f5c95c --- /dev/null +++ b/classes/Pock-Matchers-HeadersMatcher.html @@ -0,0 +1,451 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                      +

                                                                                      pock

                                                                                      + + + + + +
                                                                                      + +
                                                                                      +
                                                                                      + + + + +
                                                                                      + + +
                                                                                      +

                                                                                      + HeadersMatcher + + +
                                                                                      + in package + +
                                                                                      + + + implements + RequestMatcherInterface + +

                                                                                      + + + +

                                                                                      Class HeadersMatcher

                                                                                      + + + +
                                                                                      + Tags + +
                                                                                      +
                                                                                      +
                                                                                      + category +
                                                                                      +
                                                                                      + +

                                                                                      HeadersMatcher

                                                                                      +
                                                                                      + +
                                                                                      +
                                                                                      + + + + +

                                                                                      + Interfaces, Classes, Traits and Enums + +

                                                                                      + +
                                                                                      +
                                                                                      RequestMatcherInterface
                                                                                      +
                                                                                      Interface RequestMatcherInterface
                                                                                      + + + +
                                                                                      + + +

                                                                                      + Table of Contents + +

                                                                                      + +
                                                                                      +
                                                                                      + __construct() + +  : mixed +
                                                                                      +
                                                                                      HeadersMatcher constructor.
                                                                                      + +
                                                                                      + matches() + +  : bool +
                                                                                      +
                                                                                      Returns true if request is matched by this matcher.
                                                                                      + +
                                                                                      + + + + + + + +
                                                                                      +

                                                                                      + Methods + +

                                                                                      +
                                                                                      +

                                                                                      + __construct() + +

                                                                                      + + +

                                                                                      HeadersMatcher constructor.

                                                                                      + + + public + __construct(array<string, string|string[]> $headers) : mixed + + +
                                                                                      Parameters
                                                                                      +
                                                                                      +
                                                                                      + $headers + : array<string, string|string[]> +
                                                                                      +
                                                                                      + +
                                                                                      +
                                                                                      + + + +
                                                                                      Return values
                                                                                      + mixed + — + + +
                                                                                      +
                                                                                      +

                                                                                      + matches() + +

                                                                                      + + +

                                                                                      Returns true if request is matched by this matcher.

                                                                                      + + + public + matches(RequestInterface $request) : bool + + +
                                                                                      Parameters
                                                                                      +
                                                                                      +
                                                                                      + $request + : RequestInterface +
                                                                                      +
                                                                                      + +
                                                                                      +
                                                                                      + + +
                                                                                      + Tags + +
                                                                                      +
                                                                                      +
                                                                                      + inheritDoc +
                                                                                      +
                                                                                      + + +
                                                                                      +
                                                                                      + +
                                                                                      Return values
                                                                                      + bool + — + + +
                                                                                      +
                                                                                      + + + + +
                                                                                      +
                                                                                      +
                                                                                      +
                                                                                      +

                                                                                      Search results

                                                                                      + +
                                                                                      +
                                                                                      +
                                                                                        +
                                                                                        +
                                                                                        +
                                                                                        +
                                                                                        +
                                                                                        + + +
                                                                                        + + + + + + + + diff --git a/classes/Pock-Matchers-HostMatcher.html b/classes/Pock-Matchers-HostMatcher.html new file mode 100644 index 0000000..dd68c01 --- /dev/null +++ b/classes/Pock-Matchers-HostMatcher.html @@ -0,0 +1,451 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                        +

                                                                                        pock

                                                                                        + + + + + +
                                                                                        + +
                                                                                        +
                                                                                        + + + + +
                                                                                        + + +
                                                                                        +

                                                                                        + HostMatcher + + +
                                                                                        + in package + +
                                                                                        + + + implements + RequestMatcherInterface + +

                                                                                        + + + +

                                                                                        Class HostMatcher

                                                                                        + + + +
                                                                                        + Tags + +
                                                                                        +
                                                                                        +
                                                                                        + category +
                                                                                        +
                                                                                        + +

                                                                                        HostMatcher

                                                                                        +
                                                                                        + +
                                                                                        +
                                                                                        + + + + +

                                                                                        + Interfaces, Classes, Traits and Enums + +

                                                                                        + +
                                                                                        +
                                                                                        RequestMatcherInterface
                                                                                        +
                                                                                        Interface RequestMatcherInterface
                                                                                        + + + +
                                                                                        + + +

                                                                                        + Table of Contents + +

                                                                                        + +
                                                                                        +
                                                                                        + __construct() + +  : mixed +
                                                                                        +
                                                                                        HostMatcher constructor.
                                                                                        + +
                                                                                        + matches() + +  : bool +
                                                                                        +
                                                                                        Returns true if request is matched by this matcher.
                                                                                        + +
                                                                                        + + + + + + + +
                                                                                        +

                                                                                        + Methods + +

                                                                                        +
                                                                                        +

                                                                                        + __construct() + +

                                                                                        + + +

                                                                                        HostMatcher constructor.

                                                                                        + + + public + __construct(string $host) : mixed + + +
                                                                                        Parameters
                                                                                        +
                                                                                        +
                                                                                        + $host + : string +
                                                                                        +
                                                                                        + +
                                                                                        +
                                                                                        + + + +
                                                                                        Return values
                                                                                        + mixed + — + + +
                                                                                        +
                                                                                        +

                                                                                        + matches() + +

                                                                                        + + +

                                                                                        Returns true if request is matched by this matcher.

                                                                                        + + + public + matches(RequestInterface $request) : bool + + +
                                                                                        Parameters
                                                                                        +
                                                                                        +
                                                                                        + $request + : RequestInterface +
                                                                                        +
                                                                                        + +
                                                                                        +
                                                                                        + + +
                                                                                        + Tags + +
                                                                                        +
                                                                                        +
                                                                                        + inheritDoc +
                                                                                        +
                                                                                        + + +
                                                                                        +
                                                                                        + +
                                                                                        Return values
                                                                                        + bool + — + + +
                                                                                        +
                                                                                        + + + + +
                                                                                        +
                                                                                        +
                                                                                        +
                                                                                        +

                                                                                        Search results

                                                                                        + +
                                                                                        +
                                                                                        +
                                                                                          +
                                                                                          +
                                                                                          +
                                                                                          +
                                                                                          +
                                                                                          + + +
                                                                                          + + + + + + + + diff --git a/classes/Pock-Matchers-JsonBodyMatcher.html b/classes/Pock-Matchers-JsonBodyMatcher.html new file mode 100644 index 0000000..d23173f --- /dev/null +++ b/classes/Pock-Matchers-JsonBodyMatcher.html @@ -0,0 +1,549 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                          +

                                                                                          pock

                                                                                          + + + + + +
                                                                                          + +
                                                                                          +
                                                                                          + + + + +
                                                                                          + + +
                                                                                          +

                                                                                          + JsonBodyMatcher + + + extends AbstractSerializedBodyMatcher + + +
                                                                                          + in package + +
                                                                                          + + + + Uses + JsonDecoderTrait +

                                                                                          + + + +

                                                                                          Class JsonBodyMatcher

                                                                                          + + + +
                                                                                          + Tags + +
                                                                                          +
                                                                                          +
                                                                                          + category +
                                                                                          +
                                                                                          + +

                                                                                          JsonBodyMatcher

                                                                                          +
                                                                                          + +
                                                                                          +
                                                                                          + + + + + + +

                                                                                          + Table of Contents + +

                                                                                          + +
                                                                                          +
                                                                                          + __construct() + +  : mixed +
                                                                                          +
                                                                                          AbstractSerializedBodyMatcher constructor.
                                                                                          + +
                                                                                          + jsonDecode() + +  : mixed +
                                                                                          +
                                                                                          json_decode which throws exception on error.
                                                                                          + +
                                                                                          + matches() + +  : bool +
                                                                                          +
                                                                                          Returns true if request is matched by this matcher.
                                                                                          + +
                                                                                          + + + + + + + +
                                                                                          +

                                                                                          + Methods + +

                                                                                          +
                                                                                          +

                                                                                          + __construct() + +

                                                                                          + + +

                                                                                          AbstractSerializedBodyMatcher constructor.

                                                                                          + + + public + __construct(array<string|int, mixed> $data) : mixed + + +
                                                                                          Parameters
                                                                                          +
                                                                                          +
                                                                                          + $data + : array<string|int, mixed> +
                                                                                          +
                                                                                          + +
                                                                                          +
                                                                                          + + +
                                                                                          + Tags + +
                                                                                          +
                                                                                          +
                                                                                          + phpstan-ignore-next-line +
                                                                                          +
                                                                                          + + +
                                                                                          +
                                                                                          + +
                                                                                          Return values
                                                                                          + mixed + — + + +
                                                                                          +
                                                                                          +

                                                                                          + jsonDecode() + +

                                                                                          + + +

                                                                                          json_decode which throws exception on error.

                                                                                          + + + public + static jsonDecode(string $json[, bool $associative = false ][, int $depth = 512 ], int $flags) : mixed + + +
                                                                                          Parameters
                                                                                          +
                                                                                          +
                                                                                          + $json + : string +
                                                                                          +
                                                                                          + +
                                                                                          +
                                                                                          + $associative + : bool + = false
                                                                                          +
                                                                                          + +
                                                                                          +
                                                                                          + $depth + : int + = 512
                                                                                          +
                                                                                          + +
                                                                                          +
                                                                                          + $flags + : int +
                                                                                          +
                                                                                          + +
                                                                                          +
                                                                                          + + +
                                                                                          + Tags + +
                                                                                          +
                                                                                          +
                                                                                          + throws +
                                                                                          +
                                                                                          + JsonException + + +
                                                                                          +
                                                                                          + SuppressWarnings +
                                                                                          +
                                                                                          + +

                                                                                          (PHPMD.BooleanArgumentFlag)

                                                                                          +
                                                                                          + +
                                                                                          +
                                                                                          + +
                                                                                          Return values
                                                                                          + mixed + — + + +
                                                                                          +
                                                                                          +

                                                                                          + matches() + +

                                                                                          + + +

                                                                                          Returns true if request is matched by this matcher.

                                                                                          + + + public + matches(RequestInterface $request) : bool + + +
                                                                                          Parameters
                                                                                          +
                                                                                          +
                                                                                          + $request + : RequestInterface +
                                                                                          +
                                                                                          + +
                                                                                          +
                                                                                          + + +
                                                                                          + Tags + +
                                                                                          +
                                                                                          +
                                                                                          + inheritDoc +
                                                                                          +
                                                                                          + + +
                                                                                          +
                                                                                          + +
                                                                                          Return values
                                                                                          + bool + — + + +
                                                                                          +
                                                                                          + + + + +
                                                                                          +
                                                                                          +
                                                                                          +
                                                                                          +

                                                                                          Search results

                                                                                          + +
                                                                                          +
                                                                                          +
                                                                                            +
                                                                                            +
                                                                                            +
                                                                                            +
                                                                                            +
                                                                                            + + +
                                                                                            + + + + + + + + diff --git a/classes/Pock-Matchers-MethodMatcher.html b/classes/Pock-Matchers-MethodMatcher.html new file mode 100644 index 0000000..b88cf2a --- /dev/null +++ b/classes/Pock-Matchers-MethodMatcher.html @@ -0,0 +1,451 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                            +

                                                                                            pock

                                                                                            + + + + + +
                                                                                            + +
                                                                                            +
                                                                                            + + + + +
                                                                                            + + +
                                                                                            +

                                                                                            + MethodMatcher + + +
                                                                                            + in package + +
                                                                                            + + + implements + RequestMatcherInterface + +

                                                                                            + + + +

                                                                                            Class MethodMatcher

                                                                                            + + + +
                                                                                            + Tags + +
                                                                                            +
                                                                                            +
                                                                                            + category +
                                                                                            +
                                                                                            + +

                                                                                            MethodMatcher

                                                                                            +
                                                                                            + +
                                                                                            +
                                                                                            + + + + +

                                                                                            + Interfaces, Classes, Traits and Enums + +

                                                                                            + +
                                                                                            +
                                                                                            RequestMatcherInterface
                                                                                            +
                                                                                            Interface RequestMatcherInterface
                                                                                            + + + +
                                                                                            + + +

                                                                                            + Table of Contents + +

                                                                                            + +
                                                                                            +
                                                                                            + __construct() + +  : mixed +
                                                                                            +
                                                                                            MethodMatcher constructor.
                                                                                            + +
                                                                                            + matches() + +  : bool +
                                                                                            +
                                                                                            Returns true if request is matched by this matcher.
                                                                                            + +
                                                                                            + + + + + + + +
                                                                                            +

                                                                                            + Methods + +

                                                                                            +
                                                                                            +

                                                                                            + __construct() + +

                                                                                            + + +

                                                                                            MethodMatcher constructor.

                                                                                            + + + public + __construct([string $method = RequestMethod::GET ]) : mixed + + +
                                                                                            Parameters
                                                                                            +
                                                                                            +
                                                                                            + $method + : string + = RequestMethod::GET
                                                                                            +
                                                                                            + +
                                                                                            +
                                                                                            + + + +
                                                                                            Return values
                                                                                            + mixed + — + + +
                                                                                            +
                                                                                            +

                                                                                            + matches() + +

                                                                                            + + +

                                                                                            Returns true if request is matched by this matcher.

                                                                                            + + + public + matches(RequestInterface $request) : bool + + +
                                                                                            Parameters
                                                                                            +
                                                                                            +
                                                                                            + $request + : RequestInterface +
                                                                                            +
                                                                                            + +
                                                                                            +
                                                                                            + + +
                                                                                            + Tags + +
                                                                                            +
                                                                                            +
                                                                                            + inheritDoc +
                                                                                            +
                                                                                            + + +
                                                                                            +
                                                                                            + +
                                                                                            Return values
                                                                                            + bool + — + + +
                                                                                            +
                                                                                            + + + + +
                                                                                            +
                                                                                            +
                                                                                            +
                                                                                            +

                                                                                            Search results

                                                                                            + +
                                                                                            +
                                                                                            +
                                                                                              +
                                                                                              +
                                                                                              +
                                                                                              +
                                                                                              +
                                                                                              + + +
                                                                                              + + + + + + + + diff --git a/classes/Pock-Matchers-MultipartFormDataMatcher.html b/classes/Pock-Matchers-MultipartFormDataMatcher.html new file mode 100644 index 0000000..8beece7 --- /dev/null +++ b/classes/Pock-Matchers-MultipartFormDataMatcher.html @@ -0,0 +1,465 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                              +

                                                                                              pock

                                                                                              + + + + + +
                                                                                              + +
                                                                                              +
                                                                                              + + + + +
                                                                                              + + +
                                                                                              +

                                                                                              + MultipartFormDataMatcher + + +
                                                                                              + in package + +
                                                                                              + + + implements + RequestMatcherInterface + + + Uses + SeekableStreamDataExtractor +

                                                                                              + + + +

                                                                                              Class MultipartFormDataMatcher

                                                                                              + + + +
                                                                                              + Tags + +
                                                                                              +
                                                                                              +
                                                                                              + category +
                                                                                              +
                                                                                              + +

                                                                                              MultipartFormDataMatcher

                                                                                              +
                                                                                              + +
                                                                                              +
                                                                                              + + + + +

                                                                                              + Interfaces, Classes, Traits and Enums + +

                                                                                              + +
                                                                                              +
                                                                                              RequestMatcherInterface
                                                                                              +
                                                                                              Interface RequestMatcherInterface
                                                                                              + + + +
                                                                                              + + +

                                                                                              + Table of Contents + +

                                                                                              + +
                                                                                              +
                                                                                              + __construct() + +  : mixed +
                                                                                              +
                                                                                              MultipartFormDataMatcher constructor.
                                                                                              + +
                                                                                              + matches() + +  : bool +
                                                                                              +
                                                                                              Returns true if request is matched by this matcher.
                                                                                              + +
                                                                                              + + + + + + + +
                                                                                              +

                                                                                              + Methods + +

                                                                                              +
                                                                                              +

                                                                                              + __construct() + +

                                                                                              + + +

                                                                                              MultipartFormDataMatcher constructor.

                                                                                              + + + public + __construct(callable $callback) : mixed + + +
                                                                                              Parameters
                                                                                              +
                                                                                              +
                                                                                              + $callback + : callable +
                                                                                              +
                                                                                              +

                                                                                              Accepts Riverline\MultiPartParser\StreamedPart as an argument, returns true if matched.

                                                                                              +
                                                                                              + +
                                                                                              +
                                                                                              + + + +
                                                                                              Return values
                                                                                              + mixed + — + + +
                                                                                              +
                                                                                              +

                                                                                              + matches() + +

                                                                                              + + +

                                                                                              Returns true if request is matched by this matcher.

                                                                                              + + + public + matches(RequestInterface $request) : bool + + +
                                                                                              Parameters
                                                                                              +
                                                                                              +
                                                                                              + $request + : RequestInterface +
                                                                                              +
                                                                                              + +
                                                                                              +
                                                                                              + + +
                                                                                              + Tags + +
                                                                                              +
                                                                                              +
                                                                                              + inheritDoc +
                                                                                              +
                                                                                              + + +
                                                                                              +
                                                                                              + SuppressWarnings +
                                                                                              +
                                                                                              + +

                                                                                              (PHPMD.StaticAccess)

                                                                                              +
                                                                                              + +
                                                                                              +
                                                                                              + +
                                                                                              Return values
                                                                                              + bool + — + + +
                                                                                              +
                                                                                              + + + + +
                                                                                              +
                                                                                              +
                                                                                              +
                                                                                              +

                                                                                              Search results

                                                                                              + +
                                                                                              +
                                                                                              +
                                                                                                +
                                                                                                +
                                                                                                +
                                                                                                +
                                                                                                +
                                                                                                + + +
                                                                                                + + + + + + + + diff --git a/classes/Pock-Matchers-MultipleMatcher.html b/classes/Pock-Matchers-MultipleMatcher.html new file mode 100644 index 0000000..27cbe3e --- /dev/null +++ b/classes/Pock-Matchers-MultipleMatcher.html @@ -0,0 +1,573 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                +

                                                                                                pock

                                                                                                + + + + + +
                                                                                                + +
                                                                                                +
                                                                                                + + + + +
                                                                                                + + +
                                                                                                +

                                                                                                + MultipleMatcher + + +
                                                                                                + in package + +
                                                                                                + + + implements + RequestMatcherInterface, Countable + +

                                                                                                + + + +

                                                                                                Class MultipleMatcher

                                                                                                + + + +
                                                                                                + Tags + +
                                                                                                +
                                                                                                +
                                                                                                + category +
                                                                                                +
                                                                                                + +

                                                                                                MultipleMatcher

                                                                                                +
                                                                                                + +
                                                                                                +
                                                                                                + + + + +

                                                                                                + Interfaces, Classes, Traits and Enums + +

                                                                                                + +
                                                                                                +
                                                                                                RequestMatcherInterface
                                                                                                +
                                                                                                Interface RequestMatcherInterface
                                                                                                +
                                                                                                Countable
                                                                                                +
                                                                                                + + + +
                                                                                                + + +

                                                                                                + Table of Contents + +

                                                                                                + +
                                                                                                +
                                                                                                + $matchers + +  : array<string|int, RequestMatcherInterface> +
                                                                                                +
                                                                                                + +
                                                                                                + __construct() + +  : mixed +
                                                                                                +
                                                                                                MultipleMatcher constructor.
                                                                                                + +
                                                                                                + addMatcher() + +  : $this +
                                                                                                +
                                                                                                + +
                                                                                                + count() + +  : int +
                                                                                                +
                                                                                                + +
                                                                                                + matches() + +  : bool +
                                                                                                +
                                                                                                Returns true if request is matched by this matcher.
                                                                                                + +
                                                                                                + + + + + + +
                                                                                                +

                                                                                                + Properties + +

                                                                                                + +
                                                                                                + +
                                                                                                +

                                                                                                + Methods + +

                                                                                                +
                                                                                                +

                                                                                                + __construct() + +

                                                                                                + + +

                                                                                                MultipleMatcher constructor.

                                                                                                + + + public + __construct([array<string|int, RequestMatcherInterface$matchers = [] ]) : mixed + + +
                                                                                                Parameters
                                                                                                +
                                                                                                +
                                                                                                + $matchers + : array<string|int, RequestMatcherInterface> + = []
                                                                                                +
                                                                                                + +
                                                                                                +
                                                                                                + + + +
                                                                                                Return values
                                                                                                + mixed + — + + +
                                                                                                + +
                                                                                                +

                                                                                                + count() + +

                                                                                                + + + + + public + count() : int + + + + + +
                                                                                                Return values
                                                                                                + int + — + + +
                                                                                                +
                                                                                                +

                                                                                                + matches() + +

                                                                                                + + +

                                                                                                Returns true if request is matched by this matcher.

                                                                                                + + + public + matches(RequestInterface $request) : bool + + +
                                                                                                Parameters
                                                                                                +
                                                                                                +
                                                                                                + $request + : RequestInterface +
                                                                                                +
                                                                                                + +
                                                                                                +
                                                                                                + + + +
                                                                                                Return values
                                                                                                + bool + — + + +
                                                                                                +
                                                                                                + + + + +
                                                                                                +
                                                                                                +
                                                                                                +
                                                                                                +

                                                                                                Search results

                                                                                                + +
                                                                                                +
                                                                                                +
                                                                                                  +
                                                                                                  +
                                                                                                  +
                                                                                                  +
                                                                                                  +
                                                                                                  + + +
                                                                                                  + + + + + + + + diff --git a/classes/Pock-Matchers-PathMatcher.html b/classes/Pock-Matchers-PathMatcher.html new file mode 100644 index 0000000..309e341 --- /dev/null +++ b/classes/Pock-Matchers-PathMatcher.html @@ -0,0 +1,451 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                  +

                                                                                                  pock

                                                                                                  + + + + + +
                                                                                                  + +
                                                                                                  +
                                                                                                  + + + + +
                                                                                                  + + +
                                                                                                  +

                                                                                                  + PathMatcher + + +
                                                                                                  + in package + +
                                                                                                  + + + implements + RequestMatcherInterface + +

                                                                                                  + + + +

                                                                                                  Class PathMatcher

                                                                                                  + + + +
                                                                                                  + Tags + +
                                                                                                  +
                                                                                                  +
                                                                                                  + category +
                                                                                                  +
                                                                                                  + +

                                                                                                  PathMatcher

                                                                                                  +
                                                                                                  + +
                                                                                                  +
                                                                                                  + + + + +

                                                                                                  + Interfaces, Classes, Traits and Enums + +

                                                                                                  + +
                                                                                                  +
                                                                                                  RequestMatcherInterface
                                                                                                  +
                                                                                                  Interface RequestMatcherInterface
                                                                                                  + + + +
                                                                                                  + + +

                                                                                                  + Table of Contents + +

                                                                                                  + +
                                                                                                  +
                                                                                                  + __construct() + +  : mixed +
                                                                                                  +
                                                                                                  PathMatcher constructor.
                                                                                                  + +
                                                                                                  + matches() + +  : bool +
                                                                                                  +
                                                                                                  Returns true if request is matched by this matcher.
                                                                                                  + +
                                                                                                  + + + + + + + +
                                                                                                  +

                                                                                                  + Methods + +

                                                                                                  +
                                                                                                  +

                                                                                                  + __construct() + +

                                                                                                  + + +

                                                                                                  PathMatcher constructor.

                                                                                                  + + + public + __construct(string $path) : mixed + + +
                                                                                                  Parameters
                                                                                                  +
                                                                                                  +
                                                                                                  + $path + : string +
                                                                                                  +
                                                                                                  + +
                                                                                                  +
                                                                                                  + + + +
                                                                                                  Return values
                                                                                                  + mixed + — + + +
                                                                                                  +
                                                                                                  +

                                                                                                  + matches() + +

                                                                                                  + + +

                                                                                                  Returns true if request is matched by this matcher.

                                                                                                  + + + public + matches(RequestInterface $request) : bool + + +
                                                                                                  Parameters
                                                                                                  +
                                                                                                  +
                                                                                                  + $request + : RequestInterface +
                                                                                                  +
                                                                                                  + +
                                                                                                  +
                                                                                                  + + +
                                                                                                  + Tags + +
                                                                                                  +
                                                                                                  +
                                                                                                  + inheritDoc +
                                                                                                  +
                                                                                                  + + +
                                                                                                  +
                                                                                                  + +
                                                                                                  Return values
                                                                                                  + bool + — + + +
                                                                                                  +
                                                                                                  + + + + +
                                                                                                  +
                                                                                                  +
                                                                                                  +
                                                                                                  +

                                                                                                  Search results

                                                                                                  + +
                                                                                                  +
                                                                                                  +
                                                                                                    +
                                                                                                    +
                                                                                                    +
                                                                                                    +
                                                                                                    +
                                                                                                    + + +
                                                                                                    + + + + + + + + diff --git a/classes/Pock-Matchers-PortMatcher.html b/classes/Pock-Matchers-PortMatcher.html new file mode 100644 index 0000000..81ef1e1 --- /dev/null +++ b/classes/Pock-Matchers-PortMatcher.html @@ -0,0 +1,451 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                    +

                                                                                                    pock

                                                                                                    + + + + + +
                                                                                                    + +
                                                                                                    +
                                                                                                    + + + + +
                                                                                                    + + +
                                                                                                    +

                                                                                                    + PortMatcher + + +
                                                                                                    + in package + +
                                                                                                    + + + implements + RequestMatcherInterface + +

                                                                                                    + + + +

                                                                                                    Class PortMatcher

                                                                                                    + + + +
                                                                                                    + Tags + +
                                                                                                    +
                                                                                                    +
                                                                                                    + category +
                                                                                                    +
                                                                                                    + +

                                                                                                    PortMatcher

                                                                                                    +
                                                                                                    + +
                                                                                                    +
                                                                                                    + + + + +

                                                                                                    + Interfaces, Classes, Traits and Enums + +

                                                                                                    + +
                                                                                                    +
                                                                                                    RequestMatcherInterface
                                                                                                    +
                                                                                                    Interface RequestMatcherInterface
                                                                                                    + + + +
                                                                                                    + + +

                                                                                                    + Table of Contents + +

                                                                                                    + +
                                                                                                    +
                                                                                                    + __construct() + +  : mixed +
                                                                                                    +
                                                                                                    PortMatcher constructor.
                                                                                                    + +
                                                                                                    + matches() + +  : bool +
                                                                                                    +
                                                                                                    Returns true if request is matched by this matcher.
                                                                                                    + +
                                                                                                    + + + + + + + +
                                                                                                    +

                                                                                                    + Methods + +

                                                                                                    +
                                                                                                    +

                                                                                                    + __construct() + +

                                                                                                    + + +

                                                                                                    PortMatcher constructor.

                                                                                                    + + + public + __construct(int $port) : mixed + + +
                                                                                                    Parameters
                                                                                                    +
                                                                                                    +
                                                                                                    + $port + : int +
                                                                                                    +
                                                                                                    + +
                                                                                                    +
                                                                                                    + + + +
                                                                                                    Return values
                                                                                                    + mixed + — + + +
                                                                                                    +
                                                                                                    +

                                                                                                    + matches() + +

                                                                                                    + + +

                                                                                                    Returns true if request is matched by this matcher.

                                                                                                    + + + public + matches(RequestInterface $request) : bool + + +
                                                                                                    Parameters
                                                                                                    +
                                                                                                    +
                                                                                                    + $request + : RequestInterface +
                                                                                                    +
                                                                                                    + +
                                                                                                    +
                                                                                                    + + +
                                                                                                    + Tags + +
                                                                                                    +
                                                                                                    +
                                                                                                    + inheritDoc +
                                                                                                    +
                                                                                                    + + +
                                                                                                    +
                                                                                                    + +
                                                                                                    Return values
                                                                                                    + bool + — + + +
                                                                                                    +
                                                                                                    + + + + +
                                                                                                    +
                                                                                                    +
                                                                                                    +
                                                                                                    +

                                                                                                    Search results

                                                                                                    + +
                                                                                                    +
                                                                                                    +
                                                                                                      +
                                                                                                      +
                                                                                                      +
                                                                                                      +
                                                                                                      +
                                                                                                      + + +
                                                                                                      + + + + + + + + diff --git a/classes/Pock-Matchers-QueryMatcher.html b/classes/Pock-Matchers-QueryMatcher.html new file mode 100644 index 0000000..bba61f9 --- /dev/null +++ b/classes/Pock-Matchers-QueryMatcher.html @@ -0,0 +1,451 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                      +

                                                                                                      pock

                                                                                                      + + + + + +
                                                                                                      + +
                                                                                                      +
                                                                                                      + + + + +
                                                                                                      + + +
                                                                                                      +

                                                                                                      + QueryMatcher + + +
                                                                                                      + in package + +
                                                                                                      + + + implements + RequestMatcherInterface + +

                                                                                                      + + + +

                                                                                                      Class QueryMatcher

                                                                                                      + + + +
                                                                                                      + Tags + +
                                                                                                      +
                                                                                                      +
                                                                                                      + category +
                                                                                                      +
                                                                                                      + +

                                                                                                      QueryMatcher

                                                                                                      +
                                                                                                      + +
                                                                                                      +
                                                                                                      + + + + +

                                                                                                      + Interfaces, Classes, Traits and Enums + +

                                                                                                      + +
                                                                                                      +
                                                                                                      RequestMatcherInterface
                                                                                                      +
                                                                                                      Interface RequestMatcherInterface
                                                                                                      + + + +
                                                                                                      + + +

                                                                                                      + Table of Contents + +

                                                                                                      + +
                                                                                                      +
                                                                                                      + __construct() + +  : mixed +
                                                                                                      +
                                                                                                      QueryMatcher constructor.
                                                                                                      + +
                                                                                                      + matches() + +  : bool +
                                                                                                      +
                                                                                                      Returns true if request is matched by this matcher.
                                                                                                      + +
                                                                                                      + + + + + + + +
                                                                                                      +

                                                                                                      + Methods + +

                                                                                                      +
                                                                                                      +

                                                                                                      + __construct() + +

                                                                                                      + + +

                                                                                                      QueryMatcher constructor.

                                                                                                      + + + public + __construct(array<string, mixed> $query) : mixed + + +
                                                                                                      Parameters
                                                                                                      +
                                                                                                      +
                                                                                                      + $query + : array<string, mixed> +
                                                                                                      +
                                                                                                      + +
                                                                                                      +
                                                                                                      + + + +
                                                                                                      Return values
                                                                                                      + mixed + — + + +
                                                                                                      +
                                                                                                      +

                                                                                                      + matches() + +

                                                                                                      + + +

                                                                                                      Returns true if request is matched by this matcher.

                                                                                                      + + + public + matches(RequestInterface $request) : bool + + +
                                                                                                      Parameters
                                                                                                      +
                                                                                                      +
                                                                                                      + $request + : RequestInterface +
                                                                                                      +
                                                                                                      + +
                                                                                                      +
                                                                                                      + + +
                                                                                                      + Tags + +
                                                                                                      +
                                                                                                      +
                                                                                                      + inheritDoc +
                                                                                                      +
                                                                                                      + + +
                                                                                                      +
                                                                                                      + +
                                                                                                      Return values
                                                                                                      + bool + — + + +
                                                                                                      +
                                                                                                      + + + + +
                                                                                                      +
                                                                                                      +
                                                                                                      +
                                                                                                      +

                                                                                                      Search results

                                                                                                      + +
                                                                                                      +
                                                                                                      +
                                                                                                        +
                                                                                                        +
                                                                                                        +
                                                                                                        +
                                                                                                        +
                                                                                                        + + +
                                                                                                        + + + + + + + + diff --git a/classes/Pock-Matchers-RegExpBodyMatcher.html b/classes/Pock-Matchers-RegExpBodyMatcher.html new file mode 100644 index 0000000..3bd0a49 --- /dev/null +++ b/classes/Pock-Matchers-RegExpBodyMatcher.html @@ -0,0 +1,448 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                        +

                                                                                                        pock

                                                                                                        + + + + + +
                                                                                                        + +
                                                                                                        +
                                                                                                        + + + + +
                                                                                                        + + +
                                                                                                        +

                                                                                                        + RegExpBodyMatcher + + + extends AbstractRegExpMatcher + + +
                                                                                                        + in package + +
                                                                                                        + + + + Uses + SeekableStreamDataExtractor +

                                                                                                        + + + +

                                                                                                        Class RegExpBodyMatcher

                                                                                                        + + + +
                                                                                                        + Tags + +
                                                                                                        +
                                                                                                        +
                                                                                                        + category +
                                                                                                        +
                                                                                                        + +

                                                                                                        RegExpBodyMatcher

                                                                                                        +
                                                                                                        + +
                                                                                                        +
                                                                                                        + + + + + + +

                                                                                                        + Table of Contents + +

                                                                                                        + +
                                                                                                        +
                                                                                                        + __construct() + +  : mixed +
                                                                                                        +
                                                                                                        + +
                                                                                                        + matches() + +  : bool +
                                                                                                        +
                                                                                                        + +
                                                                                                        + + + + + + + +
                                                                                                        +

                                                                                                        + Methods + +

                                                                                                        +
                                                                                                        +

                                                                                                        + __construct() + +

                                                                                                        + + + + + public + __construct(string $expression, int $flags) : mixed + + +
                                                                                                        Parameters
                                                                                                        +
                                                                                                        +
                                                                                                        + $expression + : string +
                                                                                                        +
                                                                                                        + +
                                                                                                        +
                                                                                                        + $flags + : int +
                                                                                                        +
                                                                                                        + +
                                                                                                        +
                                                                                                        + + + +
                                                                                                        Return values
                                                                                                        + mixed + — + + +
                                                                                                        +
                                                                                                        +

                                                                                                        + matches() + +

                                                                                                        + + + + + public + matches(RequestInterface $request) : bool + + +
                                                                                                        Parameters
                                                                                                        +
                                                                                                        +
                                                                                                        + $request + : RequestInterface +
                                                                                                        +
                                                                                                        +
                                                                                                        + +
                                                                                                        +
                                                                                                        + + +
                                                                                                        + Tags + +
                                                                                                        +
                                                                                                        +
                                                                                                        + inheritDoc +
                                                                                                        +
                                                                                                        + + +
                                                                                                        +
                                                                                                        + +
                                                                                                        Return values
                                                                                                        + bool + — + + +
                                                                                                        +
                                                                                                        + + + + +
                                                                                                        +
                                                                                                        +
                                                                                                        +
                                                                                                        +

                                                                                                        Search results

                                                                                                        + +
                                                                                                        +
                                                                                                        +
                                                                                                          +
                                                                                                          +
                                                                                                          +
                                                                                                          +
                                                                                                          +
                                                                                                          + + +
                                                                                                          + + + + + + + + diff --git a/classes/Pock-Matchers-RegExpPathMatcher.html b/classes/Pock-Matchers-RegExpPathMatcher.html new file mode 100644 index 0000000..e97dcdc --- /dev/null +++ b/classes/Pock-Matchers-RegExpPathMatcher.html @@ -0,0 +1,445 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                          +

                                                                                                          pock

                                                                                                          + + + + + +
                                                                                                          + +
                                                                                                          +
                                                                                                          + + + + +
                                                                                                          + + +
                                                                                                          +

                                                                                                          + RegExpPathMatcher + + + extends AbstractRegExpMatcher + + +
                                                                                                          + in package + +
                                                                                                          + + +

                                                                                                          + + + +

                                                                                                          Class RegExpPathMatcher

                                                                                                          + + + +
                                                                                                          + Tags + +
                                                                                                          +
                                                                                                          +
                                                                                                          + category +
                                                                                                          +
                                                                                                          + +

                                                                                                          RegExpPathMatcher

                                                                                                          +
                                                                                                          + +
                                                                                                          +
                                                                                                          + + + + + + +

                                                                                                          + Table of Contents + +

                                                                                                          + +
                                                                                                          +
                                                                                                          + __construct() + +  : mixed +
                                                                                                          +
                                                                                                          + +
                                                                                                          + matches() + +  : bool +
                                                                                                          +
                                                                                                          + +
                                                                                                          + + + + + + + +
                                                                                                          +

                                                                                                          + Methods + +

                                                                                                          +
                                                                                                          +

                                                                                                          + __construct() + +

                                                                                                          + + + + + public + __construct(string $expression, int $flags) : mixed + + +
                                                                                                          Parameters
                                                                                                          +
                                                                                                          +
                                                                                                          + $expression + : string +
                                                                                                          +
                                                                                                          + +
                                                                                                          +
                                                                                                          + $flags + : int +
                                                                                                          +
                                                                                                          + +
                                                                                                          +
                                                                                                          + + + +
                                                                                                          Return values
                                                                                                          + mixed + — + + +
                                                                                                          +
                                                                                                          +

                                                                                                          + matches() + +

                                                                                                          + + + + + public + matches(RequestInterface $request) : bool + + +
                                                                                                          Parameters
                                                                                                          +
                                                                                                          +
                                                                                                          + $request + : RequestInterface +
                                                                                                          +
                                                                                                          +
                                                                                                          + +
                                                                                                          +
                                                                                                          + + +
                                                                                                          + Tags + +
                                                                                                          +
                                                                                                          +
                                                                                                          + inheritDoc +
                                                                                                          +
                                                                                                          + + +
                                                                                                          +
                                                                                                          + +
                                                                                                          Return values
                                                                                                          + bool + — + + +
                                                                                                          +
                                                                                                          + + + + +
                                                                                                          +
                                                                                                          +
                                                                                                          +
                                                                                                          +

                                                                                                          Search results

                                                                                                          + +
                                                                                                          +
                                                                                                          +
                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            + + +
                                                                                                            + + + + + + + + diff --git a/classes/Pock-Matchers-RegExpQueryMatcher.html b/classes/Pock-Matchers-RegExpQueryMatcher.html new file mode 100644 index 0000000..b5808cc --- /dev/null +++ b/classes/Pock-Matchers-RegExpQueryMatcher.html @@ -0,0 +1,445 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                            +

                                                                                                            pock

                                                                                                            + + + + + +
                                                                                                            + +
                                                                                                            +
                                                                                                            + + + + +
                                                                                                            + + +
                                                                                                            +

                                                                                                            + RegExpQueryMatcher + + + extends AbstractRegExpMatcher + + +
                                                                                                            + in package + +
                                                                                                            + + +

                                                                                                            + + + +

                                                                                                            Class RegExpQueryMatcher

                                                                                                            + + + +
                                                                                                            + Tags + +
                                                                                                            +
                                                                                                            +
                                                                                                            + category +
                                                                                                            +
                                                                                                            + +

                                                                                                            RegExpQueryMatcher

                                                                                                            +
                                                                                                            + +
                                                                                                            +
                                                                                                            + + + + + + +

                                                                                                            + Table of Contents + +

                                                                                                            + +
                                                                                                            +
                                                                                                            + __construct() + +  : mixed +
                                                                                                            +
                                                                                                            + +
                                                                                                            + matches() + +  : bool +
                                                                                                            +
                                                                                                            + +
                                                                                                            + + + + + + + +
                                                                                                            +

                                                                                                            + Methods + +

                                                                                                            +
                                                                                                            +

                                                                                                            + __construct() + +

                                                                                                            + + + + + public + __construct(string $expression, int $flags) : mixed + + +
                                                                                                            Parameters
                                                                                                            +
                                                                                                            +
                                                                                                            + $expression + : string +
                                                                                                            +
                                                                                                            + +
                                                                                                            +
                                                                                                            + $flags + : int +
                                                                                                            +
                                                                                                            + +
                                                                                                            +
                                                                                                            + + + +
                                                                                                            Return values
                                                                                                            + mixed + — + + +
                                                                                                            +
                                                                                                            +

                                                                                                            + matches() + +

                                                                                                            + + + + + public + matches(RequestInterface $request) : bool + + +
                                                                                                            Parameters
                                                                                                            +
                                                                                                            +
                                                                                                            + $request + : RequestInterface +
                                                                                                            +
                                                                                                            +
                                                                                                            + +
                                                                                                            +
                                                                                                            + + +
                                                                                                            + Tags + +
                                                                                                            +
                                                                                                            +
                                                                                                            + inheritDoc +
                                                                                                            +
                                                                                                            + + +
                                                                                                            +
                                                                                                            + +
                                                                                                            Return values
                                                                                                            + bool + — + + +
                                                                                                            +
                                                                                                            + + + + +
                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            +

                                                                                                            Search results

                                                                                                            + +
                                                                                                            +
                                                                                                            +
                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              + + +
                                                                                                              + + + + + + + + diff --git a/classes/Pock-Matchers-RegExpUriMatcher.html b/classes/Pock-Matchers-RegExpUriMatcher.html new file mode 100644 index 0000000..3665117 --- /dev/null +++ b/classes/Pock-Matchers-RegExpUriMatcher.html @@ -0,0 +1,445 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                              +

                                                                                                              pock

                                                                                                              + + + + + +
                                                                                                              + +
                                                                                                              +
                                                                                                              + + + + +
                                                                                                              + + +
                                                                                                              +

                                                                                                              + RegExpUriMatcher + + + extends AbstractRegExpMatcher + + +
                                                                                                              + in package + +
                                                                                                              + + +

                                                                                                              + + + +

                                                                                                              Class RegExpUriMatcher

                                                                                                              + + + +
                                                                                                              + Tags + +
                                                                                                              +
                                                                                                              +
                                                                                                              + category +
                                                                                                              +
                                                                                                              + +

                                                                                                              RegExpUriMatcher

                                                                                                              +
                                                                                                              + +
                                                                                                              +
                                                                                                              + + + + + + +

                                                                                                              + Table of Contents + +

                                                                                                              + +
                                                                                                              +
                                                                                                              + __construct() + +  : mixed +
                                                                                                              +
                                                                                                              + +
                                                                                                              + matches() + +  : bool +
                                                                                                              +
                                                                                                              + +
                                                                                                              + + + + + + + +
                                                                                                              +

                                                                                                              + Methods + +

                                                                                                              +
                                                                                                              +

                                                                                                              + __construct() + +

                                                                                                              + + + + + public + __construct(string $expression, int $flags) : mixed + + +
                                                                                                              Parameters
                                                                                                              +
                                                                                                              +
                                                                                                              + $expression + : string +
                                                                                                              +
                                                                                                              + +
                                                                                                              +
                                                                                                              + $flags + : int +
                                                                                                              +
                                                                                                              + +
                                                                                                              +
                                                                                                              + + + +
                                                                                                              Return values
                                                                                                              + mixed + — + + +
                                                                                                              +
                                                                                                              +

                                                                                                              + matches() + +

                                                                                                              + + + + + public + matches(RequestInterface $request) : bool + + +
                                                                                                              Parameters
                                                                                                              +
                                                                                                              +
                                                                                                              + $request + : RequestInterface +
                                                                                                              +
                                                                                                              +
                                                                                                              + +
                                                                                                              +
                                                                                                              + + +
                                                                                                              + Tags + +
                                                                                                              +
                                                                                                              +
                                                                                                              + inheritDoc +
                                                                                                              +
                                                                                                              + + +
                                                                                                              +
                                                                                                              + +
                                                                                                              Return values
                                                                                                              + bool + — + + +
                                                                                                              +
                                                                                                              + + + + +
                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              +

                                                                                                              Search results

                                                                                                              + +
                                                                                                              +
                                                                                                              +
                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                + + +
                                                                                                                + + + + + + + + diff --git a/classes/Pock-Matchers-RequestMatcherInterface.html b/classes/Pock-Matchers-RequestMatcherInterface.html new file mode 100644 index 0000000..f642e9f --- /dev/null +++ b/classes/Pock-Matchers-RequestMatcherInterface.html @@ -0,0 +1,367 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                +

                                                                                                                pock

                                                                                                                + + + + + +
                                                                                                                + +
                                                                                                                +
                                                                                                                + + + + +
                                                                                                                + + +
                                                                                                                +

                                                                                                                + RequestMatcherInterface +
                                                                                                                + in + +
                                                                                                                +

                                                                                                                + + + +

                                                                                                                Interface RequestMatcherInterface

                                                                                                                + + + +
                                                                                                                + Tags + +
                                                                                                                +
                                                                                                                +
                                                                                                                + category +
                                                                                                                +
                                                                                                                + +

                                                                                                                RequestMatcherInterface

                                                                                                                +
                                                                                                                + +
                                                                                                                +
                                                                                                                + + + + + + +

                                                                                                                + Table of Contents + +

                                                                                                                + +
                                                                                                                +
                                                                                                                + matches() + +  : bool +
                                                                                                                +
                                                                                                                Returns true if request is matched by this matcher.
                                                                                                                + +
                                                                                                                + + + + + +
                                                                                                                +

                                                                                                                + Methods + +

                                                                                                                +
                                                                                                                +

                                                                                                                + matches() + +

                                                                                                                + + +

                                                                                                                Returns true if request is matched by this matcher.

                                                                                                                + + + public + matches(RequestInterface $request) : bool + + +
                                                                                                                Parameters
                                                                                                                +
                                                                                                                +
                                                                                                                + $request + : RequestInterface +
                                                                                                                +
                                                                                                                + +
                                                                                                                +
                                                                                                                + + + +
                                                                                                                Return values
                                                                                                                + bool + — + + +
                                                                                                                +
                                                                                                                + + + + +
                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                +

                                                                                                                Search results

                                                                                                                + +
                                                                                                                +
                                                                                                                +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  + + +
                                                                                                                  + + + + + + + + diff --git a/classes/Pock-Matchers-SchemeMatcher.html b/classes/Pock-Matchers-SchemeMatcher.html new file mode 100644 index 0000000..4c98f03 --- /dev/null +++ b/classes/Pock-Matchers-SchemeMatcher.html @@ -0,0 +1,451 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                  +

                                                                                                                  pock

                                                                                                                  + + + + + +
                                                                                                                  + +
                                                                                                                  +
                                                                                                                  + + + + +
                                                                                                                  + + +
                                                                                                                  +

                                                                                                                  + SchemeMatcher + + +
                                                                                                                  + in package + +
                                                                                                                  + + + implements + RequestMatcherInterface + +

                                                                                                                  + + + +

                                                                                                                  Class SchemeMatcher

                                                                                                                  + + + +
                                                                                                                  + Tags + +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  + category +
                                                                                                                  +
                                                                                                                  + +

                                                                                                                  SchemeMatcher

                                                                                                                  +
                                                                                                                  + +
                                                                                                                  +
                                                                                                                  + + + + +

                                                                                                                  + Interfaces, Classes, Traits and Enums + +

                                                                                                                  + +
                                                                                                                  +
                                                                                                                  RequestMatcherInterface
                                                                                                                  +
                                                                                                                  Interface RequestMatcherInterface
                                                                                                                  + + + +
                                                                                                                  + + +

                                                                                                                  + Table of Contents + +

                                                                                                                  + +
                                                                                                                  +
                                                                                                                  + __construct() + +  : mixed +
                                                                                                                  +
                                                                                                                  SchemeMatcher constructor.
                                                                                                                  + +
                                                                                                                  + matches() + +  : bool +
                                                                                                                  +
                                                                                                                  Returns true if request is matched by this matcher.
                                                                                                                  + +
                                                                                                                  + + + + + + + +
                                                                                                                  +

                                                                                                                  + Methods + +

                                                                                                                  +
                                                                                                                  +

                                                                                                                  + __construct() + +

                                                                                                                  + + +

                                                                                                                  SchemeMatcher constructor.

                                                                                                                  + + + public + __construct([string $scheme = RequestScheme::HTTP ]) : mixed + + +
                                                                                                                  Parameters
                                                                                                                  +
                                                                                                                  +
                                                                                                                  + $scheme + : string + = RequestScheme::HTTP
                                                                                                                  +
                                                                                                                  + +
                                                                                                                  +
                                                                                                                  + + + +
                                                                                                                  Return values
                                                                                                                  + mixed + — + + +
                                                                                                                  +
                                                                                                                  +

                                                                                                                  + matches() + +

                                                                                                                  + + +

                                                                                                                  Returns true if request is matched by this matcher.

                                                                                                                  + + + public + matches(RequestInterface $request) : bool + + +
                                                                                                                  Parameters
                                                                                                                  +
                                                                                                                  +
                                                                                                                  + $request + : RequestInterface +
                                                                                                                  +
                                                                                                                  + +
                                                                                                                  +
                                                                                                                  + + +
                                                                                                                  + Tags + +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  + inheritDoc +
                                                                                                                  +
                                                                                                                  + + +
                                                                                                                  +
                                                                                                                  + +
                                                                                                                  Return values
                                                                                                                  + bool + — + + +
                                                                                                                  +
                                                                                                                  + + + + +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  +

                                                                                                                  Search results

                                                                                                                  + +
                                                                                                                  +
                                                                                                                  +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    + + +
                                                                                                                    + + + + + + + + diff --git a/classes/Pock-Matchers-UriMatcher.html b/classes/Pock-Matchers-UriMatcher.html new file mode 100644 index 0000000..4d5453e --- /dev/null +++ b/classes/Pock-Matchers-UriMatcher.html @@ -0,0 +1,451 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                    +

                                                                                                                    pock

                                                                                                                    + + + + + +
                                                                                                                    + +
                                                                                                                    +
                                                                                                                    + + + + +
                                                                                                                    + + +
                                                                                                                    +

                                                                                                                    + UriMatcher + + +
                                                                                                                    + in package + +
                                                                                                                    + + + implements + RequestMatcherInterface + +

                                                                                                                    + + + +

                                                                                                                    Class UriMatcher

                                                                                                                    + + + +
                                                                                                                    + Tags + +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    + category +
                                                                                                                    +
                                                                                                                    + +

                                                                                                                    UriMatcher

                                                                                                                    +
                                                                                                                    + +
                                                                                                                    +
                                                                                                                    + + + + +

                                                                                                                    + Interfaces, Classes, Traits and Enums + +

                                                                                                                    + +
                                                                                                                    +
                                                                                                                    RequestMatcherInterface
                                                                                                                    +
                                                                                                                    Interface RequestMatcherInterface
                                                                                                                    + + + +
                                                                                                                    + + +

                                                                                                                    + Table of Contents + +

                                                                                                                    + +
                                                                                                                    +
                                                                                                                    + __construct() + +  : mixed +
                                                                                                                    +
                                                                                                                    UriMatcher constructor.
                                                                                                                    + +
                                                                                                                    + matches() + +  : bool +
                                                                                                                    +
                                                                                                                    Returns true if request is matched by this matcher.
                                                                                                                    + +
                                                                                                                    + + + + + + + +
                                                                                                                    +

                                                                                                                    + Methods + +

                                                                                                                    +
                                                                                                                    +

                                                                                                                    + __construct() + +

                                                                                                                    + + +

                                                                                                                    UriMatcher constructor.

                                                                                                                    + + + public + __construct(UriInterface|string $uri) : mixed + + +
                                                                                                                    Parameters
                                                                                                                    +
                                                                                                                    +
                                                                                                                    + $uri + : UriInterface|string +
                                                                                                                    +
                                                                                                                    + +
                                                                                                                    +
                                                                                                                    + + + +
                                                                                                                    Return values
                                                                                                                    + mixed + — + + +
                                                                                                                    +
                                                                                                                    +

                                                                                                                    + matches() + +

                                                                                                                    + + +

                                                                                                                    Returns true if request is matched by this matcher.

                                                                                                                    + + + public + matches(RequestInterface $request) : bool + + +
                                                                                                                    Parameters
                                                                                                                    +
                                                                                                                    +
                                                                                                                    + $request + : RequestInterface +
                                                                                                                    +
                                                                                                                    + +
                                                                                                                    +
                                                                                                                    + + +
                                                                                                                    + Tags + +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    + inheritDoc +
                                                                                                                    +
                                                                                                                    + + +
                                                                                                                    +
                                                                                                                    + +
                                                                                                                    Return values
                                                                                                                    + bool + — + + +
                                                                                                                    +
                                                                                                                    + + + + +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    +

                                                                                                                    Search results

                                                                                                                    + +
                                                                                                                    +
                                                                                                                    +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      + + +
                                                                                                                      + + + + + + + + diff --git a/classes/Pock-Matchers-XmlBodyMatcher.html b/classes/Pock-Matchers-XmlBodyMatcher.html new file mode 100644 index 0000000..06b94c3 --- /dev/null +++ b/classes/Pock-Matchers-XmlBodyMatcher.html @@ -0,0 +1,501 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                      +

                                                                                                                      pock

                                                                                                                      + + + + + +
                                                                                                                      + +
                                                                                                                      +
                                                                                                                      + + + + +
                                                                                                                      + + +
                                                                                                                      +

                                                                                                                      + XmlBodyMatcher + + + extends BodyMatcher + + +
                                                                                                                      + in package + +
                                                                                                                      + + + + Uses + SeekableStreamDataExtractor +

                                                                                                                      + + + +

                                                                                                                      Class XmlBodyMatcher

                                                                                                                      + + + +
                                                                                                                      + Tags + +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      + category +
                                                                                                                      +
                                                                                                                      + +

                                                                                                                      XmlBodyMatcher

                                                                                                                      +
                                                                                                                      + +
                                                                                                                      +
                                                                                                                      + + + + + + +

                                                                                                                      + Table of Contents + +

                                                                                                                      + +
                                                                                                                      +
                                                                                                                      + $forceTextComparison + +  : bool +
                                                                                                                      +
                                                                                                                      + +
                                                                                                                      + __construct() + +  : mixed +
                                                                                                                      +
                                                                                                                      XmlBodyMatcher constructor.
                                                                                                                      + +
                                                                                                                      + matches() + +  : bool +
                                                                                                                      +
                                                                                                                      Returns true if request is matched by this matcher.
                                                                                                                      + +
                                                                                                                      + + + + + + +
                                                                                                                      +

                                                                                                                      + Properties + +

                                                                                                                      +
                                                                                                                      +

                                                                                                                      + $forceTextComparison + + + +

                                                                                                                      + + + + + public + static bool + $forceTextComparison + = false + + + + + +
                                                                                                                      +
                                                                                                                      + +
                                                                                                                      +

                                                                                                                      + Methods + +

                                                                                                                      +
                                                                                                                      +

                                                                                                                      + __construct() + +

                                                                                                                      + + +

                                                                                                                      XmlBodyMatcher constructor.

                                                                                                                      + + + public + __construct(DOMDocument|StreamInterface|resource|string $referenceXml) : mixed + + +
                                                                                                                      Parameters
                                                                                                                      +
                                                                                                                      +
                                                                                                                      + $referenceXml + : DOMDocument|StreamInterface|resource|string +
                                                                                                                      +
                                                                                                                      + +
                                                                                                                      +
                                                                                                                      + + +
                                                                                                                      + Tags + +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      + throws +
                                                                                                                      +
                                                                                                                      + XmlException + + +
                                                                                                                      +
                                                                                                                      + +
                                                                                                                      Return values
                                                                                                                      + mixed + — + + +
                                                                                                                      +
                                                                                                                      +

                                                                                                                      + matches() + +

                                                                                                                      + + +

                                                                                                                      Returns true if request is matched by this matcher.

                                                                                                                      + + + public + matches(RequestInterface $request) : bool + + +
                                                                                                                      Parameters
                                                                                                                      +
                                                                                                                      +
                                                                                                                      + $request + : RequestInterface +
                                                                                                                      +
                                                                                                                      + +
                                                                                                                      +
                                                                                                                      + + +
                                                                                                                      + Tags + +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      + inheritDoc +
                                                                                                                      +
                                                                                                                      + + +
                                                                                                                      +
                                                                                                                      + +
                                                                                                                      Return values
                                                                                                                      + bool + — + + +
                                                                                                                      +
                                                                                                                      + + + + +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      +

                                                                                                                      Search results

                                                                                                                      + +
                                                                                                                      +
                                                                                                                      +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        + + +
                                                                                                                        + + + + + + + + diff --git a/classes/Pock-Mock.html b/classes/Pock-Mock.html new file mode 100644 index 0000000..e97a129 --- /dev/null +++ b/classes/Pock-Mock.html @@ -0,0 +1,761 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                        +

                                                                                                                        pock

                                                                                                                        + + + + + +
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        + + + + +
                                                                                                                        + + +
                                                                                                                        +

                                                                                                                        + Mock + + +
                                                                                                                        + in package + +
                                                                                                                        + + + implements + MockInterface + +

                                                                                                                        + + + +

                                                                                                                        Class Mock

                                                                                                                        + + + +
                                                                                                                        + Tags + +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        + category +
                                                                                                                        +
                                                                                                                        + +

                                                                                                                        Mock

                                                                                                                        +
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        + + + + +

                                                                                                                        + Interfaces, Classes, Traits and Enums + +

                                                                                                                        + +
                                                                                                                        +
                                                                                                                        MockInterface
                                                                                                                        +
                                                                                                                        Interface MockInterface
                                                                                                                        + + + +
                                                                                                                        + + +

                                                                                                                        + Table of Contents + +

                                                                                                                        + +
                                                                                                                        +
                                                                                                                        + __construct() + +  : mixed +
                                                                                                                        +
                                                                                                                        Mock constructor.
                                                                                                                        + +
                                                                                                                        + available() + +  : bool +
                                                                                                                        +
                                                                                                                        Returns true if mock is still can be used.
                                                                                                                        + +
                                                                                                                        + getReplyFactory() + +  : ReplyFactoryInterface|null +
                                                                                                                        +
                                                                                                                        Returns reply factory which should be used to form the mocked response.
                                                                                                                        + +
                                                                                                                        + getResponse() + +  : ResponseInterface|null +
                                                                                                                        +
                                                                                                                        Returns response which should be used as mock data.
                                                                                                                        + +
                                                                                                                        + getThrowable() + +  : Throwable|null +
                                                                                                                        +
                                                                                                                        Returns the throwable which will be thrown as mock data.
                                                                                                                        + +
                                                                                                                        + matches() + +  : bool +
                                                                                                                        +
                                                                                                                        Returns true if underlying matcher has matched provided request.
                                                                                                                        + +
                                                                                                                        + registerHit() + +  : MockInterface +
                                                                                                                        +
                                                                                                                        Registers a hit to the mock.
                                                                                                                        + +
                                                                                                                        + + + + + + + +
                                                                                                                        +

                                                                                                                        + Methods + +

                                                                                                                        +
                                                                                                                        +

                                                                                                                        + __construct() + +

                                                                                                                        + + +

                                                                                                                        Mock constructor.

                                                                                                                        + + + public + __construct(RequestMatcherInterface $matcher, ReplyFactoryInterface|null $replyFactory, ResponseInterface|null $response, Throwable|null $throwable, int $maxHits, int $matchAt) : mixed + + +
                                                                                                                        Parameters
                                                                                                                        +
                                                                                                                        +
                                                                                                                        + $matcher + : RequestMatcherInterface +
                                                                                                                        +
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        + $replyFactory + : ReplyFactoryInterface|null +
                                                                                                                        +
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        + $response + : ResponseInterface|null +
                                                                                                                        +
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        + $throwable + : Throwable|null +
                                                                                                                        +
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        + $maxHits + : int +
                                                                                                                        +
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        + $matchAt + : int +
                                                                                                                        +
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        + + + +
                                                                                                                        Return values
                                                                                                                        + mixed + — + + +
                                                                                                                        +
                                                                                                                        +

                                                                                                                        + available() + +

                                                                                                                        + + +

                                                                                                                        Returns true if mock is still can be used.

                                                                                                                        + + + public + available() : bool + + + + +
                                                                                                                        + Tags + +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        + inheritDoc +
                                                                                                                        +
                                                                                                                        + + +
                                                                                                                        +
                                                                                                                        + +
                                                                                                                        Return values
                                                                                                                        + bool + — + + +
                                                                                                                        +
                                                                                                                        +

                                                                                                                        + getReplyFactory() + +

                                                                                                                        + + +

                                                                                                                        Returns reply factory which should be used to form the mocked response.

                                                                                                                        + + + public + getReplyFactory() : ReplyFactoryInterface|null + + + + +
                                                                                                                        + Tags + +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        + inheritDoc +
                                                                                                                        +
                                                                                                                        + + +
                                                                                                                        +
                                                                                                                        + +
                                                                                                                        Return values
                                                                                                                        + ReplyFactoryInterface|null + — + + +
                                                                                                                        +
                                                                                                                        +

                                                                                                                        + getResponse() + +

                                                                                                                        + + +

                                                                                                                        Returns response which should be used as mock data.

                                                                                                                        + + + public + getResponse() : ResponseInterface|null + + + + +
                                                                                                                        + Tags + +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        + inheritDoc +
                                                                                                                        +
                                                                                                                        + + +
                                                                                                                        +
                                                                                                                        + +
                                                                                                                        Return values
                                                                                                                        + ResponseInterface|null + — + + +
                                                                                                                        +
                                                                                                                        +

                                                                                                                        + getThrowable() + +

                                                                                                                        + + +

                                                                                                                        Returns the throwable which will be thrown as mock data.

                                                                                                                        + + + public + getThrowable(RequestInterface $request) : Throwable|null + + +
                                                                                                                        Parameters
                                                                                                                        +
                                                                                                                        +
                                                                                                                        + $request + : RequestInterface +
                                                                                                                        +
                                                                                                                        +

                                                                                                                        This request may be set into exception if possible

                                                                                                                        +
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        + + +
                                                                                                                        + Tags + +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        + inheritDoc +
                                                                                                                        +
                                                                                                                        + + +
                                                                                                                        +
                                                                                                                        + +
                                                                                                                        Return values
                                                                                                                        + Throwable|null + — + + +
                                                                                                                        +
                                                                                                                        +

                                                                                                                        + matches() + +

                                                                                                                        + + +

                                                                                                                        Returns true if underlying matcher has matched provided request.

                                                                                                                        + + + public + matches(RequestInterface $request) : bool + + +
                                                                                                                        Parameters
                                                                                                                        +
                                                                                                                        +
                                                                                                                        + $request + : RequestInterface +
                                                                                                                        +
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        + + +
                                                                                                                        + Tags + +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        + inheritDoc +
                                                                                                                        +
                                                                                                                        + + +
                                                                                                                        +
                                                                                                                        + +
                                                                                                                        Return values
                                                                                                                        + bool + — + + +
                                                                                                                        +
                                                                                                                        +

                                                                                                                        + registerHit() + +

                                                                                                                        + + +

                                                                                                                        Registers a hit to the mock.

                                                                                                                        + + + public + registerHit() : MockInterface + + + + +
                                                                                                                        + Tags + +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        + inheritDoc +
                                                                                                                        +
                                                                                                                        + + +
                                                                                                                        +
                                                                                                                        + +
                                                                                                                        Return values
                                                                                                                        + MockInterface + — + + +
                                                                                                                        +
                                                                                                                        + + + + +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Search results

                                                                                                                        + +
                                                                                                                        +
                                                                                                                        +
                                                                                                                          +
                                                                                                                          +
                                                                                                                          +
                                                                                                                          +
                                                                                                                          +
                                                                                                                          + + +
                                                                                                                          + + + + + + + + diff --git a/classes/Pock-MockInterface.html b/classes/Pock-MockInterface.html new file mode 100644 index 0000000..f2cbdea --- /dev/null +++ b/classes/Pock-MockInterface.html @@ -0,0 +1,579 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                          +

                                                                                                                          pock

                                                                                                                          + + + + + +
                                                                                                                          + +
                                                                                                                          +
                                                                                                                          + + + + +
                                                                                                                          + + +
                                                                                                                          +

                                                                                                                          + MockInterface +
                                                                                                                          + in + +
                                                                                                                          +

                                                                                                                          + + + +

                                                                                                                          Interface MockInterface

                                                                                                                          + + + +
                                                                                                                          + Tags + +
                                                                                                                          +
                                                                                                                          +
                                                                                                                          + category +
                                                                                                                          +
                                                                                                                          + +

                                                                                                                          MockInterface

                                                                                                                          +
                                                                                                                          + +
                                                                                                                          +
                                                                                                                          + + + + + + +

                                                                                                                          + Table of Contents + +

                                                                                                                          + +
                                                                                                                          +
                                                                                                                          + available() + +  : bool +
                                                                                                                          +
                                                                                                                          Returns true if mock is still can be used.
                                                                                                                          + +
                                                                                                                          + getReplyFactory() + +  : ReplyFactoryInterface|null +
                                                                                                                          +
                                                                                                                          Returns reply factory which should be used to form the mocked response.
                                                                                                                          + +
                                                                                                                          + getResponse() + +  : ResponseInterface|null +
                                                                                                                          +
                                                                                                                          Returns response which should be used as mock data.
                                                                                                                          + +
                                                                                                                          + getThrowable() + +  : Throwable|null +
                                                                                                                          +
                                                                                                                          Returns the throwable which will be thrown as mock data.
                                                                                                                          + +
                                                                                                                          + matches() + +  : bool +
                                                                                                                          +
                                                                                                                          Returns true if underlying matcher has matched provided request.
                                                                                                                          + +
                                                                                                                          + registerHit() + +  : MockInterface +
                                                                                                                          +
                                                                                                                          Registers a hit to the mock.
                                                                                                                          + +
                                                                                                                          + + + + + +
                                                                                                                          +

                                                                                                                          + Methods + +

                                                                                                                          +
                                                                                                                          +

                                                                                                                          + available() + +

                                                                                                                          + + +

                                                                                                                          Returns true if mock is still can be used.

                                                                                                                          + + + public + available() : bool + + + + + +
                                                                                                                          Return values
                                                                                                                          + bool + — + + +
                                                                                                                          + +
                                                                                                                          +

                                                                                                                          + getResponse() + +

                                                                                                                          + + +

                                                                                                                          Returns response which should be used as mock data.

                                                                                                                          + + + public + getResponse() : ResponseInterface|null + + + + + +
                                                                                                                          Return values
                                                                                                                          + ResponseInterface|null + — + + +
                                                                                                                          +
                                                                                                                          +

                                                                                                                          + getThrowable() + +

                                                                                                                          + + +

                                                                                                                          Returns the throwable which will be thrown as mock data.

                                                                                                                          + + + public + getThrowable(RequestInterface $request) : Throwable|null + + +
                                                                                                                          Parameters
                                                                                                                          +
                                                                                                                          +
                                                                                                                          + $request + : RequestInterface +
                                                                                                                          +
                                                                                                                          +

                                                                                                                          This request may be set into exception if possible

                                                                                                                          +
                                                                                                                          + +
                                                                                                                          +
                                                                                                                          + + + +
                                                                                                                          Return values
                                                                                                                          + Throwable|null + — + + +
                                                                                                                          +
                                                                                                                          +

                                                                                                                          + matches() + +

                                                                                                                          + + +

                                                                                                                          Returns true if underlying matcher has matched provided request.

                                                                                                                          + + + public + matches(RequestInterface $request) : bool + +

                                                                                                                          It also returns false if matcher has matched request but hits condition is not met yet.

                                                                                                                          +
                                                                                                                          + +
                                                                                                                          Parameters
                                                                                                                          +
                                                                                                                          +
                                                                                                                          + $request + : RequestInterface +
                                                                                                                          +
                                                                                                                          + +
                                                                                                                          +
                                                                                                                          + + + +
                                                                                                                          Return values
                                                                                                                          + bool + — + + +
                                                                                                                          + +
                                                                                                                          + + + + +
                                                                                                                          +
                                                                                                                          +
                                                                                                                          +
                                                                                                                          +

                                                                                                                          Search results

                                                                                                                          + +
                                                                                                                          +
                                                                                                                          +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + + +
                                                                                                                            + + + + + + + + diff --git a/classes/Pock-PockBuilder.html b/classes/Pock-PockBuilder.html new file mode 100644 index 0000000..2829727 --- /dev/null +++ b/classes/Pock-PockBuilder.html @@ -0,0 +1,2904 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                            +

                                                                                                                            pock

                                                                                                                            + + + + + +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + + +
                                                                                                                            + + +
                                                                                                                            +

                                                                                                                            + PockBuilder + + +
                                                                                                                            + in package + +
                                                                                                                            + + + + Uses + JsonDecoderTrait, JsonSerializerAwareTrait, XmlSerializerAwareTrait +

                                                                                                                            + + + +

                                                                                                                            Class PockBuilder

                                                                                                                            + + + +
                                                                                                                            + Tags + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + category +
                                                                                                                            +
                                                                                                                            + +

                                                                                                                            PockBuilder

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + SuppressWarnings +
                                                                                                                            +
                                                                                                                            + +

                                                                                                                            (PHPMD.CouplingBetweenObjects)

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + SuppressWarnings +
                                                                                                                            +
                                                                                                                            + +

                                                                                                                            (PHPMD.TooManyPublicMethods)

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + SuppressWarnings +
                                                                                                                            +
                                                                                                                            + +

                                                                                                                            (PHPMD.TooManyMethods)

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + SuppressWarnings +
                                                                                                                            +
                                                                                                                            + +

                                                                                                                            (PHPMD.ExcessivePublicCount)

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + SuppressWarnings +
                                                                                                                            +
                                                                                                                            + +

                                                                                                                            (PHPMD.ExcessiveClassComplexity)

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + + + + +

                                                                                                                            + Table of Contents + +

                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + __construct() + +  : mixed +
                                                                                                                            +
                                                                                                                            PockBuilder constructor.
                                                                                                                            + +
                                                                                                                            + addMatcher() + +  : self +
                                                                                                                            +
                                                                                                                            Add custom matcher to the mock.
                                                                                                                            + +
                                                                                                                            + always() + +  : self +
                                                                                                                            +
                                                                                                                            Always execute this mock if matched. Mock with this call will not be expired ever.
                                                                                                                            + +
                                                                                                                            + at() + +  : self +
                                                                                                                            +
                                                                                                                            Match request only at Nth hit. Previous matches will not be executed.
                                                                                                                            + +
                                                                                                                            + getClient() + +  : Client +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            + jsonDecode() + +  : mixed +
                                                                                                                            +
                                                                                                                            json_decode which throws exception on error.
                                                                                                                            + +
                                                                                                                            + matchBody() + +  : self +
                                                                                                                            +
                                                                                                                            Match entire request body.
                                                                                                                            + +
                                                                                                                            + matchBodyRegExp() + +  : self +
                                                                                                                            +
                                                                                                                            Match entire request body using provided regular expression.
                                                                                                                            + +
                                                                                                                            + matchCallback() + +  : self +
                                                                                                                            +
                                                                                                                            Match request using provided callback. Callback should receive RequestInterface and return boolean.
                                                                                                                            + +
                                                                                                                            + matchExactFormData() + +  : self +
                                                                                                                            +
                                                                                                                            Match request with form-data. Additional fields aren't allowed.
                                                                                                                            + +
                                                                                                                            + matchExactHeader() + +  : self +
                                                                                                                            +
                                                                                                                            Matches request by the exact header pattern or values.
                                                                                                                            + +
                                                                                                                            + matchExactHeaders() + +  : self +
                                                                                                                            +
                                                                                                                            Matches request by headers values or several values.
                                                                                                                            + +
                                                                                                                            + matchExactQuery() + +  : self +
                                                                                                                            +
                                                                                                                            Match request by its query. Additional query parameters aren't allowed.
                                                                                                                            + +
                                                                                                                            + matchFormData() + +  : self +
                                                                                                                            +
                                                                                                                            Match request with form-data.
                                                                                                                            + +
                                                                                                                            + matchHeader() + +  : self +
                                                                                                                            +
                                                                                                                            Matches request by header value or several values. Header can have other values which are not specified here.
                                                                                                                            + +
                                                                                                                            + matchHeaderLine() + +  : self +
                                                                                                                            +
                                                                                                                            Matches request by the unparsed header line.
                                                                                                                            + +
                                                                                                                            + matchHeaderLineRegexp() + +  : self +
                                                                                                                            +
                                                                                                                            Matches request by the unparsed header line using provided regular expression.
                                                                                                                            + +
                                                                                                                            + matchHeaders() + +  : self +
                                                                                                                            +
                                                                                                                            Matches request by headers values or several values. Headers can have other values which are not specified here.
                                                                                                                            + +
                                                                                                                            + matchHost() + +  : self +
                                                                                                                            +
                                                                                                                            Matches request by hostname.
                                                                                                                            + +
                                                                                                                            + matchJsonBody() + +  : self +
                                                                                                                            +
                                                                                                                            Match JSON request body.
                                                                                                                            + +
                                                                                                                            + matchMethod() + +  : self +
                                                                                                                            +
                                                                                                                            Match request by its method.
                                                                                                                            + +
                                                                                                                            + matchMultipartFormData() + +  : self +
                                                                                                                            +
                                                                                                                            Match request multipart form data. Will not match the request if body is not multipart.
                                                                                                                            + +
                                                                                                                            + matchOrigin() + +  : self +
                                                                                                                            +
                                                                                                                            Matches request by origin.
                                                                                                                            + +
                                                                                                                            + matchPath() + +  : self +
                                                                                                                            +
                                                                                                                            Match request by its path. Path with and without slash at the start will be treated as the same path.
                                                                                                                            + +
                                                                                                                            + matchPathRegExp() + +  : self +
                                                                                                                            +
                                                                                                                            Match request by its path using regular expression. This matcher doesn't care about prefix slash +since it's pretty easy to do it using regular expression.
                                                                                                                            + +
                                                                                                                            + matchPort() + +  : self +
                                                                                                                            +
                                                                                                                            Matches request by the port.
                                                                                                                            + +
                                                                                                                            + matchQuery() + +  : self +
                                                                                                                            +
                                                                                                                            Match request by its query. Request can contain other query variables.
                                                                                                                            + +
                                                                                                                            + matchQueryRegExp() + +  : self +
                                                                                                                            +
                                                                                                                            Match request by its query using regular expression.
                                                                                                                            + +
                                                                                                                            + matchScheme() + +  : self +
                                                                                                                            +
                                                                                                                            Match request by its scheme.
                                                                                                                            + +
                                                                                                                            + matchSerializedJsonBody() + +  : self +
                                                                                                                            +
                                                                                                                            Match JSON request body against JSON string or array with data.
                                                                                                                            + +
                                                                                                                            + matchSerializedXmlBody() + +  : self +
                                                                                                                            +
                                                                                                                            Match XML request body.
                                                                                                                            + +
                                                                                                                            + matchUri() + +  : self +
                                                                                                                            +
                                                                                                                            Matches request by the whole URI.
                                                                                                                            + +
                                                                                                                            + matchUriRegExp() + +  : self +
                                                                                                                            +
                                                                                                                            Matches request by the whole URI using regular expression.
                                                                                                                            + +
                                                                                                                            + matchXmlBody() + +  : self +
                                                                                                                            +
                                                                                                                            Match XML request body using raw XML data.
                                                                                                                            + +
                                                                                                                            + repeat() + +  : self +
                                                                                                                            +
                                                                                                                            Repeat this mock provided amount of times.
                                                                                                                            + +
                                                                                                                            + reply() + +  : PockResponseBuilder +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            + replyWithCallback() + +  : void +
                                                                                                                            +
                                                                                                                            Construct the response during request execution using provided callback.
                                                                                                                            + +
                                                                                                                            + replyWithClient() + +  : void +
                                                                                                                            +
                                                                                                                            Reply to the request using provided client. Can be used to send real network request.
                                                                                                                            + +
                                                                                                                            + replyWithFactory() + +  : void +
                                                                                                                            +
                                                                                                                            Construct the response during request execution using provided ReplytFactoryInterface implementation.
                                                                                                                            + +
                                                                                                                            + reset() + +  : self +
                                                                                                                            +
                                                                                                                            Resets the builder.
                                                                                                                            + +
                                                                                                                            + setFallbackClient() + +  : self +
                                                                                                                            +
                                                                                                                            Sets fallback Client. It will be used if no request can be matched.
                                                                                                                            + +
                                                                                                                            + throwClientException() + +  : self +
                                                                                                                            +
                                                                                                                            Throw an ClientExceptionInterface instance with specified message
                                                                                                                            + +
                                                                                                                            + throwException() + +  : self +
                                                                                                                            +
                                                                                                                            Throw an exception when request is being sent.
                                                                                                                            + +
                                                                                                                            + throwNetworkException() + +  : self +
                                                                                                                            +
                                                                                                                            Throw an NetworkExceptionInterface instance with specified message
                                                                                                                            + +
                                                                                                                            + throwRequestException() + +  : self +
                                                                                                                            +
                                                                                                                            Throw an RequestExceptionInterface instance with specified message
                                                                                                                            + +
                                                                                                                            + + + + + + + +
                                                                                                                            +

                                                                                                                            + Methods + +

                                                                                                                            +
                                                                                                                            +

                                                                                                                            + __construct() + +

                                                                                                                            + + +

                                                                                                                            PockBuilder constructor.

                                                                                                                            + + + public + __construct() : mixed + + + + + +
                                                                                                                            Return values
                                                                                                                            + mixed + — + + +
                                                                                                                            + +
                                                                                                                            +

                                                                                                                            + always() + +

                                                                                                                            + + +

                                                                                                                            Always execute this mock if matched. Mock with this call will not be expired ever.

                                                                                                                            + + + public + always() : self + + + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + at() + +

                                                                                                                            + + +

                                                                                                                            Match request only at Nth hit. Previous matches will not be executed.

                                                                                                                            + + + public + at(int $hit) : self + +

                                                                                                                            Note: There IS a catch if you use this with the equal mocks. The test Client will not register hit +for the second mock and the second mock will be executed at N+1 time.

                                                                                                                            +

                                                                                                                            For example, if you try to send 5 requests with this mocks and log response codes:

                                                                                                                            +
                                                                                                                            $builder = new PockBuilder();
                                                                                                                            +
                                                                                                                            +$builder->matchHost('example.com')->at(2)->reply(200);
                                                                                                                            +$builder->matchHost('example.com')->at(4)->reply(201);
                                                                                                                            +$builder->always()->reply(400);
                                                                                                                            +
                                                                                                                            +

                                                                                                                            You will get this: 400, 400, 200, 400, 400, 201 +Instead of this: 400, 400, 200, 400, 201, 400

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $hit + : int +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + getClient() + +

                                                                                                                            + + + + + public + getClient() : Client + + + + + +
                                                                                                                            Return values
                                                                                                                            + Client + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + jsonDecode() + +

                                                                                                                            + + +

                                                                                                                            json_decode which throws exception on error.

                                                                                                                            + + + public + static jsonDecode(string $json[, bool $associative = false ][, int $depth = 512 ], int $flags) : mixed + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $json + : string +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + $associative + : bool + = false
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + $depth + : int + = 512
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + $flags + : int +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + +
                                                                                                                            + Tags + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + throws +
                                                                                                                            +
                                                                                                                            + JsonException + + +
                                                                                                                            +
                                                                                                                            + SuppressWarnings +
                                                                                                                            +
                                                                                                                            + +

                                                                                                                            (PHPMD.BooleanArgumentFlag)

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Return values
                                                                                                                            + mixed + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchBody() + +

                                                                                                                            + + +

                                                                                                                            Match entire request body.

                                                                                                                            + + + public + matchBody(StreamInterface|resource|string $data) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $data + : StreamInterface|resource|string +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchBodyRegExp() + +

                                                                                                                            + + +

                                                                                                                            Match entire request body using provided regular expression.

                                                                                                                            + + + public + matchBodyRegExp(string $expression, int $flags) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $expression + : string +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + $flags + : int +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchCallback() + +

                                                                                                                            + + +

                                                                                                                            Match request using provided callback. Callback should receive RequestInterface and return boolean.

                                                                                                                            + + + public + matchCallback(callable $callback) : self + +

                                                                                                                            If returned value is true then request is matched.

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $callback + : callable +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            Callable that accepts PSR-7 RequestInterface as it's first argument.

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchExactFormData() + +

                                                                                                                            + + +

                                                                                                                            Match request with form-data. Additional fields aren't allowed.

                                                                                                                            + + + public + matchExactFormData(array<string, mixed> $formFields) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $formFields + : array<string, mixed> +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchExactHeader() + +

                                                                                                                            + + +

                                                                                                                            Matches request by the exact header pattern or values.

                                                                                                                            + + + public + matchExactHeader(string $header, string|array<string|int, string> $value) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $header + : string +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + $value + : string|array<string|int, string> +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchExactHeaders() + +

                                                                                                                            + + +

                                                                                                                            Matches request by headers values or several values.

                                                                                                                            + + + public + matchExactHeaders(array<string, string|string[]> $headers) : self + +

                                                                                                                            Note: only host header will be dropped. Any other headers will not be excluded and can result in the problems +with the exact matching.

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $headers + : array<string, string|string[]> +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchExactQuery() + +

                                                                                                                            + + +

                                                                                                                            Match request by its query. Additional query parameters aren't allowed.

                                                                                                                            + + + public + matchExactQuery(array<string, mixed> $query) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $query + : array<string, mixed> +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchFormData() + +

                                                                                                                            + + +

                                                                                                                            Match request with form-data.

                                                                                                                            + + + public + matchFormData(array<string, mixed> $formFields) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $formFields + : array<string, mixed> +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchHeader() + +

                                                                                                                            + + +

                                                                                                                            Matches request by header value or several values. Header can have other values which are not specified here.

                                                                                                                            + + + public + matchHeader(string $header, string|array<string|int, string> $value) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $header + : string +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + $value + : string|array<string|int, string> +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + +
                                                                                                                            + Tags + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + see +
                                                                                                                            +
                                                                                                                            + PockBuilder::matchExactHeader() + +

                                                                                                                            if you want to match exact header values.

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchHeaderLine() + +

                                                                                                                            + + +

                                                                                                                            Matches request by the unparsed header line.

                                                                                                                            + + + public + matchHeaderLine(string $header, string $value) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $header + : string +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + $value + : string +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchHeaderLineRegexp() + +

                                                                                                                            + + +

                                                                                                                            Matches request by the unparsed header line using provided regular expression.

                                                                                                                            + + + public + matchHeaderLineRegexp(string $header, string $pattern) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $header + : string +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + $pattern + : string +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchHeaders() + +

                                                                                                                            + + +

                                                                                                                            Matches request by headers values or several values. Headers can have other values which are not specified here.

                                                                                                                            + + + public + matchHeaders(array<string, string|string[]> $headers) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $headers + : array<string, string|string[]> +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + +
                                                                                                                            + Tags + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + see +
                                                                                                                            +
                                                                                                                            + PockBuilder::matchExactHeaders() + +

                                                                                                                            if you want to match exact headers collection.

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchHost() + +

                                                                                                                            + + +

                                                                                                                            Matches request by hostname.

                                                                                                                            + + + public + matchHost(string $host) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $host + : string +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchJsonBody() + +

                                                                                                                            + + +

                                                                                                                            Match JSON request body.

                                                                                                                            + + + public + matchJsonBody(mixed $data) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $data + : mixed +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + +
                                                                                                                            + Tags + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + throws +
                                                                                                                            +
                                                                                                                            + JsonException + + +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchMethod() + +

                                                                                                                            + + +

                                                                                                                            Match request by its method.

                                                                                                                            + + + public + matchMethod(string $method) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $method + : string +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchMultipartFormData() + +

                                                                                                                            + + +

                                                                                                                            Match request multipart form data. Will not match the request if body is not multipart.

                                                                                                                            + + + public + matchMultipartFormData(callable $callback) : self + +

                                                                                                                            Uses third-party library to parse the data.

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $callback + : callable +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            Accepts Riverline\MultiPartParser\StreamedPart as an argument, returns true if matched.

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + +
                                                                                                                            + Tags + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + see +
                                                                                                                            +
                                                                                                                            + https://github.com/Riverline/multipart-parser#usage + + +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchOrigin() + +

                                                                                                                            + + +

                                                                                                                            Matches request by origin.

                                                                                                                            + + + public + matchOrigin(string $origin) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $origin + : string +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + +
                                                                                                                            + Tags + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + throws +
                                                                                                                            +
                                                                                                                            + RuntimeException + + +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchPath() + +

                                                                                                                            + + +

                                                                                                                            Match request by its path. Path with and without slash at the start will be treated as the same path.

                                                                                                                            + + + public + matchPath(string $path) : self + +

                                                                                                                            It's not the same for the path with slash at the end of it.

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $path + : string +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchPathRegExp() + +

                                                                                                                            + + +

                                                                                                                            Match request by its path using regular expression. This matcher doesn't care about prefix slash +since it's pretty easy to do it using regular expression.

                                                                                                                            + + + public + matchPathRegExp(string $expression, int $flags) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $expression + : string +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + $flags + : int +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchPort() + +

                                                                                                                            + + +

                                                                                                                            Matches request by the port.

                                                                                                                            + + + public + matchPort(int $port) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $port + : int +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchQuery() + +

                                                                                                                            + + +

                                                                                                                            Match request by its query. Request can contain other query variables.

                                                                                                                            + + + public + matchQuery(array<string, mixed> $query) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $query + : array<string, mixed> +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + +
                                                                                                                            + Tags + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + see +
                                                                                                                            +
                                                                                                                            + PockBuilder::matchExactQuery() + +

                                                                                                                            if you want to match an entire query string.

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchQueryRegExp() + +

                                                                                                                            + + +

                                                                                                                            Match request by its query using regular expression.

                                                                                                                            + + + public + matchQueryRegExp(string $expression, int $flags) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $expression + : string +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + $flags + : int +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchScheme() + +

                                                                                                                            + + +

                                                                                                                            Match request by its scheme.

                                                                                                                            + + + public + matchScheme(string $scheme) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $scheme + : string +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchSerializedJsonBody() + +

                                                                                                                            + + +

                                                                                                                            Match JSON request body against JSON string or array with data.

                                                                                                                            + + + public + matchSerializedJsonBody(array<int|string, mixed>|string $data) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $data + : array<int|string, mixed>|string +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + +
                                                                                                                            + Tags + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + throws +
                                                                                                                            +
                                                                                                                            + JsonException + + +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchSerializedXmlBody() + +

                                                                                                                            + + +

                                                                                                                            Match XML request body.

                                                                                                                            + + + public + matchSerializedXmlBody(string|array<string|int, mixed>|object $data) : self + +

                                                                                                                            This method will try to use available XML serializer before matching.

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $data + : string|array<string|int, mixed>|object +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + +
                                                                                                                            + Tags + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + phpstan-ignore-next-line +
                                                                                                                            +
                                                                                                                            + + +
                                                                                                                            +
                                                                                                                            + throws +
                                                                                                                            +
                                                                                                                            + XmlException + + +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchUri() + +

                                                                                                                            + + +

                                                                                                                            Matches request by the whole URI.

                                                                                                                            + + + public + matchUri(UriInterface|string $uri) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $uri + : UriInterface|string +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchUriRegExp() + +

                                                                                                                            + + +

                                                                                                                            Matches request by the whole URI using regular expression.

                                                                                                                            + + + public + matchUriRegExp(string $expression, int $flags) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $expression + : string +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + $flags + : int +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + matchXmlBody() + +

                                                                                                                            + + +

                                                                                                                            Match XML request body using raw XML data.

                                                                                                                            + + + public + matchXmlBody(DOMDocument|StreamInterface|resource|string $data) : self + +

                                                                                                                            Note: this method will fallback to the string comparison if ext-xsl is not available. +It also doesn't serializer values with available XML serializer. +Use PockBuilder::matchSerializedXmlBody if you want to execute available serializer.

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $data + : DOMDocument|StreamInterface|resource|string +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + +
                                                                                                                            + Tags + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + throws +
                                                                                                                            +
                                                                                                                            + XmlException + + +
                                                                                                                            +
                                                                                                                            + see +
                                                                                                                            +
                                                                                                                            + PockBuilder::matchSerializedXmlBody() + + +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + repeat() + +

                                                                                                                            + + +

                                                                                                                            Repeat this mock provided amount of times.

                                                                                                                            + + + public + repeat(int $hits) : self + +

                                                                                                                            For example, if you pass 2 as an argument mock will be able to handle two identical requests.

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $hits + : int +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            + +
                                                                                                                            +

                                                                                                                            + replyWithCallback() + +

                                                                                                                            + + +

                                                                                                                            Construct the response during request execution using provided callback.

                                                                                                                            + + + public + replyWithCallback(callable $callback) : void + +

                                                                                                                            Callback should receive the same parameters as in the ReplyFactoryInterface::createReply method.

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $callback + : callable +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + +
                                                                                                                            + Tags + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + see +
                                                                                                                            +
                                                                                                                            + ReplyFactoryInterface::createReply() + + +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Return values
                                                                                                                            + void + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + replyWithClient() + +

                                                                                                                            + + +

                                                                                                                            Reply to the request using provided client. Can be used to send real network request.

                                                                                                                            + + + public + replyWithClient(ClientInterface $client) : void + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $client + : ClientInterface +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + +
                                                                                                                            + Tags + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + SuppressWarnings +
                                                                                                                            +
                                                                                                                            + +

                                                                                                                            (unused)

                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Return values
                                                                                                                            + void + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + replyWithFactory() + +

                                                                                                                            + + +

                                                                                                                            Construct the response during request execution using provided ReplytFactoryInterface implementation.

                                                                                                                            + + + public + replyWithFactory(ReplyFactoryInterface $factory) : void + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $factory + : ReplyFactoryInterface +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + +
                                                                                                                            + Tags + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + see +
                                                                                                                            +
                                                                                                                            + ReplyFactoryInterface + + +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            Return values
                                                                                                                            + void + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + reset() + +

                                                                                                                            + + +

                                                                                                                            Resets the builder.

                                                                                                                            + + + public + reset() : self + + + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + setFallbackClient() + +

                                                                                                                            + + +

                                                                                                                            Sets fallback Client. It will be used if no request can be matched.

                                                                                                                            + + + public + setFallbackClient([ClientInterface|null $fallbackClient = null ]) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $fallbackClient + : ClientInterface|null + = null
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + throwClientException() + +

                                                                                                                            + + +

                                                                                                                            Throw an ClientExceptionInterface instance with specified message

                                                                                                                            + + + public + throwClientException([string $message = 'Pock ClientException' ]) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $message + : string + = 'Pock ClientException'
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + throwException() + +

                                                                                                                            + + +

                                                                                                                            Throw an exception when request is being sent.

                                                                                                                            + + + public + throwException(Throwable $throwable) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $throwable + : Throwable +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + throwNetworkException() + +

                                                                                                                            + + +

                                                                                                                            Throw an NetworkExceptionInterface instance with specified message

                                                                                                                            + + + public + throwNetworkException([string $message = 'Pock NetworkException' ]) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $message + : string + = 'Pock NetworkException'
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            + throwRequestException() + +

                                                                                                                            + + +

                                                                                                                            Throw an RequestExceptionInterface instance with specified message

                                                                                                                            + + + public + throwRequestException([string $message = 'Pock RequestException' ]) : self + + +
                                                                                                                            Parameters
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + $message + : string + = 'Pock RequestException'
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + + +
                                                                                                                            Return values
                                                                                                                            + self + — + + +
                                                                                                                            +
                                                                                                                            + + + + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            Search results

                                                                                                                            + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                              +
                                                                                                                              +
                                                                                                                              +
                                                                                                                              +
                                                                                                                              +
                                                                                                                              + + +
                                                                                                                              + + + + + + + + diff --git a/classes/Pock-PockResponseBuilder.html b/classes/Pock-PockResponseBuilder.html new file mode 100644 index 0000000..0ccd4e8 --- /dev/null +++ b/classes/Pock-PockResponseBuilder.html @@ -0,0 +1,961 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                              +

                                                                                                                              pock

                                                                                                                              + + + + + +
                                                                                                                              + +
                                                                                                                              +
                                                                                                                              + + + + +
                                                                                                                              + + +
                                                                                                                              +

                                                                                                                              + PockResponseBuilder + + +
                                                                                                                              + in package + +
                                                                                                                              + + + + Uses + JsonSerializerAwareTrait, XmlSerializerAwareTrait +

                                                                                                                              + + + +

                                                                                                                              Class PockResponseBuilder

                                                                                                                              + + + +
                                                                                                                              + Tags + +
                                                                                                                              +
                                                                                                                              +
                                                                                                                              + category +
                                                                                                                              +
                                                                                                                              + +

                                                                                                                              PockResponseBuilder

                                                                                                                              +
                                                                                                                              + +
                                                                                                                              +
                                                                                                                              + + + + + + +

                                                                                                                              + Table of Contents + +

                                                                                                                              + +
                                                                                                                              +
                                                                                                                              + __construct() + +  : mixed +
                                                                                                                              +
                                                                                                                              PockResponseBuilder constructor.
                                                                                                                              + +
                                                                                                                              + getResponse() + +  : ResponseInterface +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              + withAddedHeader() + +  : self +
                                                                                                                              +
                                                                                                                              Respond with specified header pattern appended to existing header.
                                                                                                                              + +
                                                                                                                              + withAddedHeaders() + +  : self +
                                                                                                                              +
                                                                                                                              Respond with specified headers. Works exactly like calling PockResponseBuilder::withAddedHeader() would work.
                                                                                                                              + +
                                                                                                                              + withBody() + +  : self +
                                                                                                                              +
                                                                                                                              Reply with specified body. It can be: + - PSR-7 StreamInterface - it will be used without any changes.
                                                                                                                              + +
                                                                                                                              + withFile() + +  : self +
                                                                                                                              +
                                                                                                                              Reply with data from specified file.
                                                                                                                              + +
                                                                                                                              + withHeader() + +  : self +
                                                                                                                              +
                                                                                                                              Respond with specified header pattern.
                                                                                                                              + +
                                                                                                                              + withHeaders() + +  : self +
                                                                                                                              +
                                                                                                                              Respond with specified headers. Works exactly like calling PockResponseBuilder::withHeader() would work.
                                                                                                                              + +
                                                                                                                              + withJson() + +  : self +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              + withStatusCode() + +  : self +
                                                                                                                              +
                                                                                                                              Reply with specified status code.
                                                                                                                              + +
                                                                                                                              + withXml() + +  : self +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              + + + + + + + +
                                                                                                                              +

                                                                                                                              + Methods + +

                                                                                                                              +
                                                                                                                              +

                                                                                                                              + __construct() + +

                                                                                                                              + + +

                                                                                                                              PockResponseBuilder constructor.

                                                                                                                              + + + public + __construct([int $statusCode = 200 ]) : mixed + + +
                                                                                                                              Parameters
                                                                                                                              +
                                                                                                                              +
                                                                                                                              + $statusCode + : int + = 200
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              +
                                                                                                                              + + + +
                                                                                                                              Return values
                                                                                                                              + mixed + — + + +
                                                                                                                              +
                                                                                                                              +

                                                                                                                              + getResponse() + +

                                                                                                                              + + + + + public + getResponse() : ResponseInterface + + + + + +
                                                                                                                              Return values
                                                                                                                              + ResponseInterface + — + + +
                                                                                                                              +
                                                                                                                              +

                                                                                                                              + withAddedHeader() + +

                                                                                                                              + + +

                                                                                                                              Respond with specified header pattern appended to existing header.

                                                                                                                              + + + public + withAddedHeader(string $name, string|array<string|int, string> $value) : self + + +
                                                                                                                              Parameters
                                                                                                                              +
                                                                                                                              +
                                                                                                                              + $name + : string +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              +
                                                                                                                              + $value + : string|array<string|int, string> +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              +
                                                                                                                              + + +
                                                                                                                              + Tags + +
                                                                                                                              +
                                                                                                                              +
                                                                                                                              + see +
                                                                                                                              +
                                                                                                                              + MessageInterface::withAddedHeader() + + +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              Return values
                                                                                                                              + self + — + + +
                                                                                                                              +
                                                                                                                              +

                                                                                                                              + withAddedHeaders() + +

                                                                                                                              + + +

                                                                                                                              Respond with specified headers. Works exactly like calling PockResponseBuilder::withAddedHeader() would work.

                                                                                                                              + + + public + withAddedHeaders(array<string, string|string[]> $headers) : self + + +
                                                                                                                              Parameters
                                                                                                                              +
                                                                                                                              +
                                                                                                                              + $headers + : array<string, string|string[]> +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              +
                                                                                                                              + + + +
                                                                                                                              Return values
                                                                                                                              + self + — + + +
                                                                                                                              +
                                                                                                                              +

                                                                                                                              + withBody() + +

                                                                                                                              + + +

                                                                                                                              Reply with specified body. It can be: + - PSR-7 StreamInterface - it will be used without any changes.

                                                                                                                              + + + public + withBody(StreamInterface|resource|string $stream) : self + +
                                                                                                                                +
                                                                                                                              • string - it will be used as contents contents.
                                                                                                                              • +
                                                                                                                              • resource - it's data will be used as contents contents.
                                                                                                                              • +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              Parameters
                                                                                                                              +
                                                                                                                              +
                                                                                                                              + $stream + : StreamInterface|resource|string +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              +
                                                                                                                              + + + +
                                                                                                                              Return values
                                                                                                                              + self + — + + +
                                                                                                                              +
                                                                                                                              +

                                                                                                                              + withFile() + +

                                                                                                                              + + +

                                                                                                                              Reply with data from specified file.

                                                                                                                              + + + public + withFile(string $path[, string $mode = 'r' ]) : self + +

                                                                                                                              For available modes @see \fopen()

                                                                                                                              +
                                                                                                                              + +
                                                                                                                              Parameters
                                                                                                                              +
                                                                                                                              +
                                                                                                                              + $path + : string +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              +
                                                                                                                              + $mode + : string + = 'r'
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              +
                                                                                                                              + + +
                                                                                                                              + Tags + +
                                                                                                                              +
                                                                                                                              +
                                                                                                                              + throws +
                                                                                                                              +
                                                                                                                              + InvalidArgumentException|RuntimeException + + +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              Return values
                                                                                                                              + self + — + + +
                                                                                                                              +
                                                                                                                              +

                                                                                                                              + withHeader() + +

                                                                                                                              + + +

                                                                                                                              Respond with specified header pattern.

                                                                                                                              + + + public + withHeader(string $name, string|array<string|int, string> $value) : self + + +
                                                                                                                              Parameters
                                                                                                                              +
                                                                                                                              +
                                                                                                                              + $name + : string +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              +
                                                                                                                              + $value + : string|array<string|int, string> +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              +
                                                                                                                              + + +
                                                                                                                              + Tags + +
                                                                                                                              +
                                                                                                                              +
                                                                                                                              + see +
                                                                                                                              +
                                                                                                                              + MessageInterface::withHeader() + + +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              Return values
                                                                                                                              + self + — + + +
                                                                                                                              +
                                                                                                                              +

                                                                                                                              + withHeaders() + +

                                                                                                                              + + +

                                                                                                                              Respond with specified headers. Works exactly like calling PockResponseBuilder::withHeader() would work.

                                                                                                                              + + + public + withHeaders(array<string, string|string[]> $headers) : self + + +
                                                                                                                              Parameters
                                                                                                                              +
                                                                                                                              +
                                                                                                                              + $headers + : array<string, string|string[]> +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              +
                                                                                                                              + + + +
                                                                                                                              Return values
                                                                                                                              + self + — + + +
                                                                                                                              +
                                                                                                                              +

                                                                                                                              + withJson() + +

                                                                                                                              + + + + + public + withJson(mixed $data) : self + + +
                                                                                                                              Parameters
                                                                                                                              +
                                                                                                                              +
                                                                                                                              + $data + : mixed +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              +
                                                                                                                              + + +
                                                                                                                              + Tags + +
                                                                                                                              +
                                                                                                                              +
                                                                                                                              + throws +
                                                                                                                              +
                                                                                                                              + JsonException + + +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              Return values
                                                                                                                              + self + — + + +
                                                                                                                              +
                                                                                                                              +

                                                                                                                              + withStatusCode() + +

                                                                                                                              + + +

                                                                                                                              Reply with specified status code.

                                                                                                                              + + + public + withStatusCode([int $statusCode = 200 ]) : self + + +
                                                                                                                              Parameters
                                                                                                                              +
                                                                                                                              +
                                                                                                                              + $statusCode + : int + = 200
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              +
                                                                                                                              + + + +
                                                                                                                              Return values
                                                                                                                              + self + — + + +
                                                                                                                              +
                                                                                                                              +

                                                                                                                              + withXml() + +

                                                                                                                              + + + + + public + withXml(mixed $data) : self + + +
                                                                                                                              Parameters
                                                                                                                              +
                                                                                                                              +
                                                                                                                              + $data + : mixed +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              +
                                                                                                                              + + +
                                                                                                                              + Tags + +
                                                                                                                              +
                                                                                                                              +
                                                                                                                              + throws +
                                                                                                                              +
                                                                                                                              + XmlException + + +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              Return values
                                                                                                                              + self + — + + +
                                                                                                                              +
                                                                                                                              + + + + +
                                                                                                                              +
                                                                                                                              +
                                                                                                                              +
                                                                                                                              +

                                                                                                                              Search results

                                                                                                                              + +
                                                                                                                              +
                                                                                                                              +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                + + +
                                                                                                                                + + + + + + + + diff --git a/classes/Pock-Promise-HttpRejectedPromise.html b/classes/Pock-Promise-HttpRejectedPromise.html new file mode 100644 index 0000000..b3cbec3 --- /dev/null +++ b/classes/Pock-Promise-HttpRejectedPromise.html @@ -0,0 +1,591 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                +

                                                                                                                                pock

                                                                                                                                + + + + + +
                                                                                                                                + +
                                                                                                                                +
                                                                                                                                + + + + +
                                                                                                                                + + +
                                                                                                                                +

                                                                                                                                + HttpRejectedPromise + + +
                                                                                                                                + in package + +
                                                                                                                                + + + implements + Promise + +

                                                                                                                                + + + +

                                                                                                                                Class HttpRejectedPromise

                                                                                                                                + + + +
                                                                                                                                + Tags + +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                + category +
                                                                                                                                +
                                                                                                                                + +

                                                                                                                                HttpRejectedPromise

                                                                                                                                +
                                                                                                                                + +
                                                                                                                                +
                                                                                                                                + + + + +

                                                                                                                                + Interfaces, Classes, Traits and Enums + +

                                                                                                                                + +
                                                                                                                                +
                                                                                                                                Promise
                                                                                                                                +
                                                                                                                                + + + +
                                                                                                                                + + +

                                                                                                                                + Table of Contents + +

                                                                                                                                + +
                                                                                                                                +
                                                                                                                                + __construct() + +  : mixed +
                                                                                                                                +
                                                                                                                                HttpRejectedPromise constructor.
                                                                                                                                + +
                                                                                                                                + getState() + +  : string +
                                                                                                                                +
                                                                                                                                + +
                                                                                                                                + then() + +  : mixed +
                                                                                                                                +
                                                                                                                                + +
                                                                                                                                + wait() + +  : void +
                                                                                                                                +
                                                                                                                                + +
                                                                                                                                + + + + + + + +
                                                                                                                                +

                                                                                                                                + Methods + +

                                                                                                                                +
                                                                                                                                +

                                                                                                                                + __construct() + +

                                                                                                                                + + +

                                                                                                                                HttpRejectedPromise constructor.

                                                                                                                                + + + public + __construct(Throwable $throwable) : mixed + + +
                                                                                                                                Parameters
                                                                                                                                +
                                                                                                                                +
                                                                                                                                + $throwable + : Throwable +
                                                                                                                                +
                                                                                                                                + +
                                                                                                                                +
                                                                                                                                + + + +
                                                                                                                                Return values
                                                                                                                                + mixed + — + + +
                                                                                                                                +
                                                                                                                                +

                                                                                                                                + getState() + +

                                                                                                                                + + + + + public + getState() : string + + + + +
                                                                                                                                + Tags + +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                + inheritDoc +
                                                                                                                                +
                                                                                                                                + + +
                                                                                                                                +
                                                                                                                                + +
                                                                                                                                Return values
                                                                                                                                + string + — + + +
                                                                                                                                +
                                                                                                                                +

                                                                                                                                + then() + +

                                                                                                                                + + + + + public + then([callable $onFulfilled = null ][, callable $onRejected = null ]) : mixed + + +
                                                                                                                                Parameters
                                                                                                                                +
                                                                                                                                +
                                                                                                                                + $onFulfilled + : callable + = null
                                                                                                                                +
                                                                                                                                +
                                                                                                                                + +
                                                                                                                                +
                                                                                                                                + $onRejected + : callable + = null
                                                                                                                                +
                                                                                                                                +
                                                                                                                                + +
                                                                                                                                +
                                                                                                                                + + +
                                                                                                                                + Tags + +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                + inheritDoc +
                                                                                                                                +
                                                                                                                                + + +
                                                                                                                                +
                                                                                                                                + +
                                                                                                                                Return values
                                                                                                                                + mixed + — + + +
                                                                                                                                +
                                                                                                                                +

                                                                                                                                + wait() + +

                                                                                                                                + + + + + public + wait([mixed $unwrap = true ]) : void + + +
                                                                                                                                Parameters
                                                                                                                                +
                                                                                                                                +
                                                                                                                                + $unwrap + : mixed + = true
                                                                                                                                +
                                                                                                                                +
                                                                                                                                + +
                                                                                                                                +
                                                                                                                                + + +
                                                                                                                                + Tags + +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                + inheritDoc +
                                                                                                                                +
                                                                                                                                + + +
                                                                                                                                +
                                                                                                                                + throws +
                                                                                                                                +
                                                                                                                                + Throwable + + +
                                                                                                                                +
                                                                                                                                + SuppressWarnings +
                                                                                                                                +
                                                                                                                                + +

                                                                                                                                (PHPMD.BooleanArgumentFlag)

                                                                                                                                +
                                                                                                                                + +
                                                                                                                                +
                                                                                                                                + +
                                                                                                                                Return values
                                                                                                                                + void + — + + +
                                                                                                                                +
                                                                                                                                + + + + +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                +

                                                                                                                                Search results

                                                                                                                                + +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                  +
                                                                                                                                  +
                                                                                                                                  +
                                                                                                                                  +
                                                                                                                                  +
                                                                                                                                  + + +
                                                                                                                                  + + + + + + + + diff --git a/classes/Pock-Serializer-CallbackSerializerAdapter.html b/classes/Pock-Serializer-CallbackSerializerAdapter.html new file mode 100644 index 0000000..060fddf --- /dev/null +++ b/classes/Pock-Serializer-CallbackSerializerAdapter.html @@ -0,0 +1,451 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                  +

                                                                                                                                  pock

                                                                                                                                  + + + + + +
                                                                                                                                  + +
                                                                                                                                  +
                                                                                                                                  + + + + +
                                                                                                                                  + + +
                                                                                                                                  +

                                                                                                                                  + CallbackSerializerAdapter + + +
                                                                                                                                  + in package + +
                                                                                                                                  + + + implements + SerializerInterface + +

                                                                                                                                  + + + +

                                                                                                                                  Class CallbackSerializerAdapter

                                                                                                                                  + + + +
                                                                                                                                  + Tags + +
                                                                                                                                  +
                                                                                                                                  +
                                                                                                                                  + category +
                                                                                                                                  +
                                                                                                                                  + +

                                                                                                                                  CallbackSerializerAdapter

                                                                                                                                  +
                                                                                                                                  + +
                                                                                                                                  +
                                                                                                                                  + + + + +

                                                                                                                                  + Interfaces, Classes, Traits and Enums + +

                                                                                                                                  + +
                                                                                                                                  +
                                                                                                                                  SerializerInterface
                                                                                                                                  +
                                                                                                                                  Interface SerializerInterface
                                                                                                                                  + + + +
                                                                                                                                  + + +

                                                                                                                                  + Table of Contents + +

                                                                                                                                  + +
                                                                                                                                  +
                                                                                                                                  + __construct() + +  : mixed +
                                                                                                                                  +
                                                                                                                                  CallbackSerializerAdapter constructor.
                                                                                                                                  + +
                                                                                                                                  + serialize() + +  : string +
                                                                                                                                  +
                                                                                                                                  Serialize item
                                                                                                                                  + +
                                                                                                                                  + + + + + + + +
                                                                                                                                  +

                                                                                                                                  + Methods + +

                                                                                                                                  +
                                                                                                                                  +

                                                                                                                                  + __construct() + +

                                                                                                                                  + + +

                                                                                                                                  CallbackSerializerAdapter constructor.

                                                                                                                                  + + + public + __construct(callable $callback) : mixed + + +
                                                                                                                                  Parameters
                                                                                                                                  +
                                                                                                                                  +
                                                                                                                                  + $callback + : callable +
                                                                                                                                  +
                                                                                                                                  + +
                                                                                                                                  +
                                                                                                                                  + + + +
                                                                                                                                  Return values
                                                                                                                                  + mixed + — + + +
                                                                                                                                  +
                                                                                                                                  +

                                                                                                                                  + serialize() + +

                                                                                                                                  + + +

                                                                                                                                  Serialize item

                                                                                                                                  + + + public + serialize(mixed $data) : string + + +
                                                                                                                                  Parameters
                                                                                                                                  +
                                                                                                                                  +
                                                                                                                                  + $data + : mixed +
                                                                                                                                  +
                                                                                                                                  + +
                                                                                                                                  +
                                                                                                                                  + + +
                                                                                                                                  + Tags + +
                                                                                                                                  +
                                                                                                                                  +
                                                                                                                                  + inheritDoc +
                                                                                                                                  +
                                                                                                                                  + + +
                                                                                                                                  +
                                                                                                                                  + +
                                                                                                                                  Return values
                                                                                                                                  + string + — + + +
                                                                                                                                  +
                                                                                                                                  + + + + +
                                                                                                                                  +
                                                                                                                                  +
                                                                                                                                  +
                                                                                                                                  +

                                                                                                                                  Search results

                                                                                                                                  + +
                                                                                                                                  +
                                                                                                                                  +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    + + +
                                                                                                                                    + + + + + + + + diff --git a/classes/Pock-Serializer-JmsSerializerAdapter.html b/classes/Pock-Serializer-JmsSerializerAdapter.html new file mode 100644 index 0000000..d2b3514 --- /dev/null +++ b/classes/Pock-Serializer-JmsSerializerAdapter.html @@ -0,0 +1,459 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                    +

                                                                                                                                    pock

                                                                                                                                    + + + + + +
                                                                                                                                    + +
                                                                                                                                    +
                                                                                                                                    + + + + +
                                                                                                                                    + + +
                                                                                                                                    +

                                                                                                                                    + JmsSerializerAdapter + + +
                                                                                                                                    + in package + +
                                                                                                                                    + + + implements + SerializerInterface + +

                                                                                                                                    + + + +

                                                                                                                                    Class JmsSerializerAdapter

                                                                                                                                    + + + +
                                                                                                                                    + Tags + +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    + category +
                                                                                                                                    +
                                                                                                                                    + +

                                                                                                                                    JmsSerializerAdapter

                                                                                                                                    +
                                                                                                                                    + +
                                                                                                                                    +
                                                                                                                                    + + + + +

                                                                                                                                    + Interfaces, Classes, Traits and Enums + +

                                                                                                                                    + +
                                                                                                                                    +
                                                                                                                                    SerializerInterface
                                                                                                                                    +
                                                                                                                                    Interface SerializerInterface
                                                                                                                                    + + + +
                                                                                                                                    + + +

                                                                                                                                    + Table of Contents + +

                                                                                                                                    + +
                                                                                                                                    +
                                                                                                                                    + __construct() + +  : mixed +
                                                                                                                                    +
                                                                                                                                    JmsSerializerAdapter constructor.
                                                                                                                                    + +
                                                                                                                                    + serialize() + +  : string +
                                                                                                                                    +
                                                                                                                                    Serialize item
                                                                                                                                    + +
                                                                                                                                    + + + + + + + +
                                                                                                                                    +

                                                                                                                                    + Methods + +

                                                                                                                                    +
                                                                                                                                    +

                                                                                                                                    + __construct() + +

                                                                                                                                    + + +

                                                                                                                                    JmsSerializerAdapter constructor.

                                                                                                                                    + + + public + __construct(object $serializer[, string $format = 'json' ]) : mixed + + +
                                                                                                                                    Parameters
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    + $serializer + : object +
                                                                                                                                    +
                                                                                                                                    + +
                                                                                                                                    +
                                                                                                                                    + $format + : string + = 'json'
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    + +
                                                                                                                                    +
                                                                                                                                    + + + +
                                                                                                                                    Return values
                                                                                                                                    + mixed + — + + +
                                                                                                                                    +
                                                                                                                                    +

                                                                                                                                    + serialize() + +

                                                                                                                                    + + +

                                                                                                                                    Serialize item

                                                                                                                                    + + + public + serialize(mixed $data) : string + + +
                                                                                                                                    Parameters
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    + $data + : mixed +
                                                                                                                                    +
                                                                                                                                    + +
                                                                                                                                    +
                                                                                                                                    + + +
                                                                                                                                    + Tags + +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    + inheritDoc +
                                                                                                                                    +
                                                                                                                                    + + +
                                                                                                                                    +
                                                                                                                                    + +
                                                                                                                                    Return values
                                                                                                                                    + string + — + + +
                                                                                                                                    +
                                                                                                                                    + + + + +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    +

                                                                                                                                    Search results

                                                                                                                                    + +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                      +
                                                                                                                                      +
                                                                                                                                      +
                                                                                                                                      +
                                                                                                                                      +
                                                                                                                                      + + +
                                                                                                                                      + + + + + + + + diff --git a/classes/Pock-Serializer-SerializerInterface.html b/classes/Pock-Serializer-SerializerInterface.html new file mode 100644 index 0000000..481e9c6 --- /dev/null +++ b/classes/Pock-Serializer-SerializerInterface.html @@ -0,0 +1,367 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                      +

                                                                                                                                      pock

                                                                                                                                      + + + + + +
                                                                                                                                      + +
                                                                                                                                      +
                                                                                                                                      + + + + +
                                                                                                                                      + + +
                                                                                                                                      +

                                                                                                                                      + SerializerInterface +
                                                                                                                                      + in + +
                                                                                                                                      +

                                                                                                                                      + + + +

                                                                                                                                      Interface SerializerInterface

                                                                                                                                      + + + +
                                                                                                                                      + Tags + +
                                                                                                                                      +
                                                                                                                                      +
                                                                                                                                      + category +
                                                                                                                                      +
                                                                                                                                      + +

                                                                                                                                      SerializerInterface

                                                                                                                                      +
                                                                                                                                      + +
                                                                                                                                      +
                                                                                                                                      + + + + + + +

                                                                                                                                      + Table of Contents + +

                                                                                                                                      + +
                                                                                                                                      +
                                                                                                                                      + serialize() + +  : string +
                                                                                                                                      +
                                                                                                                                      Serialize item
                                                                                                                                      + +
                                                                                                                                      + + + + + +
                                                                                                                                      +

                                                                                                                                      + Methods + +

                                                                                                                                      +
                                                                                                                                      +

                                                                                                                                      + serialize() + +

                                                                                                                                      + + +

                                                                                                                                      Serialize item

                                                                                                                                      + + + public + serialize(mixed $data) : string + + +
                                                                                                                                      Parameters
                                                                                                                                      +
                                                                                                                                      +
                                                                                                                                      + $data + : mixed +
                                                                                                                                      +
                                                                                                                                      + +
                                                                                                                                      +
                                                                                                                                      + + + +
                                                                                                                                      Return values
                                                                                                                                      + string + — + + +
                                                                                                                                      +
                                                                                                                                      + + + + +
                                                                                                                                      +
                                                                                                                                      +
                                                                                                                                      +
                                                                                                                                      +

                                                                                                                                      Search results

                                                                                                                                      + +
                                                                                                                                      +
                                                                                                                                      +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        + + +
                                                                                                                                        + + + + + + + + diff --git a/classes/Pock-Serializer-SymfonySerializerAdapter.html b/classes/Pock-Serializer-SymfonySerializerAdapter.html new file mode 100644 index 0000000..83e70d0 --- /dev/null +++ b/classes/Pock-Serializer-SymfonySerializerAdapter.html @@ -0,0 +1,447 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                        +

                                                                                                                                        pock

                                                                                                                                        + + + + + +
                                                                                                                                        + +
                                                                                                                                        +
                                                                                                                                        + + + + +
                                                                                                                                        + + +
                                                                                                                                        +

                                                                                                                                        + SymfonySerializerAdapter + + + extends JmsSerializerAdapter + + +
                                                                                                                                        + in package + +
                                                                                                                                        + + +

                                                                                                                                        + + + +

                                                                                                                                        Class SymfonySerializerAdapter

                                                                                                                                        + + + +
                                                                                                                                        + Tags + +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        + category +
                                                                                                                                        +
                                                                                                                                        + +

                                                                                                                                        SymfonySerializerAdapter

                                                                                                                                        +
                                                                                                                                        + +
                                                                                                                                        +
                                                                                                                                        + + + + + + +

                                                                                                                                        + Table of Contents + +

                                                                                                                                        + +
                                                                                                                                        +
                                                                                                                                        + __construct() + +  : mixed +
                                                                                                                                        +
                                                                                                                                        JmsSerializerAdapter constructor.
                                                                                                                                        + +
                                                                                                                                        + serialize() + +  : string +
                                                                                                                                        +
                                                                                                                                        Serialize item
                                                                                                                                        + +
                                                                                                                                        + + + + + + + +
                                                                                                                                        +

                                                                                                                                        + Methods + +

                                                                                                                                        +
                                                                                                                                        +

                                                                                                                                        + __construct() + +

                                                                                                                                        + + +

                                                                                                                                        JmsSerializerAdapter constructor.

                                                                                                                                        + + + public + __construct(object $serializer[, string $format = 'json' ]) : mixed + + +
                                                                                                                                        Parameters
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        + $serializer + : object +
                                                                                                                                        +
                                                                                                                                        + +
                                                                                                                                        +
                                                                                                                                        + $format + : string + = 'json'
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        + +
                                                                                                                                        +
                                                                                                                                        + + + +
                                                                                                                                        Return values
                                                                                                                                        + mixed + — + + +
                                                                                                                                        +
                                                                                                                                        +

                                                                                                                                        + serialize() + +

                                                                                                                                        + + +

                                                                                                                                        Serialize item

                                                                                                                                        + + + public + serialize(mixed $data) : string + + +
                                                                                                                                        Parameters
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        + $data + : mixed +
                                                                                                                                        +
                                                                                                                                        + +
                                                                                                                                        +
                                                                                                                                        + + +
                                                                                                                                        + Tags + +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        + inheritDoc +
                                                                                                                                        +
                                                                                                                                        + + +
                                                                                                                                        +
                                                                                                                                        + +
                                                                                                                                        Return values
                                                                                                                                        + string + — + + +
                                                                                                                                        +
                                                                                                                                        + + + + +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        +

                                                                                                                                        Search results

                                                                                                                                        + +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                          +
                                                                                                                                          +
                                                                                                                                          +
                                                                                                                                          +
                                                                                                                                          +
                                                                                                                                          + + +
                                                                                                                                          + + + + + + + + diff --git a/classes/Pock-Traits-JsonDecoderTrait.html b/classes/Pock-Traits-JsonDecoderTrait.html new file mode 100644 index 0000000..32d69e4 --- /dev/null +++ b/classes/Pock-Traits-JsonDecoderTrait.html @@ -0,0 +1,404 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                          +

                                                                                                                                          pock

                                                                                                                                          + + + + + +
                                                                                                                                          + +
                                                                                                                                          +
                                                                                                                                          + + + + +
                                                                                                                                          + + +
                                                                                                                                          +

                                                                                                                                          + JsonDecoderTrait +

                                                                                                                                          + + + +

                                                                                                                                          Trait JsonDecoderTrait

                                                                                                                                          + + + +
                                                                                                                                          + Tags + +
                                                                                                                                          +
                                                                                                                                          +
                                                                                                                                          + category +
                                                                                                                                          +
                                                                                                                                          + +

                                                                                                                                          JsonDecoderTrait

                                                                                                                                          +
                                                                                                                                          + +
                                                                                                                                          +
                                                                                                                                          + + + + + + +

                                                                                                                                          + Table of Contents + +

                                                                                                                                          + +
                                                                                                                                          +
                                                                                                                                          + jsonDecode() + +  : mixed +
                                                                                                                                          +
                                                                                                                                          json_decode which throws exception on error.
                                                                                                                                          + +
                                                                                                                                          + + + + + +
                                                                                                                                          +

                                                                                                                                          + Methods + +

                                                                                                                                          +
                                                                                                                                          +

                                                                                                                                          + jsonDecode() + +

                                                                                                                                          + + +

                                                                                                                                          json_decode which throws exception on error.

                                                                                                                                          + + + public + static jsonDecode(string $json[, bool $associative = false ][, int $depth = 512 ], int $flags) : mixed + + +
                                                                                                                                          Parameters
                                                                                                                                          +
                                                                                                                                          +
                                                                                                                                          + $json + : string +
                                                                                                                                          +
                                                                                                                                          + +
                                                                                                                                          +
                                                                                                                                          + $associative + : bool + = false
                                                                                                                                          +
                                                                                                                                          + +
                                                                                                                                          +
                                                                                                                                          + $depth + : int + = 512
                                                                                                                                          +
                                                                                                                                          + +
                                                                                                                                          +
                                                                                                                                          + $flags + : int +
                                                                                                                                          +
                                                                                                                                          + +
                                                                                                                                          +
                                                                                                                                          + + +
                                                                                                                                          + Tags + +
                                                                                                                                          +
                                                                                                                                          +
                                                                                                                                          + throws +
                                                                                                                                          +
                                                                                                                                          + JsonException + + +
                                                                                                                                          +
                                                                                                                                          + SuppressWarnings +
                                                                                                                                          +
                                                                                                                                          + +

                                                                                                                                          (PHPMD.BooleanArgumentFlag)

                                                                                                                                          +
                                                                                                                                          + +
                                                                                                                                          +
                                                                                                                                          + +
                                                                                                                                          Return values
                                                                                                                                          + mixed + — + + +
                                                                                                                                          +
                                                                                                                                          + + + + +
                                                                                                                                          +
                                                                                                                                          +
                                                                                                                                          +
                                                                                                                                          +

                                                                                                                                          Search results

                                                                                                                                          + +
                                                                                                                                          +
                                                                                                                                          +
                                                                                                                                            +
                                                                                                                                            +
                                                                                                                                            +
                                                                                                                                            +
                                                                                                                                            +
                                                                                                                                            + + +
                                                                                                                                            + + + + + + + + diff --git a/classes/Pock-Traits-JsonEncoderTrait.html b/classes/Pock-Traits-JsonEncoderTrait.html new file mode 100644 index 0000000..4a40271 --- /dev/null +++ b/classes/Pock-Traits-JsonEncoderTrait.html @@ -0,0 +1,388 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                            +

                                                                                                                                            pock

                                                                                                                                            + + + + + +
                                                                                                                                            + +
                                                                                                                                            +
                                                                                                                                            + + + + +
                                                                                                                                            + + +
                                                                                                                                            +

                                                                                                                                            + JsonEncoderTrait +

                                                                                                                                            + + + +

                                                                                                                                            Trait JsonEncoderTrait

                                                                                                                                            + + + +
                                                                                                                                            + Tags + +
                                                                                                                                            +
                                                                                                                                            +
                                                                                                                                            + category +
                                                                                                                                            +
                                                                                                                                            + +

                                                                                                                                            JsonEncoderTrait

                                                                                                                                            +
                                                                                                                                            + +
                                                                                                                                            +
                                                                                                                                            + + + + + + +

                                                                                                                                            + Table of Contents + +

                                                                                                                                            + +
                                                                                                                                            +
                                                                                                                                            + jsonEncode() + +  : string +
                                                                                                                                            +
                                                                                                                                            json_encode which throws exception on error.
                                                                                                                                            + +
                                                                                                                                            + + + + + +
                                                                                                                                            +

                                                                                                                                            + Methods + +

                                                                                                                                            +
                                                                                                                                            +

                                                                                                                                            + jsonEncode() + +

                                                                                                                                            + + +

                                                                                                                                            json_encode which throws exception on error.

                                                                                                                                            + + + public + static jsonEncode(mixed $data, int $flags[, int $depth = 512 ]) : string + + +
                                                                                                                                            Parameters
                                                                                                                                            +
                                                                                                                                            +
                                                                                                                                            + $data + : mixed +
                                                                                                                                            +
                                                                                                                                            + +
                                                                                                                                            +
                                                                                                                                            + $flags + : int +
                                                                                                                                            +
                                                                                                                                            + +
                                                                                                                                            +
                                                                                                                                            + $depth + : int + = 512
                                                                                                                                            +
                                                                                                                                            + +
                                                                                                                                            +
                                                                                                                                            + + +
                                                                                                                                            + Tags + +
                                                                                                                                            +
                                                                                                                                            +
                                                                                                                                            + throws +
                                                                                                                                            +
                                                                                                                                            + JsonException + + +
                                                                                                                                            +
                                                                                                                                            + +
                                                                                                                                            Return values
                                                                                                                                            + string + — + + +
                                                                                                                                            +
                                                                                                                                            + + + + +
                                                                                                                                            +
                                                                                                                                            +
                                                                                                                                            +
                                                                                                                                            +

                                                                                                                                            Search results

                                                                                                                                            + +
                                                                                                                                            +
                                                                                                                                            +
                                                                                                                                              +
                                                                                                                                              +
                                                                                                                                              +
                                                                                                                                              +
                                                                                                                                              +
                                                                                                                                              + + +
                                                                                                                                              + + + + + + + + diff --git a/classes/Pock-Traits-JsonSerializerAwareTrait.html b/classes/Pock-Traits-JsonSerializerAwareTrait.html new file mode 100644 index 0000000..4ba3146 --- /dev/null +++ b/classes/Pock-Traits-JsonSerializerAwareTrait.html @@ -0,0 +1,297 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                              +

                                                                                                                                              pock

                                                                                                                                              + + + + + +
                                                                                                                                              + +
                                                                                                                                              +
                                                                                                                                              + + + + +
                                                                                                                                              + + +
                                                                                                                                              +

                                                                                                                                              + JsonSerializerAwareTrait +

                                                                                                                                              + + + +

                                                                                                                                              Trait JsonSerializerAwareTrait

                                                                                                                                              + + + +
                                                                                                                                              + Tags + +
                                                                                                                                              +
                                                                                                                                              +
                                                                                                                                              + category +
                                                                                                                                              +
                                                                                                                                              + +

                                                                                                                                              JsonSerializerAwareTrait

                                                                                                                                              +
                                                                                                                                              + +
                                                                                                                                              +
                                                                                                                                              + + + + + + + + + + + + + + + +
                                                                                                                                              +
                                                                                                                                              +
                                                                                                                                              +
                                                                                                                                              +

                                                                                                                                              Search results

                                                                                                                                              + +
                                                                                                                                              +
                                                                                                                                              +
                                                                                                                                                +
                                                                                                                                                +
                                                                                                                                                +
                                                                                                                                                +
                                                                                                                                                +
                                                                                                                                                + + +
                                                                                                                                                + + + + + + + + diff --git a/classes/Pock-Traits-SeekableStreamDataExtractor.html b/classes/Pock-Traits-SeekableStreamDataExtractor.html new file mode 100644 index 0000000..c987667 --- /dev/null +++ b/classes/Pock-Traits-SeekableStreamDataExtractor.html @@ -0,0 +1,297 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                +

                                                                                                                                                pock

                                                                                                                                                + + + + + +
                                                                                                                                                + +
                                                                                                                                                +
                                                                                                                                                + + + + +
                                                                                                                                                + + +
                                                                                                                                                +

                                                                                                                                                + SeekableStreamDataExtractor +

                                                                                                                                                + + + +

                                                                                                                                                Trait SeekableStreamDataExtractor

                                                                                                                                                + + + +
                                                                                                                                                + Tags + +
                                                                                                                                                +
                                                                                                                                                +
                                                                                                                                                + category +
                                                                                                                                                +
                                                                                                                                                + +

                                                                                                                                                SeekableStreamDataExtractor

                                                                                                                                                +
                                                                                                                                                + +
                                                                                                                                                +
                                                                                                                                                + + + + + + + + + + + + + + + +
                                                                                                                                                +
                                                                                                                                                +
                                                                                                                                                +
                                                                                                                                                +

                                                                                                                                                Search results

                                                                                                                                                + +
                                                                                                                                                +
                                                                                                                                                +
                                                                                                                                                  +
                                                                                                                                                  +
                                                                                                                                                  +
                                                                                                                                                  +
                                                                                                                                                  +
                                                                                                                                                  + + +
                                                                                                                                                  + + + + + + + + diff --git a/classes/Pock-Traits-XmlSerializerAwareTrait.html b/classes/Pock-Traits-XmlSerializerAwareTrait.html new file mode 100644 index 0000000..8f2c8d8 --- /dev/null +++ b/classes/Pock-Traits-XmlSerializerAwareTrait.html @@ -0,0 +1,297 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                  +

                                                                                                                                                  pock

                                                                                                                                                  + + + + + +
                                                                                                                                                  + +
                                                                                                                                                  +
                                                                                                                                                  + + + + +
                                                                                                                                                  + + +
                                                                                                                                                  +

                                                                                                                                                  + XmlSerializerAwareTrait +

                                                                                                                                                  + + + +

                                                                                                                                                  Trait XmlSerializerAwareTrait

                                                                                                                                                  + + + +
                                                                                                                                                  + Tags + +
                                                                                                                                                  +
                                                                                                                                                  +
                                                                                                                                                  + category +
                                                                                                                                                  +
                                                                                                                                                  + +

                                                                                                                                                  XmlSerializerAwareTrait

                                                                                                                                                  +
                                                                                                                                                  + +
                                                                                                                                                  +
                                                                                                                                                  + + + + + + + + + + + + + + + +
                                                                                                                                                  +
                                                                                                                                                  +
                                                                                                                                                  +
                                                                                                                                                  +

                                                                                                                                                  Search results

                                                                                                                                                  + +
                                                                                                                                                  +
                                                                                                                                                  +
                                                                                                                                                    +
                                                                                                                                                    +
                                                                                                                                                    +
                                                                                                                                                    +
                                                                                                                                                    +
                                                                                                                                                    + + +
                                                                                                                                                    + + + + + + + + diff --git a/css/base.css b/css/base.css new file mode 100644 index 0000000..b71c759 --- /dev/null +++ b/css/base.css @@ -0,0 +1,1105 @@ + +:root { + /* Typography */ + --font-primary: 'Source Sans Pro', Helvetica, Arial, sans-serif; + --font-secondary: 'Source Sans Pro', Helvetica, Arial, sans-serif; + --font-monospace: 'Source Code Pro', monospace; + --line-height--primary: 1.6; + --letter-spacing--primary: .05rem; + --text-base-size: 1em; + --text-scale-ratio: 1.2; + + --text-xxs: calc(var(--text-base-size) / var(--text-scale-ratio) / var(--text-scale-ratio) / var(--text-scale-ratio)); + --text-xs: calc(var(--text-base-size) / var(--text-scale-ratio) / var(--text-scale-ratio)); + --text-sm: calc(var(--text-base-size) / var(--text-scale-ratio)); + --text-md: var(--text-base-size); + --text-lg: calc(var(--text-base-size) * var(--text-scale-ratio)); + --text-xl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio)); + --text-xxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)); + --text-xxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)); + --text-xxxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)); + --text-xxxxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)); + + /* Colors */ + --primary-color-hue: 96; + --primary-color-saturation: 57%; + --primary-color: hsl(var(--primary-color-hue), var(--primary-color-saturation), 60%); + --primary-color-darken: hsl(var(--primary-color-hue), var(--primary-color-saturation), 40%); + --primary-color-darker: hsl(var(--primary-color-hue), var(--primary-color-saturation), 20%); + --primary-color-darkest: hsl(var(--primary-color-hue), var(--primary-color-saturation), 10%); + --primary-color-lighten: hsl(var(--primary-color-hue), var(--primary-color-saturation), 80%); + --primary-color-lighter: hsl(var(--primary-color-hue), var(--primary-color-saturation), 99%); + --dark-gray: #d1d1d1; + --light-gray: #f0f0f0; + + --text-color: var(--primary-color-darkest); + + --header-height: var(--spacing-xxxxl); + --header-bg-color: var(--primary-color); + --code-background-color: var(--primary-color-lighter); + --code-border-color: --primary-color-lighten; + --button-border-color: var(--primary-color-darken); + --button-color: transparent; + --button-color-primary: var(--primary-color); + --button-text-color: #555; + --button-text-color-primary: white; + --popover-background-color: rgba(255, 255, 255, 0.75); + --link-color-primary: var(--primary-color-darken); + --link-hover-color-primary: var(--primary-color-darker); + --form-field-border-color: var(--dark-gray); + --form-field-color: #fff; + --admonition-success-color: var(--primary-color); + --admonition-border-color: silver; + --table-separator-color: var(--primary-color-lighten); + --title-text-color: var(--primary-color); + + --sidebar-border-color: var(--primary-color-lighten); + + /* Grid */ + --container-width: 1400px; + + /* Spacing */ + --spacing-base-size: 1rem; + --spacing-scale-ratio: 1.5; + + --spacing-xxxs: calc(var(--spacing-base-size) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio)); + --spacing-xxs: calc(var(--spacing-base-size) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio)); + --spacing-xs: calc(var(--spacing-base-size) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio)); + --spacing-sm: calc(var(--spacing-base-size) / var(--spacing-scale-ratio)); + --spacing-md: var(--spacing-base-size); + --spacing-lg: calc(var(--spacing-base-size) * var(--spacing-scale-ratio)); + --spacing-xl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio)); + --spacing-xxl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio)); + --spacing-xxxl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio)); + --spacing-xxxxl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio)); + + --border-radius-base-size: 3px; +} + +/* Base Styles +-------------------------------------------------- */ +body { + color: var(--text-color); + font-family: var(--font-primary); + font-size: var(--text-md); + letter-spacing: var(--letter-spacing--primary); + line-height: var(--line-height--primary); + width: 100%; +} + +.phpdocumentor h1, +.phpdocumentor h2, +.phpdocumentor h3, +.phpdocumentor h4, +.phpdocumentor h5, +.phpdocumentor h6 { + margin-bottom: var(--spacing-lg); + margin-top: var(--spacing-lg); + font-weight: 600; +} + +.phpdocumentor h1 { + font-size: var(--text-xxxxl); + letter-spacing: var(--letter-spacing--primary); + line-height: 1.2; + margin-top: 0; +} + +.phpdocumentor h2 { + font-size: var(--text-xxxl); + letter-spacing: var(--letter-spacing--primary); + line-height: 1.25; +} + +.phpdocumentor h3 { + font-size: var(--text-xxl); + letter-spacing: var(--letter-spacing--primary); + line-height: 1.3; +} + +.phpdocumentor h4 { + font-size: var(--text-xl); + letter-spacing: calc(var(--letter-spacing--primary) / 2); + line-height: 1.35; + margin-bottom: var(--spacing-md); +} + +.phpdocumentor h5 { + font-size: var(--text-lg); + letter-spacing: calc(var(--letter-spacing--primary) / 4); + line-height: 1.5; + margin-bottom: var(--spacing-md); + margin-top: var(--spacing-md); +} + +.phpdocumentor h6 { + font-size: var(--text-md); + letter-spacing: 0; + line-height: var(--line-height--primary); + margin-bottom: var(--spacing-md); + margin-top: var(--spacing-md); +} + +.phpdocumentor h1 .headerlink, +.phpdocumentor h2 .headerlink, +.phpdocumentor h3 .headerlink, +.phpdocumentor h4 .headerlink, +.phpdocumentor h5 .headerlink, +.phpdocumentor h6 .headerlink +{ + transition: all .3s ease-in-out; + opacity: 0; + text-decoration: none; + color: silver; + font-size: 80%; +} + +.phpdocumentor h1:hover .headerlink, +.phpdocumentor h2:hover .headerlink, +.phpdocumentor h3:hover .headerlink, +.phpdocumentor h4:hover .headerlink, +.phpdocumentor h5:hover .headerlink, +.phpdocumentor h6:hover .headerlink +{ + opacity: 1; +} +.phpdocumentor p { + margin-top: 0; + margin-bottom: var(--spacing-md); +} +.phpdocumentor figure { + margin-bottom: var(--spacing-md); +} + +.phpdocumentor figcaption { + text-align: center; + font-style: italic; + font-size: 80%; +} + +.phpdocumentor-uml-diagram svg { + max-width: 100%; + height: auto !important; +} +.phpdocumentor-line { + border-top: 1px solid #E1E1E1; + border-width: 0; + margin-bottom: var(--spacing-xxl); + margin-top: var(--spacing-xxl); +} +.phpdocumentor-section { + box-sizing: border-box; + margin: 0 auto; + max-width: var(--container-width); + padding: 0 var(--spacing-lg); + position: relative; + width: 100%; +} + +@media (min-width: 1200px) { + .phpdocumentor-section { + padding: 0; + width: 95%; + } +} +.phpdocumentor-column { + box-sizing: border-box; + float: left; + width: 100%; +} + +@media (min-width: 550px) { + .phpdocumentor-column { + margin-left: 4%; + } + + .phpdocumentor-column:first-child { + margin-left: 0; + } + + .-one.phpdocumentor-column { + width: 4.66666666667%; + } + + .-two.phpdocumentor-column { + width: 13.3333333333%; + } + + .-three.phpdocumentor-column { + width: 22%; + } + + .-four.phpdocumentor-column { + width: 30.6666666667%; + } + + .-five.phpdocumentor-column { + width: 39.3333333333%; + } + + .-six.phpdocumentor-column { + width: 48%; + } + + .-seven.phpdocumentor-column { + width: 56.6666666667%; + } + + .-eight.phpdocumentor-column { + width: 65.3333333333%; + } + + .-nine.phpdocumentor-column { + width: 74.0%; + } + + .-ten.phpdocumentor-column { + width: 82.6666666667%; + } + + .-eleven.phpdocumentor-column { + width: 91.3333333333%; + } + + .-twelve.phpdocumentor-column { + margin-left: 0; + width: 100%; + } + + .-one-third.phpdocumentor-column { + width: 30.6666666667%; + } + + .-two-thirds.phpdocumentor-column { + width: 65.3333333333%; + } + + .-one-half.phpdocumentor-column { + width: 48%; + } + + /* Offsets */ + .-offset-by-one.phpdocumentor-column { + margin-left: 8.66666666667%; + } + + .-offset-by-two.phpdocumentor-column { + margin-left: 17.3333333333%; + } + + .-offset-by-three.phpdocumentor-column { + margin-left: 26%; + } + + .-offset-by-four.phpdocumentor-column { + margin-left: 34.6666666667%; + } + + .-offset-by-five.phpdocumentor-column { + margin-left: 43.3333333333%; + } + + .-offset-by-six.phpdocumentor-column { + margin-left: 52%; + } + + .-offset-by-seven.phpdocumentor-column { + margin-left: 60.6666666667%; + } + + .-offset-by-eight.phpdocumentor-column { + margin-left: 69.3333333333%; + } + + .-offset-by-nine.phpdocumentor-column { + margin-left: 78.0%; + } + + .-offset-by-ten.phpdocumentor-column { + margin-left: 86.6666666667%; + } + + .-offset-by-eleven.phpdocumentor-column { + margin-left: 95.3333333333%; + } + + .-offset-by-one-third.phpdocumentor-column { + margin-left: 34.6666666667%; + } + + .-offset-by-two-thirds.phpdocumentor-column { + margin-left: 69.3333333333%; + } + + .-offset-by-one-half.phpdocumentor-column { + margin-left: 52%; + } +} +.phpdocumentor a { + color: var(--link-color-primary); +} + +.phpdocumentor a:hover { + color: var(--link-hover-color-primary); +} +.phpdocumentor-button { + background-color: var(--button-color); + border: 1px solid var(--button-border-color); + border-radius: var(--border-radius-base-size); + box-sizing: border-box; + color: var(--button-text-color); + cursor: pointer; + display: inline-block; + font-size: var(--text-sm); + font-weight: 600; + height: 38px; + letter-spacing: .1rem; + line-height: 38px; + padding: 0 var(--spacing-xxl); + text-align: center; + text-decoration: none; + text-transform: uppercase; + white-space: nowrap; + margin-bottom: var(--spacing-md); +} + +.phpdocumentor-button .-wide { + width: 100%; +} + +.phpdocumentor-button:hover, +.phpdocumentor-button:focus { + border-color: #888; + color: #333; + outline: 0; +} + +.phpdocumentor-button.-primary { + background-color: var(--button-color-primary); + border-color: var(--button-color-primary); + color: var(--button-text-color-primary); +} + +.phpdocumentor-button.-primary:hover, +.phpdocumentor-button.-primary:focus { + background-color: var(--link-color-primary); + border-color: var(--link-color-primary); + color: var(--button-text-color-primary); +} +.phpdocumentor form { + margin-bottom: var(--spacing-md); +} + +.phpdocumentor-field { + background-color: var(--form-field-color); + border: 1px solid var(--form-field-border-color); + border-radius: var(--border-radius-base-size); + box-shadow: none; + box-sizing: border-box; + height: 38px; + padding: var(--spacing-xxxs) var(--spacing-xxs); /* The 6px vertically centers text on FF, ignored by Webkit */ + margin-bottom: var(--spacing-md); +} + +/* Removes awkward default styles on some inputs for iOS */ +input[type="email"], +input[type="number"], +input[type="search"], +input[type="text"], +input[type="tel"], +input[type="url"], +input[type="password"], +textarea { + -moz-appearance: none; + -webkit-appearance: none; + appearance: none; +} + +.phpdocumentor-textarea { + min-height: 65px; + padding-bottom: var(--spacing-xxxs); + padding-top: var(--spacing-xxxs); +} + +.phpdocumentor-field:focus { + border: 1px solid var(--button-color-primary); + outline: 0; +} + +.phpdocumentor-label { + display: block; + margin-bottom: var(--spacing-xs); +} + +.phpdocumentor-fieldset { + border-width: 0; + padding: 0; +} + +input[type="checkbox"].phpdocumentor-field, +input[type="radio"].phpdocumentor-field { + display: inline; +} +.phpdocumentor-column ul, +div.phpdocumentor-list > ul, +ul.phpdocumentor-list { + list-style: circle; +} + +.phpdocumentor-column ol, +div.phpdocumentor-list > ol, +ol.phpdocumentor-list { + list-style: decimal; +} + + +.phpdocumentor-column ul, +div.phpdocumentor-list > ul, +ol.phpdocumentor-list, +ul.phpdocumentor-list { + margin-top: 0; + padding-left: 1rem; + margin-bottom: var(--spacing-md); +} + +dl { + margin-bottom: var(--spacing-md); +} + +.phpdocumentor-column ul ul, +div.phpdocumentor-list > ul ul, +ul.phpdocumentor-list ul.phpdocumentor-list, +ul.phpdocumentor-list ol.phpdocumentor-list, +ol.phpdocumentor-list ol.phpdocumentor-list, +ol.phpdocumentor-list ul.phpdocumentor-list { + font-size: var(--text-sm); + margin: var(--spacing-xs) 0 var(--spacing-xs) calc(var(--spacing-xs) * 2); +} + +.phpdocumentor-column ul li, +.phpdocumentor-list li { + padding-bottom: var(--spacing-xs); +} + +.phpdocumentor dl dt { + margin-bottom: var(--spacing-xs); +} + +.phpdocumentor dl dd { + margin-bottom: var(--spacing-md); +} +.phpdocumentor pre { + margin-bottom: var(--spacing-md); +} + +.phpdocumentor-code { + font-family: var(--font-monospace); + background: var(--code-background-color); + border: 1px solid var(--code-border-color); + border-radius: var(--border-radius-base-size); + font-size: var(--text-sm); + padding: var(--spacing-sm) var(--spacing-md); + width: 100%; + box-sizing: border-box; +} + +.phpdocumentor-code.-dark { + background: var(--primary-color-darkest); + color: var(--light-gray); + box-shadow: 0 2px 3px var(--dark-gray); +} + +pre > .phpdocumentor-code { + display: block; + white-space: pre; +} +.phpdocumentor blockquote { + border-left: 4px solid var(--primary-color-darken); + margin: var(--spacing-md) 0; + padding: var(--spacing-xs) var(--spacing-sm); + color: var(--primary-color-darker); + font-style: italic; +} + +.phpdocumentor blockquote p:last-of-type { + margin-bottom: 0; +} +.phpdocumentor table { + margin-bottom: var(--spacing-md); +} + +th.phpdocumentor-heading, +td.phpdocumentor-cell { + border-bottom: 1px solid var(--table-separator-color); + padding: var(--spacing-sm) var(--spacing-md); + text-align: left; +} + +th.phpdocumentor-heading:first-child, +td.phpdocumentor-cell:first-child { + padding-left: 0; +} + +th.phpdocumentor-heading:last-child, +td.phpdocumentor-cell:last-child { + padding-right: 0; +} + +.phpdocumentor-header { + display: flex; + flex-direction: row; + align-items: stretch; + flex-wrap: wrap; + justify-content: space-between; + height: auto; + padding: var(--spacing-md) var(--spacing-md); +} + +.phpdocumentor-header__menu-button { + position: absolute; + top: -100%; + left: -100%; +} + +.phpdocumentor-header__menu-icon { + font-size: 2rem; + color: var(--primary-color); +} + +.phpdocumentor-header__menu-button:checked ~ .phpdocumentor-topnav { + max-height: 250px; + padding-top: var(--spacing-md); +} + +@media (min-width: 1000px) { + .phpdocumentor-header { + flex-direction: row; + padding: var(--spacing-lg) var(--spacing-lg); + min-height: var(--header-height); + } + + .phpdocumentor-header__menu-icon { + display: none; + } +} + +@media (min-width: 1000px) { + .phpdocumentor-header { + padding-top: 0; + padding-bottom: 0; + } +} +@media (min-width: 1200px) { + .phpdocumentor-header { + padding: 0; + } +} +.phpdocumentor-title { + box-sizing: border-box; + color: var(--title-text-color); + font-size: var(--text-xxl); + letter-spacing: .05rem; + font-weight: normal; + width: auto; + margin: 0; + display: flex; + align-items: center; +} + +.phpdocumentor-title.-without-divider { + border: none; +} + +.phpdocumentor-title__link { + transition: all .3s ease-out; + display: flex; + color: var(--title-text-color); + text-decoration: none; + font-weight: normal; + white-space: nowrap; + transform: scale(.75); + transform-origin: left; +} + +.phpdocumentor-title__link:hover { + transform: perspective(15rem) translateX(.5rem); + font-weight: 600; +} + +@media (min-width: 1000px) { + .phpdocumentor-title { + width: 30.6666666667%; + border-right: var(--sidebar-border-color) solid 1px; + } + + .phpdocumentor-title__link { + transform-origin: left; + } +} + +@media (min-width: 1000px) { + .phpdocumentor-title__link { + transform: scale(.85); + } +} + +@media (min-width: 1200px) { + .phpdocumentor-title__link { + transform: scale(1); + } +} +.phpdocumentor-topnav { + display: flex; + align-items: center; + margin: 0; + max-height: 0; + overflow: hidden; + transition: max-height 0.2s ease-out; + flex-basis: 100%; +} + +.phpdocumentor-topnav__menu { + text-align: right; + list-style: none; + margin: 0; + padding: 0; + flex: 1; + display: flex; + flex-flow: row wrap; + justify-content: center; +} + +.phpdocumentor-topnav__menu-item { + margin: 0; + width: 100%; + display: inline-block; + text-align: center; + padding: var(--spacing-sm) 0 +} + +.phpdocumentor-topnav__menu-item.-social { + width: auto; + padding: var(--spacing-sm) +} + +.phpdocumentor-topnav__menu-item a { + display: inline-block; + color: var(--text-color); + text-decoration: none; + font-size: var(--text-lg); + transition: all .3s ease-out; + border-bottom: 1px dotted transparent; + line-height: 1; +} + +.phpdocumentor-topnav__menu-item a:hover { + transform: perspective(15rem) translateY(.1rem); + border-bottom: 1px dotted var(--text-color); +} + +@media (min-width: 1000px) { + .phpdocumentor-topnav { + max-height: none; + overflow: visible; + flex-basis: auto; + } + + .phpdocumentor-topnav__menu { + display: flex; + flex-flow: row wrap; + justify-content: flex-end; + } + + .phpdocumentor-topnav__menu-item, + .phpdocumentor-topnav__menu-item.-social { + width: auto; + display: inline; + text-align: right; + padding: 0 0 0 var(--spacing-md) + } +} +.phpdocumentor-sidebar { + margin: 0; + overflow: hidden; + max-height: 0; +} + +.phpdocumentor .phpdocumentor-sidebar .phpdocumentor-list { + padding: var(--spacing-xs) var(--spacing-md); + list-style: none; + margin: 0; +} + +.phpdocumentor .phpdocumentor-sidebar li { + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + padding: 0 0 var(--spacing-xxxs) var(--spacing-md); +} + +.phpdocumentor .phpdocumentor-sidebar abbr, +.phpdocumentor .phpdocumentor-sidebar a { + text-decoration: none; + border-bottom: none; + color: var(--text-color); + font-size: var(--text-md); + padding-left: 0; + transition: padding-left .4s ease-out; +} + +.phpdocumentor .phpdocumentor-sidebar a:hover, +.phpdocumentor .phpdocumentor-sidebar a.-active { + padding-left: 5px; + font-weight: 600; +} + +.phpdocumentor .phpdocumentor-sidebar__category > * { + border-left: 1px solid var(--primary-color-lighten); +} + +.phpdocumentor .phpdocumentor-sidebar__category { + margin-bottom: var(--spacing-lg); +} + +.phpdocumentor .phpdocumentor-sidebar__category-header { + font-size: var(--text-md); + margin-bottom: var(--spacing-xs); + color: var(--link-color-primary); + font-weight: 600; + border-left: 0; +} + +.phpdocumentor .phpdocumentor-sidebar__root-package, +.phpdocumentor .phpdocumentor-sidebar__root-namespace { + font-size: var(--text-md); + margin: 0; + padding-top: var(--spacing-xs); + padding-left: var(--spacing-md); + color: var(--text-color); + font-weight: normal; +} + +@media (min-width: 550px) { + .phpdocumentor-sidebar { + border-right: var(--sidebar-border-color) solid 1px; + } +} + +.phpdocumentor-sidebar__menu-button { + position: absolute; + top: -100%; + left: -100%; +} + +.phpdocumentor-sidebar__menu-icon { + font-size: var(--text-md); + font-weight: 600; + background: var(--primary-color); + color: white; + margin: 0 0 var(--spacing-lg); + display: block; + padding: var(--spacing-sm); + text-align: center; + border-radius: 3px; + text-transform: uppercase; + letter-spacing: .15rem; +} + +.phpdocumentor-sidebar__menu-button:checked ~ .phpdocumentor-sidebar { + max-height: 100%; + padding-top: var(--spacing-md); +} + +@media (min-width: 550px) { + .phpdocumentor-sidebar { + overflow: visible; + max-height: 100%; + } + + .phpdocumentor-sidebar__menu-icon { + display: none; + } +} +.phpdocumentor-admonition { + border: 1px solid var(--admonition-border-color); + border-radius: var(--border-radius-base-size); + border-color: var(--primary-color-lighten); + background-color: var(--primary-color-lighter); + padding: var(--spacing-lg); + margin: var(--spacing-lg) 0; + display: flex; + flex-direction: row; + align-items: flex-start; +} + +.phpdocumentor-admonition p:last-of-type { + margin-bottom: 0; +} + +.phpdocumentor-admonition--success, +.phpdocumentor-admonition.-success { + border-color: var(--admonition-success-color); +} + +.phpdocumentor-admonition__icon { + margin-right: var(--spacing-md); + color: var(--primary-color); + max-width: 3rem; +} +.phpdocumentor ul.phpdocumentor-breadcrumbs { + font-size: var(--text-md); + list-style: none; + margin: 0; + padding: 0; +} + +.phpdocumentor ul.phpdocumentor-breadcrumbs a { + color: var(--text-color); + text-decoration: none; +} + +.phpdocumentor ul.phpdocumentor-breadcrumbs > li { + display: inline-block; + margin: 0; +} + +.phpdocumentor ul.phpdocumentor-breadcrumbs > li + li:before { + color: var(--dark-gray); + content: "\\\A0"; + padding: 0; +} +.phpdocumentor .phpdocumentor-back-to-top { + position: fixed; + bottom: 2rem; + font-size: 2.5rem; + opacity: .25; + transition: all .3s ease-in-out; + right: 2rem; +} + +.phpdocumentor .phpdocumentor-back-to-top:hover { + color: var(--link-color-primary); + opacity: 1; +} +.phpdocumentor-search { + position: relative; + display: none; /** disable by default for non-js flow */ + opacity: .3; /** white-out default for loading indication */ + transition: opacity .3s, background .3s; + margin: var(--spacing-sm) 0; + flex: 1; + min-width: 100%; +} + +.phpdocumentor-search label { + display: flex; + align-items: center; + flex: 1; +} + +.phpdocumentor-search__icon { + color: var(--primary-color); + margin-right: var(--spacing-sm); + width: 1rem; + height: 1rem; +} + +.phpdocumentor-search--enabled { + display: flex; +} + +.phpdocumentor-search--active { + opacity: 1; +} + +.phpdocumentor-search input:disabled { + background-color: lightgray; +} + +.phpdocumentor-search__field:focus, +.phpdocumentor-search__field { + margin-bottom: 0; + border: 0; + border-bottom: 2px solid var(--primary-color); + padding: 0; + border-radius: 0; + flex: 1; +} + +@media (min-width: 1000px) { + .phpdocumentor-search { + min-width: auto; + max-width: 20rem; + margin: 0 0 0 auto; + } +} +.phpdocumentor-content { + position: relative; +} + +.phpdocumentor-search-results { + backdrop-filter: blur(5px); + background: var(--popover-background-color); + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + padding: 0; + opacity: 1; + pointer-events: all; + + transition: opacity .3s, background .3s; +} + +.phpdocumentor-search-results--hidden { + background: transparent; + backdrop-filter: blur(0); + opacity: 0; + pointer-events: none; +} + +.phpdocumentor-search-results__dialog { + width: 100%; + background: white; + max-height: 100%; + display: flex; + flex-direction: column; +} + +.phpdocumentor-search-results__body { + overflow: auto; +} + +.phpdocumentor-search-results__header { + padding: var(--spacing-lg); + display: flex; + justify-content: space-between; + background: var(--primary-color-darken); + color: white; + align-items: center; +} + +.phpdocumentor-search-results__close { + font-size: var(--text-xl); + background: none; + border: none; + padding: 0; + margin: 0; +} + +.phpdocumentor .phpdocumentor-search-results__title { + font-size: var(--text-xl); + margin-bottom: 0; +} + +.phpdocumentor-search-results__entries { + list-style: none; + padding: 0 var(--spacing-lg); + margin: 0; +} + +.phpdocumentor-search-results__entry { + border-bottom: 1px solid var(--table-separator-color); + padding: var(--spacing-sm) 0; + text-align: left; +} + +.phpdocumentor-search-results__entry a { + display: block; +} + +.phpdocumentor-search-results__entry small { + margin-top: var(--spacing-xs); + margin-bottom: var(--spacing-md); + color: var(--primary-color-darker); + display: block; + word-break: break-word; +} + +.phpdocumentor-search-results__entry h3 { + font-size: var(--text-lg); + margin: 0; +} + +@media (min-width: 550px) { + .phpdocumentor-search-results { + padding: 0 var(--spacing-lg); + } + + .phpdocumentor-search-results__entry h3 { + font-size: var(--text-xxl); + } + + .phpdocumentor-search-results__dialog { + margin: var(--spacing-xl) auto; + max-width: 40rem; + background: white; + border: 1px solid silver; + box-shadow: 0 2px 5px silver; + max-height: 40rem; + border-radius: 3px; + } +} +.phpdocumentor-modal { + position: fixed; + width: 100vw; + height: 100vh; + opacity: 0; + visibility: hidden; + transition: all 0.3s ease; + top: 0; + left: 0; + display: flex; + align-items: center; + justify-content: center; +} + +.phpdocumentor-modal__open { + visibility: visible; + opacity: 1; + transition-delay: 0s; +} + +.phpdocumentor-modal-bg { + position: absolute; + background: gray; + opacity: 50%; + width: 100%; + height: 100%; +} + +.phpdocumentor-modal-container { + border-radius: 1em; + background: #fff; + position: relative; + padding: 2em; + box-sizing: border-box; + max-width:100vw; +} + +.phpdocumentor-modal__close { + position: absolute; + right: 0.75em; + top: 0.75em; + outline: none; + appearance: none; + color: var(--primary-color); + background: none; + border: 0px; + font-weight: bold; + cursor: pointer; +} + +/* Used for screen readers and such */ +.visually-hidden { + display: none; +} + +.float-right { + float: right; +} + +.float-left { + float: left; +} diff --git a/css/normalize.css b/css/normalize.css new file mode 100644 index 0000000..579152b --- /dev/null +++ b/css/normalize.css @@ -0,0 +1,427 @@ +/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ + +/** + * 1. Set default font family to sans-serif. + * 2. Prevent iOS text size adjust after orientation change, without disabling + * user zoom. + */ + +html { + font-family: sans-serif; /* 1 */ + -ms-text-size-adjust: 100%; /* 2 */ + -webkit-text-size-adjust: 100%; /* 2 */ +} + +/** + * Remove default margin. + */ + +body { + margin: 0; +} + +/* HTML5 display definitions + ========================================================================== */ + +/** + * Correct `block` display not defined for any HTML5 element in IE 8/9. + * Correct `block` display not defined for `details` or `summary` in IE 10/11 + * and Firefox. + * Correct `block` display not defined for `main` in IE 11. + */ + +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +menu, +nav, +section, +summary { + display: block; +} + +/** + * 1. Correct `inline-block` display not defined in IE 8/9. + * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. + */ + +audio, +canvas, +progress, +video { + display: inline-block; /* 1 */ + vertical-align: baseline; /* 2 */ +} + +/** + * Prevent modern browsers from displaying `audio` without controls. + * Remove excess height in iOS 5 devices. + */ + +audio:not([controls]) { + display: none; + height: 0; +} + +/** + * Address `[hidden]` styling not present in IE 8/9/10. + * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. + */ + +[hidden], +template { + display: none; +} + +/* Links + ========================================================================== */ + +/** + * Remove the gray background color from active links in IE 10. + */ + +a { + background-color: transparent; +} + +/** + * Improve readability when focused and also mouse hovered in all browsers. + */ + +a:active, +a:hover { + outline: 0; +} + +/* Text-level semantics + ========================================================================== */ + +/** + * Address styling not present in IE 8/9/10/11, Safari, and Chrome. + */ + +abbr[title] { + border-bottom: 1px dotted; +} + +/** + * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. + */ + +b, +strong { + font-weight: bold; +} + +/** + * Address styling not present in Safari and Chrome. + */ + +dfn { + font-style: italic; +} + +/** + * Address variable `h1` font-size and margin within `section` and `article` + * contexts in Firefox 4+, Safari, and Chrome. + */ + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +/** + * Address styling not present in IE 8/9. + */ + +mark { + background: #ff0; + color: #000; +} + +/** + * Address inconsistent and variable font size in all browsers. + */ + +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` affecting `line-height` in all browsers. + */ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +/* Embedded content + ========================================================================== */ + +/** + * Remove border when inside `a` element in IE 8/9/10. + */ + +img { + border: 0; +} + +/** + * Correct overflow not hidden in IE 9/10/11. + */ + +svg:not(:root) { + overflow: hidden; +} + +/* Grouping content + ========================================================================== */ + +/** + * Address margin not present in IE 8/9 and Safari. + */ + +figure { + margin: 1em 40px; +} + +/** + * Address differences between Firefox and other browsers. + */ + +hr { + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; +} + +/** + * Contain overflow in all browsers. + */ + +pre { + overflow: auto; +} + +/** + * Address odd `em`-unit font size rendering in all browsers. + */ + +code, +kbd, +pre, +samp { + font-family: var(--font-monospace); + font-size: 1em; +} + +/* Forms + ========================================================================== */ + +/** + * Known limitation: by default, Chrome and Safari on OS X allow very limited + * styling of `select`, unless a `border` property is set. + */ + +/** + * 1. Correct color not being inherited. + * Known issue: affects color of disabled elements. + * 2. Correct font properties not being inherited. + * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. + */ + +button, +input, +optgroup, +select, +textarea { + color: inherit; /* 1 */ + font: inherit; /* 2 */ + margin: 0; /* 3 */ +} + +/** + * Address `overflow` set to `hidden` in IE 8/9/10/11. + */ + +button { + overflow: visible; +} + +/** + * Address inconsistent `text-transform` inheritance for `button` and `select`. + * All other form control elements do not inherit `text-transform` values. + * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. + * Correct `select` style inheritance in Firefox. + */ + +button, +select { + text-transform: none; +} + +/** + * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` + * and `video` controls. + * 2. Correct inability to style clickable `input` types in iOS. + * 3. Improve usability and consistency of cursor style between image-type + * `input` and others. + */ + +button, +html input[type="button"], /* 1 */ +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; /* 2 */ + cursor: pointer; /* 3 */ +} + +/** + * Re-set default cursor for disabled elements. + */ + +button[disabled], +html input[disabled] { + cursor: default; +} + +/** + * Remove inner padding and border in Firefox 4+. + */ + +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} + +/** + * Address Firefox 4+ setting `line-height` on `input` using `!important` in + * the UA stylesheet. + */ + +input { + line-height: normal; +} + +/** + * It's recommended that you don't attempt to style these elements. + * Firefox's implementation doesn't respect box-sizing, padding, or width. + * + * 1. Address box sizing set to `content-box` in IE 8/9/10. + * 2. Remove excess padding in IE 8/9/10. + */ + +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ +} + +/** + * Fix the cursor style for Chrome's increment/decrement buttons. For certain + * `font-size` values of the `input`, it causes the cursor style of the + * decrement button to change from `default` to `text`. + */ + +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +/** + * 1. Address `appearance` set to `searchfield` in Safari and Chrome. + * 2. Address `box-sizing` set to `border-box` in Safari and Chrome + * (include `-moz` to future-proof). + */ + +input[type="search"] { + -webkit-appearance: textfield; /* 1 */ + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; /* 2 */ + box-sizing: content-box; +} + +/** + * Remove inner padding and search cancel button in Safari and Chrome on OS X. + * Safari (but not Chrome) clips the cancel button when the search input has + * padding (and `textfield` appearance). + */ + +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * Define consistent border, margin, and padding. + */ + +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} + +/** + * 1. Correct `color` not being inherited in IE 8/9/10/11. + * 2. Remove padding so people aren't caught out if they zero out fieldsets. + */ + +legend { + border: 0; /* 1 */ + padding: 0; /* 2 */ +} + +/** + * Remove default vertical scrollbar in IE 8/9/10/11. + */ + +textarea { + overflow: auto; +} + +/** + * Don't inherit the `font-weight` (applied by a rule above). + * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. + */ + +optgroup { + font-weight: bold; +} + +/* Tables + ========================================================================== */ + +/** + * Remove most spacing between table cells. + */ + +table { + border-collapse: collapse; + border-spacing: 0; +} + +td, +th { + padding: 0; +} diff --git a/css/template.css b/css/template.css new file mode 100644 index 0000000..f717828 --- /dev/null +++ b/css/template.css @@ -0,0 +1,192 @@ +.phpdocumentor-summary { + font-style: italic; +} +.phpdocumentor-description { + margin-bottom: var(--spacing-md); +} +.phpdocumentor-element { + position: relative; +} + +.phpdocumentor .phpdocumentor-element__name { + line-height: 1; +} + +.phpdocumentor-element__package, +.phpdocumentor-element__extends, +.phpdocumentor-element__implements { + display: block; + font-size: var(--text-xxs); + font-weight: normal; + opacity: .7; +} + +.phpdocumentor-element__package .phpdocumentor-breadcrumbs { + display: inline; +} + +.phpdocumentor-element:not(:last-child) { + border-bottom: 1px solid var(--primary-color-lighten); + padding-bottom: var(--spacing-lg); +} + +.phpdocumentor-element.-deprecated .phpdocumentor-element__name { + text-decoration: line-through; +} + +.phpdocumentor-element__modifier { + font-size: var(--text-xxs); + padding: calc(var(--spacing-base-size) / 4) calc(var(--spacing-base-size) / 2); + color: var(--text-color); + background-color: var(--light-gray); + border-radius: 3px; + text-transform: uppercase; +} +.phpdocumentor-signature { + display: inline-block; + font-size: var(--text-sm); + margin-bottom: var(--spacing-md); +} + +.phpdocumentor-signature.-deprecated .phpdocumentor-signature__name { + text-decoration: line-through; +} +.phpdocumentor-table-of-contents { +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry { + padding-top: var(--spacing-xs); + margin-left: 2rem; + display: flex; +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry > a { + flex: 0 1 auto; +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry > span { + flex: 1; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry:after { + content: ''; + height: 12px; + width: 12px; + left: 16px; + position: absolute; +} +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-private:after { + background: url('data:image/svg+xml;utf8,') no-repeat; +} +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-protected:after { + left: 13px; + background: url('data:image/svg+xml;utf8,') no-repeat; +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry:before { + width: 1.25rem; + height: 1.25rem; + line-height: 1.25rem; + background: transparent url('data:image/svg+xml;utf8,') no-repeat center center; + content: ''; + position: absolute; + left: 0; + border-radius: 50%; + font-weight: 600; + color: white; + text-align: center; + font-size: .75rem; + margin-top: .2rem; +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-method:before { + content: 'M'; + background-image: url('data:image/svg+xml;utf8,'); +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-function:before { + content: 'M'; + background-image: url('data:image/svg+xml;utf8,'); +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-property:before { + content: 'P' +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-constant:before { + content: 'C'; + background-color: transparent; + background-image: url('data:image/svg+xml;utf8,'); +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-class:before { + content: 'C' +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-interface:before { + content: 'I' +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-trait:before { + content: 'T' +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-namespace:before { + content: 'N' +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-package:before { + content: 'P' +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-enum:before { + content: 'E' +} + +.phpdocumentor-table-of-contents dd { + font-style: italic; + margin-left: 2rem; +} +.phpdocumentor-element-found-in { + position: absolute; + top: 0; + right: 0; + font-size: var(--text-sm); + color: gray; +} + +.phpdocumentor-element-found-in .phpdocumentor-element-found-in__source { + flex: 0 1 auto; + display: inline-flex; +} + +.phpdocumentor-element-found-in .phpdocumentor-element-found-in__source:after { + width: 1.25rem; + height: 1.25rem; + line-height: 1.25rem; + background: transparent url('data:image/svg+xml;utf8,') no-repeat center center; + content: ''; + left: 0; + border-radius: 50%; + font-weight: 600; + text-align: center; + font-size: .75rem; + margin-top: .2rem; +} +.phpdocumentor-class-graph { + width: 100%; height: 600px; border:1px solid black; overflow: hidden +} + +.phpdocumentor-class-graph__graph { + width: 100%; +} +.phpdocumentor-tag-list__definition { + display: flex; +} + +.phpdocumentor-tag-link { + margin-right: var(--spacing-sm); +} diff --git a/files/src-client.html b/files/src-client.html new file mode 100644 index 0000000..f07a60a --- /dev/null +++ b/files/src-client.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                    +

                                                                                                                                                    pock

                                                                                                                                                    + + + + + +
                                                                                                                                                    + +
                                                                                                                                                    +
                                                                                                                                                    + + + + +
                                                                                                                                                    +
                                                                                                                                                      +
                                                                                                                                                    + +
                                                                                                                                                    +

                                                                                                                                                    Client.php

                                                                                                                                                    + +

                                                                                                                                                    PHP 7.2

                                                                                                                                                    + + + +
                                                                                                                                                    + Tags + +
                                                                                                                                                    +
                                                                                                                                                    +
                                                                                                                                                    + category +
                                                                                                                                                    +
                                                                                                                                                    + +

                                                                                                                                                    Client

                                                                                                                                                    +
                                                                                                                                                    + +
                                                                                                                                                    +
                                                                                                                                                    + + + + +

                                                                                                                                                    + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                    + +
                                                                                                                                                    + +
                                                                                                                                                    Client
                                                                                                                                                    +
                                                                                                                                                    Class Client
                                                                                                                                                    + + +
                                                                                                                                                    + + + + + + + + +
                                                                                                                                                    +
                                                                                                                                                    +
                                                                                                                                                    +
                                                                                                                                                    +

                                                                                                                                                    Search results

                                                                                                                                                    + +
                                                                                                                                                    +
                                                                                                                                                    +
                                                                                                                                                      +
                                                                                                                                                      +
                                                                                                                                                      +
                                                                                                                                                      +
                                                                                                                                                      +
                                                                                                                                                      + + +
                                                                                                                                                      + + + + + + + + diff --git a/files/src-comparator-comparatorinterface.html b/files/src-comparator-comparatorinterface.html new file mode 100644 index 0000000..c3ee564 --- /dev/null +++ b/files/src-comparator-comparatorinterface.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                      +

                                                                                                                                                      pock

                                                                                                                                                      + + + + + +
                                                                                                                                                      + +
                                                                                                                                                      +
                                                                                                                                                      + + + + +
                                                                                                                                                      +
                                                                                                                                                        +
                                                                                                                                                      + +
                                                                                                                                                      +

                                                                                                                                                      ComparatorInterface.php

                                                                                                                                                      + +

                                                                                                                                                      PHP 7.3

                                                                                                                                                      + + + +
                                                                                                                                                      + Tags + +
                                                                                                                                                      +
                                                                                                                                                      +
                                                                                                                                                      + category +
                                                                                                                                                      +
                                                                                                                                                      + +

                                                                                                                                                      ComparatorInterface

                                                                                                                                                      +
                                                                                                                                                      + +
                                                                                                                                                      +
                                                                                                                                                      + + + + +

                                                                                                                                                      + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                      + +
                                                                                                                                                      +
                                                                                                                                                      ComparatorInterface
                                                                                                                                                      +
                                                                                                                                                      Interface ComparatorInterface
                                                                                                                                                      + + + +
                                                                                                                                                      + + + + + + + + +
                                                                                                                                                      +
                                                                                                                                                      +
                                                                                                                                                      +
                                                                                                                                                      +

                                                                                                                                                      Search results

                                                                                                                                                      + +
                                                                                                                                                      +
                                                                                                                                                      +
                                                                                                                                                        +
                                                                                                                                                        +
                                                                                                                                                        +
                                                                                                                                                        +
                                                                                                                                                        +
                                                                                                                                                        + + +
                                                                                                                                                        + + + + + + + + diff --git a/files/src-comparator-comparatorlocator.html b/files/src-comparator-comparatorlocator.html new file mode 100644 index 0000000..38b4a9f --- /dev/null +++ b/files/src-comparator-comparatorlocator.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                        +

                                                                                                                                                        pock

                                                                                                                                                        + + + + + +
                                                                                                                                                        + +
                                                                                                                                                        +
                                                                                                                                                        + + + + +
                                                                                                                                                        +
                                                                                                                                                          +
                                                                                                                                                        + +
                                                                                                                                                        +

                                                                                                                                                        ComparatorLocator.php

                                                                                                                                                        + +

                                                                                                                                                        PHP 7.3

                                                                                                                                                        + + + +
                                                                                                                                                        + Tags + +
                                                                                                                                                        +
                                                                                                                                                        +
                                                                                                                                                        + category +
                                                                                                                                                        +
                                                                                                                                                        + +

                                                                                                                                                        ComparatorLocator

                                                                                                                                                        +
                                                                                                                                                        + +
                                                                                                                                                        +
                                                                                                                                                        + + + + +

                                                                                                                                                        + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                        + +
                                                                                                                                                        + +
                                                                                                                                                        ComparatorLocator
                                                                                                                                                        +
                                                                                                                                                        Class ComparatorLocator
                                                                                                                                                        + + +
                                                                                                                                                        + + + + + + + + +
                                                                                                                                                        +
                                                                                                                                                        +
                                                                                                                                                        +
                                                                                                                                                        +

                                                                                                                                                        Search results

                                                                                                                                                        + +
                                                                                                                                                        +
                                                                                                                                                        +
                                                                                                                                                          +
                                                                                                                                                          +
                                                                                                                                                          +
                                                                                                                                                          +
                                                                                                                                                          +
                                                                                                                                                          + + +
                                                                                                                                                          + + + + + + + + diff --git a/files/src-comparator-ltrscalararraycomparator.html b/files/src-comparator-ltrscalararraycomparator.html new file mode 100644 index 0000000..42bc0d9 --- /dev/null +++ b/files/src-comparator-ltrscalararraycomparator.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                          +

                                                                                                                                                          pock

                                                                                                                                                          + + + + + +
                                                                                                                                                          + +
                                                                                                                                                          +
                                                                                                                                                          + + + + +
                                                                                                                                                          +
                                                                                                                                                            +
                                                                                                                                                          + +
                                                                                                                                                          +

                                                                                                                                                          LtrScalarArrayComparator.php

                                                                                                                                                          + +

                                                                                                                                                          PHP 7.3

                                                                                                                                                          + + + +
                                                                                                                                                          + Tags + +
                                                                                                                                                          +
                                                                                                                                                          +
                                                                                                                                                          + category +
                                                                                                                                                          +
                                                                                                                                                          + +

                                                                                                                                                          LtrScalarArrayComparator

                                                                                                                                                          +
                                                                                                                                                          + +
                                                                                                                                                          +
                                                                                                                                                          + + + + +

                                                                                                                                                          + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                          + +
                                                                                                                                                          + +
                                                                                                                                                          LtrScalarArrayComparator
                                                                                                                                                          +
                                                                                                                                                          Class LtrScalarArrayComparator
                                                                                                                                                          + + +
                                                                                                                                                          + + + + + + + + +
                                                                                                                                                          +
                                                                                                                                                          +
                                                                                                                                                          +
                                                                                                                                                          +

                                                                                                                                                          Search results

                                                                                                                                                          + +
                                                                                                                                                          +
                                                                                                                                                          +
                                                                                                                                                            +
                                                                                                                                                            +
                                                                                                                                                            +
                                                                                                                                                            +
                                                                                                                                                            +
                                                                                                                                                            + + +
                                                                                                                                                            + + + + + + + + diff --git a/files/src-comparator-recursivearraycomparator.html b/files/src-comparator-recursivearraycomparator.html new file mode 100644 index 0000000..6384065 --- /dev/null +++ b/files/src-comparator-recursivearraycomparator.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                            +

                                                                                                                                                            pock

                                                                                                                                                            + + + + + +
                                                                                                                                                            + +
                                                                                                                                                            +
                                                                                                                                                            + + + + +
                                                                                                                                                            +
                                                                                                                                                              +
                                                                                                                                                            + +
                                                                                                                                                            +

                                                                                                                                                            RecursiveArrayComparator.php

                                                                                                                                                            + +

                                                                                                                                                            PHP 7.3

                                                                                                                                                            + + + +
                                                                                                                                                            + Tags + +
                                                                                                                                                            +
                                                                                                                                                            +
                                                                                                                                                            + category +
                                                                                                                                                            +
                                                                                                                                                            + +

                                                                                                                                                            RecursiveArrayComparator

                                                                                                                                                            +
                                                                                                                                                            + +
                                                                                                                                                            +
                                                                                                                                                            + + + + +

                                                                                                                                                            + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                            + +
                                                                                                                                                            + +
                                                                                                                                                            RecursiveArrayComparator
                                                                                                                                                            +
                                                                                                                                                            Class RecursiveArrayComparator
                                                                                                                                                            + + +
                                                                                                                                                            + + + + + + + + +
                                                                                                                                                            +
                                                                                                                                                            +
                                                                                                                                                            +
                                                                                                                                                            +

                                                                                                                                                            Search results

                                                                                                                                                            + +
                                                                                                                                                            +
                                                                                                                                                            +
                                                                                                                                                              +
                                                                                                                                                              +
                                                                                                                                                              +
                                                                                                                                                              +
                                                                                                                                                              +
                                                                                                                                                              + + +
                                                                                                                                                              + + + + + + + + diff --git a/files/src-comparator-recursiveltrarraycomparator.html b/files/src-comparator-recursiveltrarraycomparator.html new file mode 100644 index 0000000..9eab981 --- /dev/null +++ b/files/src-comparator-recursiveltrarraycomparator.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                              +

                                                                                                                                                              pock

                                                                                                                                                              + + + + + +
                                                                                                                                                              + +
                                                                                                                                                              +
                                                                                                                                                              + + + + +
                                                                                                                                                              +
                                                                                                                                                                +
                                                                                                                                                              + +
                                                                                                                                                              +

                                                                                                                                                              RecursiveLtrArrayComparator.php

                                                                                                                                                              + +

                                                                                                                                                              PHP 7.3

                                                                                                                                                              + + + +
                                                                                                                                                              + Tags + +
                                                                                                                                                              +
                                                                                                                                                              +
                                                                                                                                                              + category +
                                                                                                                                                              +
                                                                                                                                                              + +

                                                                                                                                                              RecursiveLtrArrayComparator

                                                                                                                                                              +
                                                                                                                                                              + +
                                                                                                                                                              +
                                                                                                                                                              + + + + +

                                                                                                                                                              + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                              + +
                                                                                                                                                              + +
                                                                                                                                                              RecursiveLtrArrayComparator
                                                                                                                                                              +
                                                                                                                                                              Class RecursiveLtrArrayComparator
                                                                                                                                                              + + +
                                                                                                                                                              + + + + + + + + +
                                                                                                                                                              +
                                                                                                                                                              +
                                                                                                                                                              +
                                                                                                                                                              +

                                                                                                                                                              Search results

                                                                                                                                                              + +
                                                                                                                                                              +
                                                                                                                                                              +
                                                                                                                                                                +
                                                                                                                                                                +
                                                                                                                                                                +
                                                                                                                                                                +
                                                                                                                                                                +
                                                                                                                                                                + + +
                                                                                                                                                                + + + + + + + + diff --git a/files/src-comparator-scalarflatarraycomparator.html b/files/src-comparator-scalarflatarraycomparator.html new file mode 100644 index 0000000..0ebfda7 --- /dev/null +++ b/files/src-comparator-scalarflatarraycomparator.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                +

                                                                                                                                                                pock

                                                                                                                                                                + + + + + +
                                                                                                                                                                + +
                                                                                                                                                                +
                                                                                                                                                                + + + + +
                                                                                                                                                                +
                                                                                                                                                                  +
                                                                                                                                                                + +
                                                                                                                                                                +

                                                                                                                                                                ScalarFlatArrayComparator.php

                                                                                                                                                                + +

                                                                                                                                                                PHP 7.3

                                                                                                                                                                + + + +
                                                                                                                                                                + Tags + +
                                                                                                                                                                +
                                                                                                                                                                +
                                                                                                                                                                + category +
                                                                                                                                                                +
                                                                                                                                                                + +

                                                                                                                                                                ScalarFlatArrayComparator

                                                                                                                                                                +
                                                                                                                                                                + +
                                                                                                                                                                +
                                                                                                                                                                + + + + +

                                                                                                                                                                + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                + +
                                                                                                                                                                + +
                                                                                                                                                                ScalarFlatArrayComparator
                                                                                                                                                                +
                                                                                                                                                                Class ScalarFlatArrayComparator
                                                                                                                                                                + + +
                                                                                                                                                                + + + + + + + + +
                                                                                                                                                                +
                                                                                                                                                                +
                                                                                                                                                                +
                                                                                                                                                                +

                                                                                                                                                                Search results

                                                                                                                                                                + +
                                                                                                                                                                +
                                                                                                                                                                +
                                                                                                                                                                  +
                                                                                                                                                                  +
                                                                                                                                                                  +
                                                                                                                                                                  +
                                                                                                                                                                  +
                                                                                                                                                                  + + +
                                                                                                                                                                  + + + + + + + + diff --git a/files/src-creator-abstractjmsserializercreator.html b/files/src-creator-abstractjmsserializercreator.html new file mode 100644 index 0000000..c54febb --- /dev/null +++ b/files/src-creator-abstractjmsserializercreator.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                  +

                                                                                                                                                                  pock

                                                                                                                                                                  + + + + + +
                                                                                                                                                                  + +
                                                                                                                                                                  +
                                                                                                                                                                  + + + + +
                                                                                                                                                                  +
                                                                                                                                                                    +
                                                                                                                                                                  + +
                                                                                                                                                                  +

                                                                                                                                                                  AbstractJmsSerializerCreator.php

                                                                                                                                                                  + +

                                                                                                                                                                  PHP 7.2

                                                                                                                                                                  + + + +
                                                                                                                                                                  + Tags + +
                                                                                                                                                                  +
                                                                                                                                                                  +
                                                                                                                                                                  + category +
                                                                                                                                                                  +
                                                                                                                                                                  + +

                                                                                                                                                                  AbstractJmsSerializerCreator

                                                                                                                                                                  +
                                                                                                                                                                  + +
                                                                                                                                                                  +
                                                                                                                                                                  + + + + +

                                                                                                                                                                  + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                  + +
                                                                                                                                                                  + +
                                                                                                                                                                  AbstractJmsSerializerCreator
                                                                                                                                                                  +
                                                                                                                                                                  Class AbstractJmsSerializerCreator
                                                                                                                                                                  + + +
                                                                                                                                                                  + + + + + + + + +
                                                                                                                                                                  +
                                                                                                                                                                  +
                                                                                                                                                                  +
                                                                                                                                                                  +

                                                                                                                                                                  Search results

                                                                                                                                                                  + +
                                                                                                                                                                  +
                                                                                                                                                                  +
                                                                                                                                                                    +
                                                                                                                                                                    +
                                                                                                                                                                    +
                                                                                                                                                                    +
                                                                                                                                                                    +
                                                                                                                                                                    + + +
                                                                                                                                                                    + + + + + + + + diff --git a/files/src-creator-abstractsymfonyserializercreator.html b/files/src-creator-abstractsymfonyserializercreator.html new file mode 100644 index 0000000..e78c7dd --- /dev/null +++ b/files/src-creator-abstractsymfonyserializercreator.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                    +

                                                                                                                                                                    pock

                                                                                                                                                                    + + + + + +
                                                                                                                                                                    + +
                                                                                                                                                                    +
                                                                                                                                                                    + + + + +
                                                                                                                                                                    +
                                                                                                                                                                      +
                                                                                                                                                                    + +
                                                                                                                                                                    +

                                                                                                                                                                    AbstractSymfonySerializerCreator.php

                                                                                                                                                                    + +

                                                                                                                                                                    PHP 7.1

                                                                                                                                                                    + + + +
                                                                                                                                                                    + Tags + +
                                                                                                                                                                    +
                                                                                                                                                                    +
                                                                                                                                                                    + category +
                                                                                                                                                                    +
                                                                                                                                                                    + +

                                                                                                                                                                    AbstractSymfonySerializerCreator

                                                                                                                                                                    +
                                                                                                                                                                    + +
                                                                                                                                                                    +
                                                                                                                                                                    + + + + +

                                                                                                                                                                    + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                    + +
                                                                                                                                                                    + +
                                                                                                                                                                    AbstractSymfonySerializerCreator
                                                                                                                                                                    +
                                                                                                                                                                    Class AbstractSymfonySerializerCreator
                                                                                                                                                                    + + +
                                                                                                                                                                    + + + + + + + + +
                                                                                                                                                                    +
                                                                                                                                                                    +
                                                                                                                                                                    +
                                                                                                                                                                    +

                                                                                                                                                                    Search results

                                                                                                                                                                    + +
                                                                                                                                                                    +
                                                                                                                                                                    +
                                                                                                                                                                      +
                                                                                                                                                                      +
                                                                                                                                                                      +
                                                                                                                                                                      +
                                                                                                                                                                      +
                                                                                                                                                                      + + +
                                                                                                                                                                      + + + + + + + + diff --git a/files/src-creator-jmsjsonserializercreator.html b/files/src-creator-jmsjsonserializercreator.html new file mode 100644 index 0000000..171194a --- /dev/null +++ b/files/src-creator-jmsjsonserializercreator.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                      +

                                                                                                                                                                      pock

                                                                                                                                                                      + + + + + +
                                                                                                                                                                      + +
                                                                                                                                                                      +
                                                                                                                                                                      + + + + +
                                                                                                                                                                      +
                                                                                                                                                                        +
                                                                                                                                                                      + +
                                                                                                                                                                      +

                                                                                                                                                                      JmsJsonSerializerCreator.php

                                                                                                                                                                      + +

                                                                                                                                                                      PHP 7.2

                                                                                                                                                                      + + + +
                                                                                                                                                                      + Tags + +
                                                                                                                                                                      +
                                                                                                                                                                      +
                                                                                                                                                                      + category +
                                                                                                                                                                      +
                                                                                                                                                                      + +

                                                                                                                                                                      JmsJsonSerializerCreator

                                                                                                                                                                      +
                                                                                                                                                                      + +
                                                                                                                                                                      +
                                                                                                                                                                      + + + + +

                                                                                                                                                                      + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                      + +
                                                                                                                                                                      + +
                                                                                                                                                                      JmsJsonSerializerCreator
                                                                                                                                                                      +
                                                                                                                                                                      Class JmsJsonSerializerCreator
                                                                                                                                                                      + + +
                                                                                                                                                                      + + + + + + + + +
                                                                                                                                                                      +
                                                                                                                                                                      +
                                                                                                                                                                      +
                                                                                                                                                                      +

                                                                                                                                                                      Search results

                                                                                                                                                                      + +
                                                                                                                                                                      +
                                                                                                                                                                      +
                                                                                                                                                                        +
                                                                                                                                                                        +
                                                                                                                                                                        +
                                                                                                                                                                        +
                                                                                                                                                                        +
                                                                                                                                                                        + + +
                                                                                                                                                                        + + + + + + + + diff --git a/files/src-creator-jmsxmlserializercreator.html b/files/src-creator-jmsxmlserializercreator.html new file mode 100644 index 0000000..5a71002 --- /dev/null +++ b/files/src-creator-jmsxmlserializercreator.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                        +

                                                                                                                                                                        pock

                                                                                                                                                                        + + + + + +
                                                                                                                                                                        + +
                                                                                                                                                                        +
                                                                                                                                                                        + + + + +
                                                                                                                                                                        +
                                                                                                                                                                          +
                                                                                                                                                                        + +
                                                                                                                                                                        +

                                                                                                                                                                        JmsXmlSerializerCreator.php

                                                                                                                                                                        + +

                                                                                                                                                                        PHP 7.2

                                                                                                                                                                        + + + +
                                                                                                                                                                        + Tags + +
                                                                                                                                                                        +
                                                                                                                                                                        +
                                                                                                                                                                        + category +
                                                                                                                                                                        +
                                                                                                                                                                        + +

                                                                                                                                                                        JmsXmlSerializerCreator

                                                                                                                                                                        +
                                                                                                                                                                        + +
                                                                                                                                                                        +
                                                                                                                                                                        + + + + +

                                                                                                                                                                        + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                        + +
                                                                                                                                                                        + +
                                                                                                                                                                        JmsXmlSerializerCreator
                                                                                                                                                                        +
                                                                                                                                                                        Class JmsXmlSerializerCreator
                                                                                                                                                                        + + +
                                                                                                                                                                        + + + + + + + + +
                                                                                                                                                                        +
                                                                                                                                                                        +
                                                                                                                                                                        +
                                                                                                                                                                        +

                                                                                                                                                                        Search results

                                                                                                                                                                        + +
                                                                                                                                                                        +
                                                                                                                                                                        +
                                                                                                                                                                          +
                                                                                                                                                                          +
                                                                                                                                                                          +
                                                                                                                                                                          +
                                                                                                                                                                          +
                                                                                                                                                                          + + +
                                                                                                                                                                          + + + + + + + + diff --git a/files/src-creator-serializercreatorinterface.html b/files/src-creator-serializercreatorinterface.html new file mode 100644 index 0000000..7a9a56f --- /dev/null +++ b/files/src-creator-serializercreatorinterface.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                          +

                                                                                                                                                                          pock

                                                                                                                                                                          + + + + + +
                                                                                                                                                                          + +
                                                                                                                                                                          +
                                                                                                                                                                          + + + + +
                                                                                                                                                                          +
                                                                                                                                                                            +
                                                                                                                                                                          + +
                                                                                                                                                                          +

                                                                                                                                                                          SerializerCreatorInterface.php

                                                                                                                                                                          + +

                                                                                                                                                                          PHP 7.2

                                                                                                                                                                          + + + +
                                                                                                                                                                          + Tags + +
                                                                                                                                                                          +
                                                                                                                                                                          +
                                                                                                                                                                          + category +
                                                                                                                                                                          +
                                                                                                                                                                          + +

                                                                                                                                                                          SerializerCreatorInterface

                                                                                                                                                                          +
                                                                                                                                                                          + +
                                                                                                                                                                          +
                                                                                                                                                                          + + + + +

                                                                                                                                                                          + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                          + +
                                                                                                                                                                          +
                                                                                                                                                                          SerializerCreatorInterface
                                                                                                                                                                          +
                                                                                                                                                                          Interface SerializerCreatorInterface
                                                                                                                                                                          + + + +
                                                                                                                                                                          + + + + + + + + +
                                                                                                                                                                          +
                                                                                                                                                                          +
                                                                                                                                                                          +
                                                                                                                                                                          +

                                                                                                                                                                          Search results

                                                                                                                                                                          + +
                                                                                                                                                                          +
                                                                                                                                                                          +
                                                                                                                                                                            +
                                                                                                                                                                            +
                                                                                                                                                                            +
                                                                                                                                                                            +
                                                                                                                                                                            +
                                                                                                                                                                            + + +
                                                                                                                                                                            + + + + + + + + diff --git a/files/src-creator-symfonyjsonserializercreator.html b/files/src-creator-symfonyjsonserializercreator.html new file mode 100644 index 0000000..4fcdd62 --- /dev/null +++ b/files/src-creator-symfonyjsonserializercreator.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                            +

                                                                                                                                                                            pock

                                                                                                                                                                            + + + + + +
                                                                                                                                                                            + +
                                                                                                                                                                            +
                                                                                                                                                                            + + + + +
                                                                                                                                                                            +
                                                                                                                                                                              +
                                                                                                                                                                            + +
                                                                                                                                                                            +

                                                                                                                                                                            SymfonyJsonSerializerCreator.php

                                                                                                                                                                            + +

                                                                                                                                                                            PHP 7.1

                                                                                                                                                                            + + + +
                                                                                                                                                                            + Tags + +
                                                                                                                                                                            +
                                                                                                                                                                            +
                                                                                                                                                                            + category +
                                                                                                                                                                            +
                                                                                                                                                                            + +

                                                                                                                                                                            SymfonyJsonSerializerCreator

                                                                                                                                                                            +
                                                                                                                                                                            + +
                                                                                                                                                                            +
                                                                                                                                                                            + + + + +

                                                                                                                                                                            + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                            + +
                                                                                                                                                                            + +
                                                                                                                                                                            SymfonyJsonSerializerCreator
                                                                                                                                                                            +
                                                                                                                                                                            Class SymfonyJsonSerializerCreator
                                                                                                                                                                            + + +
                                                                                                                                                                            + + + + + + + + +
                                                                                                                                                                            +
                                                                                                                                                                            +
                                                                                                                                                                            +
                                                                                                                                                                            +

                                                                                                                                                                            Search results

                                                                                                                                                                            + +
                                                                                                                                                                            +
                                                                                                                                                                            +
                                                                                                                                                                              +
                                                                                                                                                                              +
                                                                                                                                                                              +
                                                                                                                                                                              +
                                                                                                                                                                              +
                                                                                                                                                                              + + +
                                                                                                                                                                              + + + + + + + + diff --git a/files/src-creator-symfonyxmlserializercreator.html b/files/src-creator-symfonyxmlserializercreator.html new file mode 100644 index 0000000..6932d43 --- /dev/null +++ b/files/src-creator-symfonyxmlserializercreator.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                              +

                                                                                                                                                                              pock

                                                                                                                                                                              + + + + + +
                                                                                                                                                                              + +
                                                                                                                                                                              +
                                                                                                                                                                              + + + + +
                                                                                                                                                                              +
                                                                                                                                                                                +
                                                                                                                                                                              + +
                                                                                                                                                                              +

                                                                                                                                                                              SymfonyXmlSerializerCreator.php

                                                                                                                                                                              + +

                                                                                                                                                                              PHP 7.1

                                                                                                                                                                              + + + +
                                                                                                                                                                              + Tags + +
                                                                                                                                                                              +
                                                                                                                                                                              +
                                                                                                                                                                              + category +
                                                                                                                                                                              +
                                                                                                                                                                              + +

                                                                                                                                                                              SymfonyXmlSerializerCreator

                                                                                                                                                                              +
                                                                                                                                                                              + +
                                                                                                                                                                              +
                                                                                                                                                                              + + + + +

                                                                                                                                                                              + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                              + +
                                                                                                                                                                              + +
                                                                                                                                                                              SymfonyXmlSerializerCreator
                                                                                                                                                                              +
                                                                                                                                                                              Class SymfonyXmlSerializerCreator
                                                                                                                                                                              + + +
                                                                                                                                                                              + + + + + + + + +
                                                                                                                                                                              +
                                                                                                                                                                              +
                                                                                                                                                                              +
                                                                                                                                                                              +

                                                                                                                                                                              Search results

                                                                                                                                                                              + +
                                                                                                                                                                              +
                                                                                                                                                                              +
                                                                                                                                                                                +
                                                                                                                                                                                +
                                                                                                                                                                                +
                                                                                                                                                                                +
                                                                                                                                                                                +
                                                                                                                                                                                + + +
                                                                                                                                                                                + + + + + + + + diff --git a/files/src-enum-requestmethod.html b/files/src-enum-requestmethod.html new file mode 100644 index 0000000..e454ebb --- /dev/null +++ b/files/src-enum-requestmethod.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                +

                                                                                                                                                                                pock

                                                                                                                                                                                + + + + + +
                                                                                                                                                                                + +
                                                                                                                                                                                +
                                                                                                                                                                                + + + + +
                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                + +
                                                                                                                                                                                +

                                                                                                                                                                                RequestMethod.php

                                                                                                                                                                                + +

                                                                                                                                                                                PHP 7.2

                                                                                                                                                                                + + + +
                                                                                                                                                                                + Tags + +
                                                                                                                                                                                +
                                                                                                                                                                                +
                                                                                                                                                                                + category +
                                                                                                                                                                                +
                                                                                                                                                                                + +

                                                                                                                                                                                RequestMethod

                                                                                                                                                                                +
                                                                                                                                                                                + +
                                                                                                                                                                                +
                                                                                                                                                                                + + + + +

                                                                                                                                                                                + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                + +
                                                                                                                                                                                + +
                                                                                                                                                                                RequestMethod
                                                                                                                                                                                +
                                                                                                                                                                                Class RequestMethod
                                                                                                                                                                                + + +
                                                                                                                                                                                + + + + + + + + +
                                                                                                                                                                                +
                                                                                                                                                                                +
                                                                                                                                                                                +
                                                                                                                                                                                +

                                                                                                                                                                                Search results

                                                                                                                                                                                + +
                                                                                                                                                                                +
                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                  +
                                                                                                                                                                                  +
                                                                                                                                                                                  +
                                                                                                                                                                                  +
                                                                                                                                                                                  + + +
                                                                                                                                                                                  + + + + + + + + diff --git a/files/src-enum-requestscheme.html b/files/src-enum-requestscheme.html new file mode 100644 index 0000000..5e9fa7a --- /dev/null +++ b/files/src-enum-requestscheme.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                  +

                                                                                                                                                                                  pock

                                                                                                                                                                                  + + + + + +
                                                                                                                                                                                  + +
                                                                                                                                                                                  +
                                                                                                                                                                                  + + + + +
                                                                                                                                                                                  +
                                                                                                                                                                                    +
                                                                                                                                                                                  + +
                                                                                                                                                                                  +

                                                                                                                                                                                  RequestScheme.php

                                                                                                                                                                                  + +

                                                                                                                                                                                  PHP 7.2

                                                                                                                                                                                  + + + +
                                                                                                                                                                                  + Tags + +
                                                                                                                                                                                  +
                                                                                                                                                                                  +
                                                                                                                                                                                  + category +
                                                                                                                                                                                  +
                                                                                                                                                                                  + +

                                                                                                                                                                                  RequestScheme

                                                                                                                                                                                  +
                                                                                                                                                                                  + +
                                                                                                                                                                                  +
                                                                                                                                                                                  + + + + +

                                                                                                                                                                                  + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                  + +
                                                                                                                                                                                  + +
                                                                                                                                                                                  RequestScheme
                                                                                                                                                                                  +
                                                                                                                                                                                  Class RequestScheme
                                                                                                                                                                                  + + +
                                                                                                                                                                                  + + + + + + + + +
                                                                                                                                                                                  +
                                                                                                                                                                                  +
                                                                                                                                                                                  +
                                                                                                                                                                                  +

                                                                                                                                                                                  Search results

                                                                                                                                                                                  + +
                                                                                                                                                                                  +
                                                                                                                                                                                  +
                                                                                                                                                                                    +
                                                                                                                                                                                    +
                                                                                                                                                                                    +
                                                                                                                                                                                    +
                                                                                                                                                                                    +
                                                                                                                                                                                    + + +
                                                                                                                                                                                    + + + + + + + + diff --git a/files/src-exception-abstractrequestawareexception.html b/files/src-exception-abstractrequestawareexception.html new file mode 100644 index 0000000..7d0f6d3 --- /dev/null +++ b/files/src-exception-abstractrequestawareexception.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                    +

                                                                                                                                                                                    pock

                                                                                                                                                                                    + + + + + +
                                                                                                                                                                                    + +
                                                                                                                                                                                    +
                                                                                                                                                                                    + + + + +
                                                                                                                                                                                    +
                                                                                                                                                                                      +
                                                                                                                                                                                    + +
                                                                                                                                                                                    +

                                                                                                                                                                                    AbstractRequestAwareException.php

                                                                                                                                                                                    + +

                                                                                                                                                                                    PHP 7.3

                                                                                                                                                                                    + + + +
                                                                                                                                                                                    + Tags + +
                                                                                                                                                                                    +
                                                                                                                                                                                    +
                                                                                                                                                                                    + category +
                                                                                                                                                                                    +
                                                                                                                                                                                    + +

                                                                                                                                                                                    AbstractRequestAwareException

                                                                                                                                                                                    +
                                                                                                                                                                                    + +
                                                                                                                                                                                    +
                                                                                                                                                                                    + + + + +

                                                                                                                                                                                    + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                    + +
                                                                                                                                                                                    + +
                                                                                                                                                                                    AbstractRequestAwareException
                                                                                                                                                                                    +
                                                                                                                                                                                    Class AbstractRequestAwareException
                                                                                                                                                                                    + + +
                                                                                                                                                                                    + + + + + + + + +
                                                                                                                                                                                    +
                                                                                                                                                                                    +
                                                                                                                                                                                    +
                                                                                                                                                                                    +

                                                                                                                                                                                    Search results

                                                                                                                                                                                    + +
                                                                                                                                                                                    +
                                                                                                                                                                                    +
                                                                                                                                                                                      +
                                                                                                                                                                                      +
                                                                                                                                                                                      +
                                                                                                                                                                                      +
                                                                                                                                                                                      +
                                                                                                                                                                                      + + +
                                                                                                                                                                                      + + + + + + + + diff --git a/files/src-exception-incompletemockexception.html b/files/src-exception-incompletemockexception.html new file mode 100644 index 0000000..1151062 --- /dev/null +++ b/files/src-exception-incompletemockexception.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                      +

                                                                                                                                                                                      pock

                                                                                                                                                                                      + + + + + +
                                                                                                                                                                                      + +
                                                                                                                                                                                      +
                                                                                                                                                                                      + + + + +
                                                                                                                                                                                      +
                                                                                                                                                                                        +
                                                                                                                                                                                      + +
                                                                                                                                                                                      +

                                                                                                                                                                                      IncompleteMockException.php

                                                                                                                                                                                      + +

                                                                                                                                                                                      PHP 7.2

                                                                                                                                                                                      + + + +
                                                                                                                                                                                      + Tags + +
                                                                                                                                                                                      +
                                                                                                                                                                                      +
                                                                                                                                                                                      + category +
                                                                                                                                                                                      +
                                                                                                                                                                                      + +

                                                                                                                                                                                      IncompleteMockException

                                                                                                                                                                                      +
                                                                                                                                                                                      + +
                                                                                                                                                                                      +
                                                                                                                                                                                      + + + + +

                                                                                                                                                                                      + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                      + +
                                                                                                                                                                                      + +
                                                                                                                                                                                      IncompleteMockException
                                                                                                                                                                                      +
                                                                                                                                                                                      Class IncompleteMockException
                                                                                                                                                                                      + + +
                                                                                                                                                                                      + + + + + + + + +
                                                                                                                                                                                      +
                                                                                                                                                                                      +
                                                                                                                                                                                      +
                                                                                                                                                                                      +

                                                                                                                                                                                      Search results

                                                                                                                                                                                      + +
                                                                                                                                                                                      +
                                                                                                                                                                                      +
                                                                                                                                                                                        +
                                                                                                                                                                                        +
                                                                                                                                                                                        +
                                                                                                                                                                                        +
                                                                                                                                                                                        +
                                                                                                                                                                                        + + +
                                                                                                                                                                                        + + + + + + + + diff --git a/files/src-exception-jsonexception.html b/files/src-exception-jsonexception.html new file mode 100644 index 0000000..3841c8c --- /dev/null +++ b/files/src-exception-jsonexception.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                        +

                                                                                                                                                                                        pock

                                                                                                                                                                                        + + + + + +
                                                                                                                                                                                        + +
                                                                                                                                                                                        +
                                                                                                                                                                                        + + + + +
                                                                                                                                                                                        +
                                                                                                                                                                                          +
                                                                                                                                                                                        + +
                                                                                                                                                                                        +

                                                                                                                                                                                        JsonException.php

                                                                                                                                                                                        + +

                                                                                                                                                                                        PHP 7.1

                                                                                                                                                                                        + + + +
                                                                                                                                                                                        + Tags + +
                                                                                                                                                                                        +
                                                                                                                                                                                        +
                                                                                                                                                                                        + category +
                                                                                                                                                                                        +
                                                                                                                                                                                        + +

                                                                                                                                                                                        JsonException

                                                                                                                                                                                        +
                                                                                                                                                                                        + +
                                                                                                                                                                                        +
                                                                                                                                                                                        + + + + +

                                                                                                                                                                                        + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                        + +
                                                                                                                                                                                        + +
                                                                                                                                                                                        JsonException
                                                                                                                                                                                        +
                                                                                                                                                                                        Class JsonException
                                                                                                                                                                                        + + +
                                                                                                                                                                                        + + + + + + + + +
                                                                                                                                                                                        +
                                                                                                                                                                                        +
                                                                                                                                                                                        +
                                                                                                                                                                                        +

                                                                                                                                                                                        Search results

                                                                                                                                                                                        + +
                                                                                                                                                                                        +
                                                                                                                                                                                        +
                                                                                                                                                                                          +
                                                                                                                                                                                          +
                                                                                                                                                                                          +
                                                                                                                                                                                          +
                                                                                                                                                                                          +
                                                                                                                                                                                          + + +
                                                                                                                                                                                          + + + + + + + + diff --git a/files/src-exception-pockclientexception.html b/files/src-exception-pockclientexception.html new file mode 100644 index 0000000..10a23be --- /dev/null +++ b/files/src-exception-pockclientexception.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                          +

                                                                                                                                                                                          pock

                                                                                                                                                                                          + + + + + +
                                                                                                                                                                                          + +
                                                                                                                                                                                          +
                                                                                                                                                                                          + + + + +
                                                                                                                                                                                          +
                                                                                                                                                                                            +
                                                                                                                                                                                          + +
                                                                                                                                                                                          +

                                                                                                                                                                                          PockClientException.php

                                                                                                                                                                                          + +

                                                                                                                                                                                          PHP 7.3

                                                                                                                                                                                          + + + +
                                                                                                                                                                                          + Tags + +
                                                                                                                                                                                          +
                                                                                                                                                                                          +
                                                                                                                                                                                          + category +
                                                                                                                                                                                          +
                                                                                                                                                                                          + +

                                                                                                                                                                                          PockClientException

                                                                                                                                                                                          +
                                                                                                                                                                                          + +
                                                                                                                                                                                          +
                                                                                                                                                                                          + + + + +

                                                                                                                                                                                          + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                          + +
                                                                                                                                                                                          + +
                                                                                                                                                                                          PockClientException
                                                                                                                                                                                          +
                                                                                                                                                                                          Class PockClientException
                                                                                                                                                                                          + + +
                                                                                                                                                                                          + + + + + + + + +
                                                                                                                                                                                          +
                                                                                                                                                                                          +
                                                                                                                                                                                          +
                                                                                                                                                                                          +

                                                                                                                                                                                          Search results

                                                                                                                                                                                          + +
                                                                                                                                                                                          +
                                                                                                                                                                                          +
                                                                                                                                                                                            +
                                                                                                                                                                                            +
                                                                                                                                                                                            +
                                                                                                                                                                                            +
                                                                                                                                                                                            +
                                                                                                                                                                                            + + +
                                                                                                                                                                                            + + + + + + + + diff --git a/files/src-exception-pocknetworkexception.html b/files/src-exception-pocknetworkexception.html new file mode 100644 index 0000000..fb76952 --- /dev/null +++ b/files/src-exception-pocknetworkexception.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                            +

                                                                                                                                                                                            pock

                                                                                                                                                                                            + + + + + +
                                                                                                                                                                                            + +
                                                                                                                                                                                            +
                                                                                                                                                                                            + + + + +
                                                                                                                                                                                            +
                                                                                                                                                                                              +
                                                                                                                                                                                            + +
                                                                                                                                                                                            +

                                                                                                                                                                                            PockNetworkException.php

                                                                                                                                                                                            + +

                                                                                                                                                                                            PHP 7.3

                                                                                                                                                                                            + + + +
                                                                                                                                                                                            + Tags + +
                                                                                                                                                                                            +
                                                                                                                                                                                            +
                                                                                                                                                                                            + category +
                                                                                                                                                                                            +
                                                                                                                                                                                            + +

                                                                                                                                                                                            PockNetworkException

                                                                                                                                                                                            +
                                                                                                                                                                                            + +
                                                                                                                                                                                            +
                                                                                                                                                                                            + + + + +

                                                                                                                                                                                            + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                            + +
                                                                                                                                                                                            + +
                                                                                                                                                                                            PockNetworkException
                                                                                                                                                                                            +
                                                                                                                                                                                            Class PockNetworkException
                                                                                                                                                                                            + + +
                                                                                                                                                                                            + + + + + + + + +
                                                                                                                                                                                            +
                                                                                                                                                                                            +
                                                                                                                                                                                            +
                                                                                                                                                                                            +

                                                                                                                                                                                            Search results

                                                                                                                                                                                            + +
                                                                                                                                                                                            +
                                                                                                                                                                                            +
                                                                                                                                                                                              +
                                                                                                                                                                                              +
                                                                                                                                                                                              +
                                                                                                                                                                                              +
                                                                                                                                                                                              +
                                                                                                                                                                                              + + +
                                                                                                                                                                                              + + + + + + + + diff --git a/files/src-exception-pockrequestexception.html b/files/src-exception-pockrequestexception.html new file mode 100644 index 0000000..54ee378 --- /dev/null +++ b/files/src-exception-pockrequestexception.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                              +

                                                                                                                                                                                              pock

                                                                                                                                                                                              + + + + + +
                                                                                                                                                                                              + +
                                                                                                                                                                                              +
                                                                                                                                                                                              + + + + +
                                                                                                                                                                                              +
                                                                                                                                                                                                +
                                                                                                                                                                                              + +
                                                                                                                                                                                              +

                                                                                                                                                                                              PockRequestException.php

                                                                                                                                                                                              + +

                                                                                                                                                                                              PHP 7.3

                                                                                                                                                                                              + + + +
                                                                                                                                                                                              + Tags + +
                                                                                                                                                                                              +
                                                                                                                                                                                              +
                                                                                                                                                                                              + category +
                                                                                                                                                                                              +
                                                                                                                                                                                              + +

                                                                                                                                                                                              PockRequestException

                                                                                                                                                                                              +
                                                                                                                                                                                              + +
                                                                                                                                                                                              +
                                                                                                                                                                                              + + + + +

                                                                                                                                                                                              + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                              + +
                                                                                                                                                                                              + +
                                                                                                                                                                                              PockRequestException
                                                                                                                                                                                              +
                                                                                                                                                                                              Class PockRequestException
                                                                                                                                                                                              + + +
                                                                                                                                                                                              + + + + + + + + +
                                                                                                                                                                                              +
                                                                                                                                                                                              +
                                                                                                                                                                                              +
                                                                                                                                                                                              +

                                                                                                                                                                                              Search results

                                                                                                                                                                                              + +
                                                                                                                                                                                              +
                                                                                                                                                                                              +
                                                                                                                                                                                                +
                                                                                                                                                                                                +
                                                                                                                                                                                                +
                                                                                                                                                                                                +
                                                                                                                                                                                                +
                                                                                                                                                                                                + + +
                                                                                                                                                                                                + + + + + + + + diff --git a/files/src-exception-unsupportedrequestexception.html b/files/src-exception-unsupportedrequestexception.html new file mode 100644 index 0000000..46b69cb --- /dev/null +++ b/files/src-exception-unsupportedrequestexception.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                +

                                                                                                                                                                                                pock

                                                                                                                                                                                                + + + + + +
                                                                                                                                                                                                + +
                                                                                                                                                                                                +
                                                                                                                                                                                                + + + + +
                                                                                                                                                                                                +
                                                                                                                                                                                                  +
                                                                                                                                                                                                + +
                                                                                                                                                                                                +

                                                                                                                                                                                                UnsupportedRequestException.php

                                                                                                                                                                                                + +

                                                                                                                                                                                                PHP 7.2

                                                                                                                                                                                                + + + +
                                                                                                                                                                                                + Tags + +
                                                                                                                                                                                                +
                                                                                                                                                                                                +
                                                                                                                                                                                                + category +
                                                                                                                                                                                                +
                                                                                                                                                                                                + +

                                                                                                                                                                                                UnsupportedRequestException

                                                                                                                                                                                                +
                                                                                                                                                                                                + +
                                                                                                                                                                                                +
                                                                                                                                                                                                + + + + +

                                                                                                                                                                                                + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                + +
                                                                                                                                                                                                + +
                                                                                                                                                                                                UnsupportedRequestException
                                                                                                                                                                                                +
                                                                                                                                                                                                Class UnsupportedRequestException
                                                                                                                                                                                                + + +
                                                                                                                                                                                                + + + + + + + + +
                                                                                                                                                                                                +
                                                                                                                                                                                                +
                                                                                                                                                                                                +
                                                                                                                                                                                                +

                                                                                                                                                                                                Search results

                                                                                                                                                                                                + +
                                                                                                                                                                                                +
                                                                                                                                                                                                +
                                                                                                                                                                                                  +
                                                                                                                                                                                                  +
                                                                                                                                                                                                  +
                                                                                                                                                                                                  +
                                                                                                                                                                                                  +
                                                                                                                                                                                                  + + +
                                                                                                                                                                                                  + + + + + + + + diff --git a/files/src-exception-xmlexception.html b/files/src-exception-xmlexception.html new file mode 100644 index 0000000..d97dbf0 --- /dev/null +++ b/files/src-exception-xmlexception.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                  +

                                                                                                                                                                                                  pock

                                                                                                                                                                                                  + + + + + +
                                                                                                                                                                                                  + +
                                                                                                                                                                                                  +
                                                                                                                                                                                                  + + + + +
                                                                                                                                                                                                  +
                                                                                                                                                                                                    +
                                                                                                                                                                                                  + +
                                                                                                                                                                                                  +

                                                                                                                                                                                                  XmlException.php

                                                                                                                                                                                                  + +

                                                                                                                                                                                                  PHP 7.1

                                                                                                                                                                                                  + + + +
                                                                                                                                                                                                  + Tags + +
                                                                                                                                                                                                  +
                                                                                                                                                                                                  +
                                                                                                                                                                                                  + category +
                                                                                                                                                                                                  +
                                                                                                                                                                                                  + +

                                                                                                                                                                                                  XmlException

                                                                                                                                                                                                  +
                                                                                                                                                                                                  + +
                                                                                                                                                                                                  +
                                                                                                                                                                                                  + + + + +

                                                                                                                                                                                                  + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                  + +
                                                                                                                                                                                                  + +
                                                                                                                                                                                                  XmlException
                                                                                                                                                                                                  +
                                                                                                                                                                                                  Class XmlException
                                                                                                                                                                                                  + + +
                                                                                                                                                                                                  + + + + + + + + +
                                                                                                                                                                                                  +
                                                                                                                                                                                                  +
                                                                                                                                                                                                  +
                                                                                                                                                                                                  +

                                                                                                                                                                                                  Search results

                                                                                                                                                                                                  + +
                                                                                                                                                                                                  +
                                                                                                                                                                                                  +
                                                                                                                                                                                                    +
                                                                                                                                                                                                    +
                                                                                                                                                                                                    +
                                                                                                                                                                                                    +
                                                                                                                                                                                                    +
                                                                                                                                                                                                    + + +
                                                                                                                                                                                                    + + + + + + + + diff --git a/files/src-factory-abstractserializerfactory.html b/files/src-factory-abstractserializerfactory.html new file mode 100644 index 0000000..8fe7b00 --- /dev/null +++ b/files/src-factory-abstractserializerfactory.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                    +

                                                                                                                                                                                                    pock

                                                                                                                                                                                                    + + + + + +
                                                                                                                                                                                                    + +
                                                                                                                                                                                                    +
                                                                                                                                                                                                    + + + + +
                                                                                                                                                                                                    +
                                                                                                                                                                                                      +
                                                                                                                                                                                                    + +
                                                                                                                                                                                                    +

                                                                                                                                                                                                    AbstractSerializerFactory.php

                                                                                                                                                                                                    + +

                                                                                                                                                                                                    PHP 7.2

                                                                                                                                                                                                    + + + +
                                                                                                                                                                                                    + Tags + +
                                                                                                                                                                                                    +
                                                                                                                                                                                                    +
                                                                                                                                                                                                    + category +
                                                                                                                                                                                                    +
                                                                                                                                                                                                    + +

                                                                                                                                                                                                    AbstractSerializerFactory

                                                                                                                                                                                                    +
                                                                                                                                                                                                    + +
                                                                                                                                                                                                    +
                                                                                                                                                                                                    + + + + +

                                                                                                                                                                                                    + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                    + +
                                                                                                                                                                                                    + +
                                                                                                                                                                                                    AbstractSerializerFactory
                                                                                                                                                                                                    +
                                                                                                                                                                                                    Class AbstractSerializerFactory
                                                                                                                                                                                                    + + +
                                                                                                                                                                                                    + + + + + + + + +
                                                                                                                                                                                                    +
                                                                                                                                                                                                    +
                                                                                                                                                                                                    +
                                                                                                                                                                                                    +

                                                                                                                                                                                                    Search results

                                                                                                                                                                                                    + +
                                                                                                                                                                                                    +
                                                                                                                                                                                                    +
                                                                                                                                                                                                      +
                                                                                                                                                                                                      +
                                                                                                                                                                                                      +
                                                                                                                                                                                                      +
                                                                                                                                                                                                      +
                                                                                                                                                                                                      + + +
                                                                                                                                                                                                      + + + + + + + + diff --git a/files/src-factory-callbackreplyfactory.html b/files/src-factory-callbackreplyfactory.html new file mode 100644 index 0000000..3f2deb8 --- /dev/null +++ b/files/src-factory-callbackreplyfactory.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                      +

                                                                                                                                                                                                      pock

                                                                                                                                                                                                      + + + + + +
                                                                                                                                                                                                      + +
                                                                                                                                                                                                      +
                                                                                                                                                                                                      + + + + +
                                                                                                                                                                                                      +
                                                                                                                                                                                                        +
                                                                                                                                                                                                      + +
                                                                                                                                                                                                      +

                                                                                                                                                                                                      CallbackReplyFactory.php

                                                                                                                                                                                                      + +

                                                                                                                                                                                                      PHP 7.3

                                                                                                                                                                                                      + + + +
                                                                                                                                                                                                      + Tags + +
                                                                                                                                                                                                      +
                                                                                                                                                                                                      +
                                                                                                                                                                                                      + category +
                                                                                                                                                                                                      +
                                                                                                                                                                                                      + +

                                                                                                                                                                                                      CallbackReplyFactory

                                                                                                                                                                                                      +
                                                                                                                                                                                                      + +
                                                                                                                                                                                                      +
                                                                                                                                                                                                      + + + + +

                                                                                                                                                                                                      + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                      + +
                                                                                                                                                                                                      + +
                                                                                                                                                                                                      CallbackReplyFactory
                                                                                                                                                                                                      +
                                                                                                                                                                                                      Class CallbackReplyFactory
                                                                                                                                                                                                      + + +
                                                                                                                                                                                                      + + + + + + + + +
                                                                                                                                                                                                      +
                                                                                                                                                                                                      +
                                                                                                                                                                                                      +
                                                                                                                                                                                                      +

                                                                                                                                                                                                      Search results

                                                                                                                                                                                                      + +
                                                                                                                                                                                                      +
                                                                                                                                                                                                      +
                                                                                                                                                                                                        +
                                                                                                                                                                                                        +
                                                                                                                                                                                                        +
                                                                                                                                                                                                        +
                                                                                                                                                                                                        +
                                                                                                                                                                                                        + + +
                                                                                                                                                                                                        + + + + + + + + diff --git a/files/src-factory-jsonserializerfactory.html b/files/src-factory-jsonserializerfactory.html new file mode 100644 index 0000000..c32a9ca --- /dev/null +++ b/files/src-factory-jsonserializerfactory.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                        +

                                                                                                                                                                                                        pock

                                                                                                                                                                                                        + + + + + +
                                                                                                                                                                                                        + +
                                                                                                                                                                                                        +
                                                                                                                                                                                                        + + + + +
                                                                                                                                                                                                        +
                                                                                                                                                                                                          +
                                                                                                                                                                                                        + +
                                                                                                                                                                                                        +

                                                                                                                                                                                                        JsonSerializerFactory.php

                                                                                                                                                                                                        + +

                                                                                                                                                                                                        PHP 7.2

                                                                                                                                                                                                        + + + +
                                                                                                                                                                                                        + Tags + +
                                                                                                                                                                                                        +
                                                                                                                                                                                                        +
                                                                                                                                                                                                        + category +
                                                                                                                                                                                                        +
                                                                                                                                                                                                        + +

                                                                                                                                                                                                        JsonSerializerFactory

                                                                                                                                                                                                        +
                                                                                                                                                                                                        + +
                                                                                                                                                                                                        +
                                                                                                                                                                                                        + + + + +

                                                                                                                                                                                                        + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                        + +
                                                                                                                                                                                                        + +
                                                                                                                                                                                                        JsonSerializerFactory
                                                                                                                                                                                                        +
                                                                                                                                                                                                        Class JsonSerializerFactory
                                                                                                                                                                                                        + + +
                                                                                                                                                                                                        + + + + + + + + +
                                                                                                                                                                                                        +
                                                                                                                                                                                                        +
                                                                                                                                                                                                        +
                                                                                                                                                                                                        +

                                                                                                                                                                                                        Search results

                                                                                                                                                                                                        + +
                                                                                                                                                                                                        +
                                                                                                                                                                                                        +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          + + +
                                                                                                                                                                                                          + + + + + + + + diff --git a/files/src-factory-replyfactoryinterface.html b/files/src-factory-replyfactoryinterface.html new file mode 100644 index 0000000..1554b91 --- /dev/null +++ b/files/src-factory-replyfactoryinterface.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                          +

                                                                                                                                                                                                          pock

                                                                                                                                                                                                          + + + + + +
                                                                                                                                                                                                          + +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          + + + + +
                                                                                                                                                                                                          +
                                                                                                                                                                                                            +
                                                                                                                                                                                                          + +
                                                                                                                                                                                                          +

                                                                                                                                                                                                          ReplyFactoryInterface.php

                                                                                                                                                                                                          + +

                                                                                                                                                                                                          PHP 7.3

                                                                                                                                                                                                          + + + +
                                                                                                                                                                                                          + Tags + +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          + category +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          + +

                                                                                                                                                                                                          ReplyFactoryInterface

                                                                                                                                                                                                          +
                                                                                                                                                                                                          + +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          + + + + +

                                                                                                                                                                                                          + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                          + +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          ReplyFactoryInterface
                                                                                                                                                                                                          +
                                                                                                                                                                                                          Interface ReplyFactoryInterface
                                                                                                                                                                                                          + + + +
                                                                                                                                                                                                          + + + + + + + + +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          +

                                                                                                                                                                                                          Search results

                                                                                                                                                                                                          + +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          +
                                                                                                                                                                                                            +
                                                                                                                                                                                                            +
                                                                                                                                                                                                            +
                                                                                                                                                                                                            +
                                                                                                                                                                                                            +
                                                                                                                                                                                                            + + +
                                                                                                                                                                                                            + + + + + + + + diff --git a/files/src-factory-xmlserializerfactory.html b/files/src-factory-xmlserializerfactory.html new file mode 100644 index 0000000..255ef8d --- /dev/null +++ b/files/src-factory-xmlserializerfactory.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                            +

                                                                                                                                                                                                            pock

                                                                                                                                                                                                            + + + + + +
                                                                                                                                                                                                            + +
                                                                                                                                                                                                            +
                                                                                                                                                                                                            + + + + +
                                                                                                                                                                                                            +
                                                                                                                                                                                                              +
                                                                                                                                                                                                            + +
                                                                                                                                                                                                            +

                                                                                                                                                                                                            XmlSerializerFactory.php

                                                                                                                                                                                                            + +

                                                                                                                                                                                                            PHP 7.2

                                                                                                                                                                                                            + + + +
                                                                                                                                                                                                            + Tags + +
                                                                                                                                                                                                            +
                                                                                                                                                                                                            +
                                                                                                                                                                                                            + category +
                                                                                                                                                                                                            +
                                                                                                                                                                                                            + +

                                                                                                                                                                                                            XmlSerializerFactory

                                                                                                                                                                                                            +
                                                                                                                                                                                                            + +
                                                                                                                                                                                                            +
                                                                                                                                                                                                            + + + + +

                                                                                                                                                                                                            + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                            + +
                                                                                                                                                                                                            + +
                                                                                                                                                                                                            XmlSerializerFactory
                                                                                                                                                                                                            +
                                                                                                                                                                                                            Class XmlSerializerFactory
                                                                                                                                                                                                            + + +
                                                                                                                                                                                                            + + + + + + + + +
                                                                                                                                                                                                            +
                                                                                                                                                                                                            +
                                                                                                                                                                                                            +
                                                                                                                                                                                                            +

                                                                                                                                                                                                            Search results

                                                                                                                                                                                                            + +
                                                                                                                                                                                                            +
                                                                                                                                                                                                            +
                                                                                                                                                                                                              +
                                                                                                                                                                                                              +
                                                                                                                                                                                                              +
                                                                                                                                                                                                              +
                                                                                                                                                                                                              +
                                                                                                                                                                                                              + + +
                                                                                                                                                                                                              + + + + + + + + diff --git a/files/src-matchers-abstractregexpmatcher.html b/files/src-matchers-abstractregexpmatcher.html new file mode 100644 index 0000000..25c24a5 --- /dev/null +++ b/files/src-matchers-abstractregexpmatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                              +

                                                                                                                                                                                                              pock

                                                                                                                                                                                                              + + + + + +
                                                                                                                                                                                                              + +
                                                                                                                                                                                                              +
                                                                                                                                                                                                              + + + + +
                                                                                                                                                                                                              +
                                                                                                                                                                                                                +
                                                                                                                                                                                                              + +
                                                                                                                                                                                                              +

                                                                                                                                                                                                              AbstractRegExpMatcher.php

                                                                                                                                                                                                              + +

                                                                                                                                                                                                              PHP version 7.3

                                                                                                                                                                                                              + + + +
                                                                                                                                                                                                              + Tags + +
                                                                                                                                                                                                              +
                                                                                                                                                                                                              +
                                                                                                                                                                                                              + category +
                                                                                                                                                                                                              +
                                                                                                                                                                                                              + +

                                                                                                                                                                                                              AbstractRegExpMatcher

                                                                                                                                                                                                              +
                                                                                                                                                                                                              + +
                                                                                                                                                                                                              +
                                                                                                                                                                                                              + + + + +

                                                                                                                                                                                                              + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                              + +
                                                                                                                                                                                                              + +
                                                                                                                                                                                                              AbstractRegExpMatcher
                                                                                                                                                                                                              +
                                                                                                                                                                                                              Class AbstractRegExpMatcher
                                                                                                                                                                                                              + + +
                                                                                                                                                                                                              + + + + + + + + +
                                                                                                                                                                                                              +
                                                                                                                                                                                                              +
                                                                                                                                                                                                              +
                                                                                                                                                                                                              +

                                                                                                                                                                                                              Search results

                                                                                                                                                                                                              + +
                                                                                                                                                                                                              +
                                                                                                                                                                                                              +
                                                                                                                                                                                                                +
                                                                                                                                                                                                                +
                                                                                                                                                                                                                +
                                                                                                                                                                                                                +
                                                                                                                                                                                                                +
                                                                                                                                                                                                                + + +
                                                                                                                                                                                                                + + + + + + + + diff --git a/files/src-matchers-abstractserializedbodymatcher.html b/files/src-matchers-abstractserializedbodymatcher.html new file mode 100644 index 0000000..8692776 --- /dev/null +++ b/files/src-matchers-abstractserializedbodymatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                +

                                                                                                                                                                                                                pock

                                                                                                                                                                                                                + + + + + +
                                                                                                                                                                                                                + +
                                                                                                                                                                                                                +
                                                                                                                                                                                                                + + + + +
                                                                                                                                                                                                                +
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                + +
                                                                                                                                                                                                                +

                                                                                                                                                                                                                AbstractSerializedBodyMatcher.php

                                                                                                                                                                                                                + +

                                                                                                                                                                                                                PHP 7.1

                                                                                                                                                                                                                + + + +
                                                                                                                                                                                                                + Tags + +
                                                                                                                                                                                                                +
                                                                                                                                                                                                                +
                                                                                                                                                                                                                + category +
                                                                                                                                                                                                                +
                                                                                                                                                                                                                + +

                                                                                                                                                                                                                AbstractSerializedBodyMatcher

                                                                                                                                                                                                                +
                                                                                                                                                                                                                + +
                                                                                                                                                                                                                +
                                                                                                                                                                                                                + + + + +

                                                                                                                                                                                                                + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                + +
                                                                                                                                                                                                                + +
                                                                                                                                                                                                                AbstractSerializedBodyMatcher
                                                                                                                                                                                                                +
                                                                                                                                                                                                                Class AbstractSerializedBodyMatcher
                                                                                                                                                                                                                + + +
                                                                                                                                                                                                                + + + + + + + + +
                                                                                                                                                                                                                +
                                                                                                                                                                                                                +
                                                                                                                                                                                                                +
                                                                                                                                                                                                                +

                                                                                                                                                                                                                Search results

                                                                                                                                                                                                                + +
                                                                                                                                                                                                                +
                                                                                                                                                                                                                +
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                  + + +
                                                                                                                                                                                                                  + + + + + + + + diff --git a/files/src-matchers-anyrequestmatcher.html b/files/src-matchers-anyrequestmatcher.html new file mode 100644 index 0000000..4d9d268 --- /dev/null +++ b/files/src-matchers-anyrequestmatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                  +

                                                                                                                                                                                                                  pock

                                                                                                                                                                                                                  + + + + + +
                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                  + + + + +
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                  +

                                                                                                                                                                                                                  AnyRequestMatcher.php

                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                  PHP 7.2

                                                                                                                                                                                                                  + + + +
                                                                                                                                                                                                                  + Tags + +
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                  + category +
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                  AnyRequestMatcher

                                                                                                                                                                                                                  +
                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                  + + + + +

                                                                                                                                                                                                                  + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                  AnyRequestMatcher
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                  Class AnyRequestMatcher
                                                                                                                                                                                                                  + + +
                                                                                                                                                                                                                  + + + + + + + + +
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                  +

                                                                                                                                                                                                                  Search results

                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                    + + + + + + + + diff --git a/files/src-matchers-bodymatcher.html b/files/src-matchers-bodymatcher.html new file mode 100644 index 0000000..20bfcd7 --- /dev/null +++ b/files/src-matchers-bodymatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                    +

                                                                                                                                                                                                                    pock

                                                                                                                                                                                                                    + + + + + +
                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                    + + + + +
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                    +

                                                                                                                                                                                                                    BodyMatcher.php

                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                    PHP 7.1

                                                                                                                                                                                                                    + + + +
                                                                                                                                                                                                                    + Tags + +
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                    + category +
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                    BodyMatcher

                                                                                                                                                                                                                    +
                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                    + + + + +

                                                                                                                                                                                                                    + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                    BodyMatcher
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                    Class BodyMatcher
                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                    + + + + + + + + +
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                    +

                                                                                                                                                                                                                    Search results

                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                      + + +
                                                                                                                                                                                                                      + + + + + + + + diff --git a/files/src-matchers-callbackrequestmatcher.html b/files/src-matchers-callbackrequestmatcher.html new file mode 100644 index 0000000..feed18d --- /dev/null +++ b/files/src-matchers-callbackrequestmatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                      +

                                                                                                                                                                                                                      pock

                                                                                                                                                                                                                      + + + + + +
                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                      + + + + +
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                      +

                                                                                                                                                                                                                      CallbackRequestMatcher.php

                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                      PHP 7.1

                                                                                                                                                                                                                      + + + +
                                                                                                                                                                                                                      + Tags + +
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                      + category +
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                      CallbackRequestMatcher

                                                                                                                                                                                                                      +
                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                      + + + + +

                                                                                                                                                                                                                      + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                      CallbackRequestMatcher
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                      Class CallbackRequestMatcher
                                                                                                                                                                                                                      + + +
                                                                                                                                                                                                                      + + + + + + + + +
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                      +

                                                                                                                                                                                                                      Search results

                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                        + + +
                                                                                                                                                                                                                        + + + + + + + + diff --git a/files/src-matchers-exactformdatamatcher.html b/files/src-matchers-exactformdatamatcher.html new file mode 100644 index 0000000..28e730e --- /dev/null +++ b/files/src-matchers-exactformdatamatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                        +

                                                                                                                                                                                                                        pock

                                                                                                                                                                                                                        + + + + + +
                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                        + + + + +
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                        +

                                                                                                                                                                                                                        ExactFormDataMatcher.php

                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                        PHP version 7.3

                                                                                                                                                                                                                        + + + +
                                                                                                                                                                                                                        + Tags + +
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                        + category +
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                        ExactFormDataMatcher

                                                                                                                                                                                                                        +
                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                        + + + + +

                                                                                                                                                                                                                        + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                        ExactFormDataMatcher
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                        Class ExactFormDataMatcher
                                                                                                                                                                                                                        + + +
                                                                                                                                                                                                                        + + + + + + + + +
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                        +

                                                                                                                                                                                                                        Search results

                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          + + +
                                                                                                                                                                                                                          + + + + + + + + diff --git a/files/src-matchers-exactheadermatcher.html b/files/src-matchers-exactheadermatcher.html new file mode 100644 index 0000000..8aa5294 --- /dev/null +++ b/files/src-matchers-exactheadermatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          pock

                                                                                                                                                                                                                          + + + + + +
                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          + + + + +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          ExactHeaderMatcher.php

                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                          PHP 7.1

                                                                                                                                                                                                                          + + + +
                                                                                                                                                                                                                          + Tags + +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          + category +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                          ExactHeaderMatcher

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          + + + + +

                                                                                                                                                                                                                          + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                          ExactHeaderMatcher
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          Class ExactHeaderMatcher
                                                                                                                                                                                                                          + + +
                                                                                                                                                                                                                          + + + + + + + + +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          Search results

                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            + + +
                                                                                                                                                                                                                            + + + + + + + + diff --git a/files/src-matchers-exactheadersmatcher.html b/files/src-matchers-exactheadersmatcher.html new file mode 100644 index 0000000..746db53 --- /dev/null +++ b/files/src-matchers-exactheadersmatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                            +

                                                                                                                                                                                                                            pock

                                                                                                                                                                                                                            + + + + + +
                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            + + + + +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                              +
                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                            +

                                                                                                                                                                                                                            ExactHeadersMatcher.php

                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                            PHP 7.1

                                                                                                                                                                                                                            + + + +
                                                                                                                                                                                                                            + Tags + +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            + category +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                            ExactHeadersMatcher

                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            + + + + +

                                                                                                                                                                                                                            + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                            ExactHeadersMatcher
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            Class ExactHeadersMatcher
                                                                                                                                                                                                                            + + +
                                                                                                                                                                                                                            + + + + + + + + +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +

                                                                                                                                                                                                                            Search results

                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                              +
                                                                                                                                                                                                                              +
                                                                                                                                                                                                                              +
                                                                                                                                                                                                                              +
                                                                                                                                                                                                                              +
                                                                                                                                                                                                                              + + +
                                                                                                                                                                                                                              + + + + + + + + diff --git a/files/src-matchers-exactquerymatcher.html b/files/src-matchers-exactquerymatcher.html new file mode 100644 index 0000000..8b7ffad --- /dev/null +++ b/files/src-matchers-exactquerymatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                              +

                                                                                                                                                                                                                              pock

                                                                                                                                                                                                                              + + + + + +
                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                              +
                                                                                                                                                                                                                              + + + + +
                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                +
                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                              +

                                                                                                                                                                                                                              ExactQueryMatcher.php

                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                              PHP 7.1

                                                                                                                                                                                                                              + + + +
                                                                                                                                                                                                                              + Tags + +
                                                                                                                                                                                                                              +
                                                                                                                                                                                                                              +
                                                                                                                                                                                                                              + category +
                                                                                                                                                                                                                              +
                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                              ExactQueryMatcher

                                                                                                                                                                                                                              +
                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                              +
                                                                                                                                                                                                                              + + + + +

                                                                                                                                                                                                                              + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                              ExactQueryMatcher
                                                                                                                                                                                                                              +
                                                                                                                                                                                                                              Class ExactQueryMatcher
                                                                                                                                                                                                                              + + +
                                                                                                                                                                                                                              + + + + + + + + +
                                                                                                                                                                                                                              +
                                                                                                                                                                                                                              +
                                                                                                                                                                                                                              +
                                                                                                                                                                                                                              +

                                                                                                                                                                                                                              Search results

                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                              +
                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                + + +
                                                                                                                                                                                                                                + + + + + + + + diff --git a/files/src-matchers-formdatamatcher.html b/files/src-matchers-formdatamatcher.html new file mode 100644 index 0000000..ada31d8 --- /dev/null +++ b/files/src-matchers-formdatamatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                pock

                                                                                                                                                                                                                                + + + + + +
                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                + + + + +
                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                FormDataMatcher.php

                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                PHP version 7.3

                                                                                                                                                                                                                                + + + +
                                                                                                                                                                                                                                + Tags + +
                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                + category +
                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                FormDataMatcher

                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                + + + + +

                                                                                                                                                                                                                                + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                FormDataMatcher
                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                Class FormDataMatcher
                                                                                                                                                                                                                                + + +
                                                                                                                                                                                                                                + + + + + + + + +
                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                Search results

                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                  + + +
                                                                                                                                                                                                                                  + + + + + + + + diff --git a/files/src-matchers-headerlinematcher.html b/files/src-matchers-headerlinematcher.html new file mode 100644 index 0000000..8dd4857 --- /dev/null +++ b/files/src-matchers-headerlinematcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                  pock

                                                                                                                                                                                                                                  + + + + + +
                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                  + + + + +
                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                  HeaderLineMatcher.php

                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                  PHP 7.1

                                                                                                                                                                                                                                  + + + +
                                                                                                                                                                                                                                  + Tags + +
                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                  + category +
                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                  HeaderLineMatcher

                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                  + + + + +

                                                                                                                                                                                                                                  + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                  HeaderLineMatcher
                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                  Class HeaderLineMatcher
                                                                                                                                                                                                                                  + + +
                                                                                                                                                                                                                                  + + + + + + + + +
                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                  Search results

                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                                    + + + + + + + + diff --git a/files/src-matchers-headerlineregexpmatcher.html b/files/src-matchers-headerlineregexpmatcher.html new file mode 100644 index 0000000..7c46c7c --- /dev/null +++ b/files/src-matchers-headerlineregexpmatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                    pock

                                                                                                                                                                                                                                    + + + + + +
                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                    + + + + +
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                    HeaderLineRegexpMatcher.php

                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                    PHP 7.1

                                                                                                                                                                                                                                    + + + +
                                                                                                                                                                                                                                    + Tags + +
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                    + category +
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                    HeaderLineRegexpMatcher

                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                    + + + + +

                                                                                                                                                                                                                                    + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                    HeaderLineRegexpMatcher
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                    Class HeaderLineRegexpMatcher
                                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                                    + + + + + + + + +
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                    Search results

                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                      + + +
                                                                                                                                                                                                                                      + + + + + + + + diff --git a/files/src-matchers-headermatcher.html b/files/src-matchers-headermatcher.html new file mode 100644 index 0000000..4f0c9b7 --- /dev/null +++ b/files/src-matchers-headermatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                      pock

                                                                                                                                                                                                                                      + + + + + +
                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                      + + + + +
                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                      HeaderMatcher.php

                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                      PHP 7.1

                                                                                                                                                                                                                                      + + + +
                                                                                                                                                                                                                                      + Tags + +
                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                      + category +
                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                      HeaderMatcher

                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                      + + + + +

                                                                                                                                                                                                                                      + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                      HeaderMatcher
                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                      Class HeaderMatcher
                                                                                                                                                                                                                                      + + +
                                                                                                                                                                                                                                      + + + + + + + + +
                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                      Search results

                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                        + + +
                                                                                                                                                                                                                                        + + + + + + + + diff --git a/files/src-matchers-headersmatcher.html b/files/src-matchers-headersmatcher.html new file mode 100644 index 0000000..d79cd97 --- /dev/null +++ b/files/src-matchers-headersmatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                        pock

                                                                                                                                                                                                                                        + + + + + +
                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                        + + + + +
                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                        HeadersMatcher.php

                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                        PHP 7.1

                                                                                                                                                                                                                                        + + + +
                                                                                                                                                                                                                                        + Tags + +
                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                        + category +
                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                        HeadersMatcher

                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                        + + + + +

                                                                                                                                                                                                                                        + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                        HeadersMatcher
                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                        Class HeadersMatcher
                                                                                                                                                                                                                                        + + +
                                                                                                                                                                                                                                        + + + + + + + + +
                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                        Search results

                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                          + + +
                                                                                                                                                                                                                                          + + + + + + + + diff --git a/files/src-matchers-hostmatcher.html b/files/src-matchers-hostmatcher.html new file mode 100644 index 0000000..2b5910a --- /dev/null +++ b/files/src-matchers-hostmatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                          pock

                                                                                                                                                                                                                                          + + + + + +
                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                          + + + + +
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                          HostMatcher.php

                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                          PHP 7.2

                                                                                                                                                                                                                                          + + + +
                                                                                                                                                                                                                                          + Tags + +
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                          + category +
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                          HostMatcher

                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                          + + + + +

                                                                                                                                                                                                                                          + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                          HostMatcher
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                          Class HostMatcher
                                                                                                                                                                                                                                          + + +
                                                                                                                                                                                                                                          + + + + + + + + +
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                          Search results

                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                            + + +
                                                                                                                                                                                                                                            + + + + + + + + diff --git a/files/src-matchers-jsonbodymatcher.html b/files/src-matchers-jsonbodymatcher.html new file mode 100644 index 0000000..975ae38 --- /dev/null +++ b/files/src-matchers-jsonbodymatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                            pock

                                                                                                                                                                                                                                            + + + + + +
                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                            + + + + +
                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                            JsonBodyMatcher.php

                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                            PHP 7.1

                                                                                                                                                                                                                                            + + + +
                                                                                                                                                                                                                                            + Tags + +
                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                            + category +
                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                            JsonBodyMatcher

                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                            + + + + +

                                                                                                                                                                                                                                            + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                            JsonBodyMatcher
                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                            Class JsonBodyMatcher
                                                                                                                                                                                                                                            + + +
                                                                                                                                                                                                                                            + + + + + + + + +
                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                            Search results

                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                              + + +
                                                                                                                                                                                                                                              + + + + + + + + diff --git a/files/src-matchers-methodmatcher.html b/files/src-matchers-methodmatcher.html new file mode 100644 index 0000000..1b3e4e3 --- /dev/null +++ b/files/src-matchers-methodmatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                              pock

                                                                                                                                                                                                                                              + + + + + +
                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                              + + + + +
                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                              MethodMatcher.php

                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                              PHP 7.1

                                                                                                                                                                                                                                              + + + +
                                                                                                                                                                                                                                              + Tags + +
                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                              + category +
                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                              MethodMatcher

                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                              + + + + +

                                                                                                                                                                                                                                              + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                              MethodMatcher
                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                              Class MethodMatcher
                                                                                                                                                                                                                                              + + +
                                                                                                                                                                                                                                              + + + + + + + + +
                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                              Search results

                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                + + +
                                                                                                                                                                                                                                                + + + + + + + + diff --git a/files/src-matchers-multipartformdatamatcher.html b/files/src-matchers-multipartformdatamatcher.html new file mode 100644 index 0000000..cfb7aed --- /dev/null +++ b/files/src-matchers-multipartformdatamatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                pock

                                                                                                                                                                                                                                                + + + + + +
                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                + + + + +
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                MultipartFormDataMatcher.php

                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                PHP version 7.1

                                                                                                                                                                                                                                                + + + +
                                                                                                                                                                                                                                                + Tags + +
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                + category +
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                MultipartFormDataMatcher

                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                + + + + +

                                                                                                                                                                                                                                                + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                MultipartFormDataMatcher
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                Class MultipartFormDataMatcher
                                                                                                                                                                                                                                                + + +
                                                                                                                                                                                                                                                + + + + + + + + +
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                Search results

                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                  + + +
                                                                                                                                                                                                                                                  + + + + + + + + diff --git a/files/src-matchers-multiplematcher.html b/files/src-matchers-multiplematcher.html new file mode 100644 index 0000000..c76eb32 --- /dev/null +++ b/files/src-matchers-multiplematcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                  pock

                                                                                                                                                                                                                                                  + + + + + +
                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                  + + + + +
                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                  MultipleMatcher.php

                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                  PHP 7.2

                                                                                                                                                                                                                                                  + + + +
                                                                                                                                                                                                                                                  + Tags + +
                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                  + category +
                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                  MultipleMatcher

                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                  + + + + +

                                                                                                                                                                                                                                                  + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                  MultipleMatcher
                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                  Class MultipleMatcher
                                                                                                                                                                                                                                                  + + +
                                                                                                                                                                                                                                                  + + + + + + + + +
                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                  Search results

                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                                                    + + + + + + + + diff --git a/files/src-matchers-pathmatcher.html b/files/src-matchers-pathmatcher.html new file mode 100644 index 0000000..6de4604 --- /dev/null +++ b/files/src-matchers-pathmatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                    pock

                                                                                                                                                                                                                                                    + + + + + +
                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                    + + + + +
                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                    PathMatcher.php

                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                    PHP 7.1

                                                                                                                                                                                                                                                    + + + +
                                                                                                                                                                                                                                                    + Tags + +
                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                    + category +
                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                    PathMatcher

                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                    + + + + +

                                                                                                                                                                                                                                                    + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                    PathMatcher
                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                    Class PathMatcher
                                                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                                                    + + + + + + + + +
                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                    Search results

                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                      + + +
                                                                                                                                                                                                                                                      + + + + + + + + diff --git a/files/src-matchers-portmatcher.html b/files/src-matchers-portmatcher.html new file mode 100644 index 0000000..843a6b7 --- /dev/null +++ b/files/src-matchers-portmatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                      pock

                                                                                                                                                                                                                                                      + + + + + +
                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                      + + + + +
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                      PortMatcher.php

                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                      PHP version 7.3

                                                                                                                                                                                                                                                      + + + +
                                                                                                                                                                                                                                                      + Tags + +
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                      + category +
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                      PortMatcher

                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                      + + + + +

                                                                                                                                                                                                                                                      + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                      PortMatcher
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                      Class PortMatcher
                                                                                                                                                                                                                                                      + + +
                                                                                                                                                                                                                                                      + + + + + + + + +
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                      Search results

                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                        + + +
                                                                                                                                                                                                                                                        + + + + + + + + diff --git a/files/src-matchers-querymatcher.html b/files/src-matchers-querymatcher.html new file mode 100644 index 0000000..b908269 --- /dev/null +++ b/files/src-matchers-querymatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                        pock

                                                                                                                                                                                                                                                        + + + + + +
                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                        + + + + +
                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                        QueryMatcher.php

                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                        PHP 7.1

                                                                                                                                                                                                                                                        + + + +
                                                                                                                                                                                                                                                        + Tags + +
                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                        + category +
                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                        QueryMatcher

                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                        + + + + +

                                                                                                                                                                                                                                                        + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                        QueryMatcher
                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                        Class QueryMatcher
                                                                                                                                                                                                                                                        + + +
                                                                                                                                                                                                                                                        + + + + + + + + +
                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                        Search results

                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                          + + +
                                                                                                                                                                                                                                                          + + + + + + + + diff --git a/files/src-matchers-regexpbodymatcher.html b/files/src-matchers-regexpbodymatcher.html new file mode 100644 index 0000000..3f5baf5 --- /dev/null +++ b/files/src-matchers-regexpbodymatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                          pock

                                                                                                                                                                                                                                                          + + + + + +
                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                          + + + + +
                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                          RegExpBodyMatcher.php

                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                          PHP version 7.3

                                                                                                                                                                                                                                                          + + + +
                                                                                                                                                                                                                                                          + Tags + +
                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                          + category +
                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                          RegExpBodyMatcher

                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                          + + + + +

                                                                                                                                                                                                                                                          + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                          RegExpBodyMatcher
                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                          Class RegExpBodyMatcher
                                                                                                                                                                                                                                                          + + +
                                                                                                                                                                                                                                                          + + + + + + + + +
                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                          Search results

                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                            + + +
                                                                                                                                                                                                                                                            + + + + + + + + diff --git a/files/src-matchers-regexppathmatcher.html b/files/src-matchers-regexppathmatcher.html new file mode 100644 index 0000000..b40281d --- /dev/null +++ b/files/src-matchers-regexppathmatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                            pock

                                                                                                                                                                                                                                                            + + + + + +
                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                            + + + + +
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                            RegExpPathMatcher.php

                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                            PHP version 7.3

                                                                                                                                                                                                                                                            + + + +
                                                                                                                                                                                                                                                            + Tags + +
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                            + category +
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                            RegExpPathMatcher

                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                            + + + + +

                                                                                                                                                                                                                                                            + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                            RegExpPathMatcher
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                            Class RegExpPathMatcher
                                                                                                                                                                                                                                                            + + +
                                                                                                                                                                                                                                                            + + + + + + + + +
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                            Search results

                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                              + + +
                                                                                                                                                                                                                                                              + + + + + + + + diff --git a/files/src-matchers-regexpquerymatcher.html b/files/src-matchers-regexpquerymatcher.html new file mode 100644 index 0000000..6573a0b --- /dev/null +++ b/files/src-matchers-regexpquerymatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                              pock

                                                                                                                                                                                                                                                              + + + + + +
                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                              + + + + +
                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                              RegExpQueryMatcher.php

                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                              PHP version 7.3

                                                                                                                                                                                                                                                              + + + +
                                                                                                                                                                                                                                                              + Tags + +
                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                              + category +
                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                              RegExpQueryMatcher

                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                              + + + + +

                                                                                                                                                                                                                                                              + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                              RegExpQueryMatcher
                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                              Class RegExpQueryMatcher
                                                                                                                                                                                                                                                              + + +
                                                                                                                                                                                                                                                              + + + + + + + + +
                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                              Search results

                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                + + +
                                                                                                                                                                                                                                                                + + + + + + + + diff --git a/files/src-matchers-regexpurimatcher.html b/files/src-matchers-regexpurimatcher.html new file mode 100644 index 0000000..311788d --- /dev/null +++ b/files/src-matchers-regexpurimatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                pock

                                                                                                                                                                                                                                                                + + + + + +
                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                + + + + +
                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                RegExpUriMatcher.php

                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                PHP version 7.3

                                                                                                                                                                                                                                                                + + + +
                                                                                                                                                                                                                                                                + Tags + +
                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                + category +
                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                RegExpUriMatcher

                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                + + + + +

                                                                                                                                                                                                                                                                + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                RegExpUriMatcher
                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                Class RegExpUriMatcher
                                                                                                                                                                                                                                                                + + +
                                                                                                                                                                                                                                                                + + + + + + + + +
                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                Search results

                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                  + + +
                                                                                                                                                                                                                                                                  + + + + + + + + diff --git a/files/src-matchers-requestmatcherinterface.html b/files/src-matchers-requestmatcherinterface.html new file mode 100644 index 0000000..ab8ab84 --- /dev/null +++ b/files/src-matchers-requestmatcherinterface.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                  pock

                                                                                                                                                                                                                                                                  + + + + + +
                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                  + + + + +
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                  RequestMatcherInterface.php

                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                  PHP 7.2

                                                                                                                                                                                                                                                                  + + + +
                                                                                                                                                                                                                                                                  + Tags + +
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                  + category +
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                  RequestMatcherInterface

                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                  + + + + +

                                                                                                                                                                                                                                                                  + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                  RequestMatcherInterface
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                  Interface RequestMatcherInterface
                                                                                                                                                                                                                                                                  + + + +
                                                                                                                                                                                                                                                                  + + + + + + + + +
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                  Search results

                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                                                                    + + + + + + + + diff --git a/files/src-matchers-schemematcher.html b/files/src-matchers-schemematcher.html new file mode 100644 index 0000000..854a998 --- /dev/null +++ b/files/src-matchers-schemematcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                    pock

                                                                                                                                                                                                                                                                    + + + + + +
                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                    + + + + +
                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                    SchemeMatcher.php

                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                    PHP 7.2

                                                                                                                                                                                                                                                                    + + + +
                                                                                                                                                                                                                                                                    + Tags + +
                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                    + category +
                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                    SchemeMatcher

                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                    + + + + +

                                                                                                                                                                                                                                                                    + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                    SchemeMatcher
                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                    Class SchemeMatcher
                                                                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                                                                    + + + + + + + + +
                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                    Search results

                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                      + + +
                                                                                                                                                                                                                                                                      + + + + + + + + diff --git a/files/src-matchers-urimatcher.html b/files/src-matchers-urimatcher.html new file mode 100644 index 0000000..370d31c --- /dev/null +++ b/files/src-matchers-urimatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                      pock

                                                                                                                                                                                                                                                                      + + + + + +
                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                      + + + + +
                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                      UriMatcher.php

                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                      PHP 7.2

                                                                                                                                                                                                                                                                      + + + +
                                                                                                                                                                                                                                                                      + Tags + +
                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                      + category +
                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                      UriMatcher

                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                      + + + + +

                                                                                                                                                                                                                                                                      + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                      UriMatcher
                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                      Class UriMatcher
                                                                                                                                                                                                                                                                      + + +
                                                                                                                                                                                                                                                                      + + + + + + + + +
                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                      Search results

                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                        + + +
                                                                                                                                                                                                                                                                        + + + + + + + + diff --git a/files/src-matchers-xmlbodymatcher.html b/files/src-matchers-xmlbodymatcher.html new file mode 100644 index 0000000..4a47640 --- /dev/null +++ b/files/src-matchers-xmlbodymatcher.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                        pock

                                                                                                                                                                                                                                                                        + + + + + +
                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                        + + + + +
                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                        XmlBodyMatcher.php

                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                        PHP 7.3

                                                                                                                                                                                                                                                                        + + + +
                                                                                                                                                                                                                                                                        + Tags + +
                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                        + category +
                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                        XmlBodyMatcher

                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                        + + + + +

                                                                                                                                                                                                                                                                        + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                        XmlBodyMatcher
                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                        Class XmlBodyMatcher
                                                                                                                                                                                                                                                                        + + +
                                                                                                                                                                                                                                                                        + + + + + + + + +
                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                        Search results

                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                          + + +
                                                                                                                                                                                                                                                                          + + + + + + + + diff --git a/files/src-mock.html b/files/src-mock.html new file mode 100644 index 0000000..f458dd6 --- /dev/null +++ b/files/src-mock.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                          pock

                                                                                                                                                                                                                                                                          + + + + + +
                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                          + + + + +
                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                          Mock.php

                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                          PHP 7.2

                                                                                                                                                                                                                                                                          + + + +
                                                                                                                                                                                                                                                                          + Tags + +
                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                          + category +
                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                          Mock

                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                          + + + + +

                                                                                                                                                                                                                                                                          + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                          Mock
                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                          Class Mock
                                                                                                                                                                                                                                                                          + + +
                                                                                                                                                                                                                                                                          + + + + + + + + +
                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                          Search results

                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                            + + +
                                                                                                                                                                                                                                                                            + + + + + + + + diff --git a/files/src-mockinterface.html b/files/src-mockinterface.html new file mode 100644 index 0000000..3b09f5d --- /dev/null +++ b/files/src-mockinterface.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                            pock

                                                                                                                                                                                                                                                                            + + + + + +
                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                            + + + + +
                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                            MockInterface.php

                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                            PHP 7.2

                                                                                                                                                                                                                                                                            + + + +
                                                                                                                                                                                                                                                                            + Tags + +
                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                            + category +
                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                            MockInterface

                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                            + + + + +

                                                                                                                                                                                                                                                                            + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                            MockInterface
                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                            Interface MockInterface
                                                                                                                                                                                                                                                                            + + + +
                                                                                                                                                                                                                                                                            + + + + + + + + +
                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                            Search results

                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                              + + +
                                                                                                                                                                                                                                                                              + + + + + + + + diff --git a/files/src-pockbuilder.html b/files/src-pockbuilder.html new file mode 100644 index 0000000..ccaa648 --- /dev/null +++ b/files/src-pockbuilder.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                              pock

                                                                                                                                                                                                                                                                              + + + + + +
                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                              + + + + +
                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                              PockBuilder.php

                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                              PHP 7.2

                                                                                                                                                                                                                                                                              + + + +
                                                                                                                                                                                                                                                                              + Tags + +
                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                              + category +
                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                              PockBuilder

                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                              + + + + +

                                                                                                                                                                                                                                                                              + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                              PockBuilder
                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                              Class PockBuilder
                                                                                                                                                                                                                                                                              + + +
                                                                                                                                                                                                                                                                              + + + + + + + + +
                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                              Search results

                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                + + +
                                                                                                                                                                                                                                                                                + + + + + + + + diff --git a/files/src-pockresponsebuilder.html b/files/src-pockresponsebuilder.html new file mode 100644 index 0000000..51a64a1 --- /dev/null +++ b/files/src-pockresponsebuilder.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                pock

                                                                                                                                                                                                                                                                                + + + + + +
                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                + + + + +
                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                PockResponseBuilder.php

                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                PHP 7.1

                                                                                                                                                                                                                                                                                + + + +
                                                                                                                                                                                                                                                                                + Tags + +
                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                + category +
                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                PockResponseBuilder

                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                + + + + +

                                                                                                                                                                                                                                                                                + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                PockResponseBuilder
                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                Class PockResponseBuilder
                                                                                                                                                                                                                                                                                + + +
                                                                                                                                                                                                                                                                                + + + + + + + + +
                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                Search results

                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                  + + +
                                                                                                                                                                                                                                                                                  + + + + + + + + diff --git a/files/src-promise-httprejectedpromise.html b/files/src-promise-httprejectedpromise.html new file mode 100644 index 0000000..ad3f901 --- /dev/null +++ b/files/src-promise-httprejectedpromise.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                  pock

                                                                                                                                                                                                                                                                                  + + + + + +
                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                  + + + + +
                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                  HttpRejectedPromise.php

                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                  PHP 7.2

                                                                                                                                                                                                                                                                                  + + + +
                                                                                                                                                                                                                                                                                  + Tags + +
                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                  + category +
                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                  HttpRejectedPromise

                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                  + + + + +

                                                                                                                                                                                                                                                                                  + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                  HttpRejectedPromise
                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                  Class HttpRejectedPromise
                                                                                                                                                                                                                                                                                  + + +
                                                                                                                                                                                                                                                                                  + + + + + + + + +
                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                  Search results

                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                                                                                    + + + + + + + + diff --git a/files/src-serializer-callbackserializeradapter.html b/files/src-serializer-callbackserializeradapter.html new file mode 100644 index 0000000..a10f493 --- /dev/null +++ b/files/src-serializer-callbackserializeradapter.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                    pock

                                                                                                                                                                                                                                                                                    + + + + + +
                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                    + + + + +
                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                    CallbackSerializerAdapter.php

                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                    PHP 7.1

                                                                                                                                                                                                                                                                                    + + + +
                                                                                                                                                                                                                                                                                    + Tags + +
                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                    + category +
                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                    CallbackSerializerAdapter

                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                    + + + + +

                                                                                                                                                                                                                                                                                    + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                    CallbackSerializerAdapter
                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                    Class CallbackSerializerAdapter
                                                                                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                                                                                    + + + + + + + + +
                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                    Search results

                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                      + + +
                                                                                                                                                                                                                                                                                      + + + + + + + + diff --git a/files/src-serializer-jmsserializeradapter.html b/files/src-serializer-jmsserializeradapter.html new file mode 100644 index 0000000..77f35cf --- /dev/null +++ b/files/src-serializer-jmsserializeradapter.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                      pock

                                                                                                                                                                                                                                                                                      + + + + + +
                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                      + + + + +
                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                      JmsSerializerAdapter.php

                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                      PHP 7.2

                                                                                                                                                                                                                                                                                      + + + +
                                                                                                                                                                                                                                                                                      + Tags + +
                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                      + category +
                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                      JmsSerializerAdapter

                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                      + + + + +

                                                                                                                                                                                                                                                                                      + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                      JmsSerializerAdapter
                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                      Class JmsSerializerAdapter
                                                                                                                                                                                                                                                                                      + + +
                                                                                                                                                                                                                                                                                      + + + + + + + + +
                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                      Search results

                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                        + + +
                                                                                                                                                                                                                                                                                        + + + + + + + + diff --git a/files/src-serializer-serializerinterface.html b/files/src-serializer-serializerinterface.html new file mode 100644 index 0000000..b425c44 --- /dev/null +++ b/files/src-serializer-serializerinterface.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                        pock

                                                                                                                                                                                                                                                                                        + + + + + +
                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                        + + + + +
                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                        SerializerInterface.php

                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                        PHP 7.2

                                                                                                                                                                                                                                                                                        + + + +
                                                                                                                                                                                                                                                                                        + Tags + +
                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                        + category +
                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                        SerializerInterface

                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                        + + + + +

                                                                                                                                                                                                                                                                                        + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                        SerializerInterface
                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                        Interface SerializerInterface
                                                                                                                                                                                                                                                                                        + + + +
                                                                                                                                                                                                                                                                                        + + + + + + + + +
                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                        Search results

                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                          + + +
                                                                                                                                                                                                                                                                                          + + + + + + + + diff --git a/files/src-serializer-symfonyserializeradapter.html b/files/src-serializer-symfonyserializeradapter.html new file mode 100644 index 0000000..9ba79c5 --- /dev/null +++ b/files/src-serializer-symfonyserializeradapter.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                          pock

                                                                                                                                                                                                                                                                                          + + + + + +
                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                          + + + + +
                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                          SymfonySerializerAdapter.php

                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                          PHP 7.1

                                                                                                                                                                                                                                                                                          + + + +
                                                                                                                                                                                                                                                                                          + Tags + +
                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                          + category +
                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                          SymfonySerializerAdapter

                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                          + + + + +

                                                                                                                                                                                                                                                                                          + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                          SymfonySerializerAdapter
                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                          Class SymfonySerializerAdapter
                                                                                                                                                                                                                                                                                          + + +
                                                                                                                                                                                                                                                                                          + + + + + + + + +
                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                          Search results

                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                            + + +
                                                                                                                                                                                                                                                                                            + + + + + + + + diff --git a/files/src-traits-jsondecodertrait.html b/files/src-traits-jsondecodertrait.html new file mode 100644 index 0000000..d324b2b --- /dev/null +++ b/files/src-traits-jsondecodertrait.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                            pock

                                                                                                                                                                                                                                                                                            + + + + + +
                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                            + + + + +
                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                            JsonDecoderTrait.php

                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                            PHP 7.1

                                                                                                                                                                                                                                                                                            + + + +
                                                                                                                                                                                                                                                                                            + Tags + +
                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                            + category +
                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                            JsonDecoderTrait

                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                            + + + + +

                                                                                                                                                                                                                                                                                            + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                            + + +
                                                                                                                                                                                                                                                                                            JsonDecoderTrait
                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                            Trait JsonDecoderTrait
                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                            + + + + + + + + +
                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                            Search results

                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                              + + +
                                                                                                                                                                                                                                                                                              + + + + + + + + diff --git a/files/src-traits-jsonencodertrait.html b/files/src-traits-jsonencodertrait.html new file mode 100644 index 0000000..e1ac745 --- /dev/null +++ b/files/src-traits-jsonencodertrait.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                              pock

                                                                                                                                                                                                                                                                                              + + + + + +
                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                              + + + + +
                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                              JsonEncoderTrait.php

                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                              PHP 7.1

                                                                                                                                                                                                                                                                                              + + + +
                                                                                                                                                                                                                                                                                              + Tags + +
                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                              + category +
                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                              JsonEncoderTrait

                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                              + + + + +

                                                                                                                                                                                                                                                                                              + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                              + + +
                                                                                                                                                                                                                                                                                              JsonEncoderTrait
                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                              Trait JsonEncoderTrait
                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                              + + + + + + + + +
                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                              Search results

                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                + + +
                                                                                                                                                                                                                                                                                                + + + + + + + + diff --git a/files/src-traits-jsonserializerawaretrait.html b/files/src-traits-jsonserializerawaretrait.html new file mode 100644 index 0000000..7ae5477 --- /dev/null +++ b/files/src-traits-jsonserializerawaretrait.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                pock

                                                                                                                                                                                                                                                                                                + + + + + +
                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                + + + + +
                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                JsonSerializerAwareTrait.php

                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                PHP 7.1

                                                                                                                                                                                                                                                                                                + + + +
                                                                                                                                                                                                                                                                                                + Tags + +
                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                + category +
                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                JsonSerializerAwareTrait

                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                + + + + +

                                                                                                                                                                                                                                                                                                + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                + + +
                                                                                                                                                                                                                                                                                                JsonSerializerAwareTrait
                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                Trait JsonSerializerAwareTrait
                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                + + + + + + + + +
                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                Search results

                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                  + + +
                                                                                                                                                                                                                                                                                                  + + + + + + + + diff --git a/files/src-traits-seekablestreamdataextractor.html b/files/src-traits-seekablestreamdataextractor.html new file mode 100644 index 0000000..b45e2a5 --- /dev/null +++ b/files/src-traits-seekablestreamdataextractor.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                  pock

                                                                                                                                                                                                                                                                                                  + + + + + +
                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                  + + + + +
                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                  SeekableStreamDataExtractor.php

                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                  PHP 7.1

                                                                                                                                                                                                                                                                                                  + + + +
                                                                                                                                                                                                                                                                                                  + Tags + +
                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                  + category +
                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                  SeekableStreamDataExtractor

                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                  + + + + +

                                                                                                                                                                                                                                                                                                  + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                  + + +
                                                                                                                                                                                                                                                                                                  SeekableStreamDataExtractor
                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                  Trait SeekableStreamDataExtractor
                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                  + + + + + + + + +
                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                  Search results

                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                                                                                                    + + + + + + + + diff --git a/files/src-traits-xmlserializerawaretrait.html b/files/src-traits-xmlserializerawaretrait.html new file mode 100644 index 0000000..666cd51 --- /dev/null +++ b/files/src-traits-xmlserializerawaretrait.html @@ -0,0 +1,236 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                    pock

                                                                                                                                                                                                                                                                                                    + + + + + +
                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                    + + + + +
                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                    XmlSerializerAwareTrait.php

                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                    PHP 7.1

                                                                                                                                                                                                                                                                                                    + + + +
                                                                                                                                                                                                                                                                                                    + Tags + +
                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                    + category +
                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                    XmlSerializerAwareTrait

                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                    + + + + +

                                                                                                                                                                                                                                                                                                    + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                                                                                                    XmlSerializerAwareTrait
                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                    Trait XmlSerializerAwareTrait
                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                    + + + + + + + + +
                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                    Search results

                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                      + + +
                                                                                                                                                                                                                                                                                                      + + + + + + + + diff --git a/graphs/classes.html b/graphs/classes.html new file mode 100644 index 0000000..a7713c4 --- /dev/null +++ b/graphs/classes.html @@ -0,0 +1,186 @@ + + + + + pock + + + + + + + + + +
                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                      pock

                                                                                                                                                                                                                                                                                                      + + + + + +
                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                      + + + + +
                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                      Search results

                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                        + + +
                                                                                                                                                                                                                                                                                                        + + + + + + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..c9fc68b --- /dev/null +++ b/index.html @@ -0,0 +1,213 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                        pock

                                                                                                                                                                                                                                                                                                        + + + + + +
                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                        + + + + +
                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                        Documentation

                                                                                                                                                                                                                                                                                                        + + +

                                                                                                                                                                                                                                                                                                        + Packages + +

                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                        Pock
                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                        + Namespaces + +

                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                        Pock
                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                        + + + + + + + +
                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                        Search results

                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                          + + +
                                                                                                                                                                                                                                                                                                          + + + + + + + + diff --git a/indices/files.html b/indices/files.html new file mode 100644 index 0000000..ccad484 --- /dev/null +++ b/indices/files.html @@ -0,0 +1,309 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                          pock

                                                                                                                                                                                                                                                                                                          + + + + + +
                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                          + + + + +
                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                          Files

                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                          A

                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                          B

                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                          C

                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                          E

                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                          F

                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                          H

                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                          I

                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                          J

                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                          L

                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                          M

                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                          P

                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                          Q

                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                          R

                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                          S

                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                          U

                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                          X

                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                          Search results

                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                            + + +
                                                                                                                                                                                                                                                                                                            + + + + + + + + diff --git a/js/search.js b/js/search.js new file mode 100644 index 0000000..093d6d0 --- /dev/null +++ b/js/search.js @@ -0,0 +1,173 @@ +// Search module for phpDocumentor +// +// This module is a wrapper around fuse.js that will use a given index and attach itself to a +// search form and to a search results pane identified by the following data attributes: +// +// 1. data-search-form +// 2. data-search-results +// +// The data-search-form is expected to have a single input element of type 'search' that will trigger searching for +// a series of results, were the data-search-results pane is expected to have a direct UL child that will be populated +// with rendered results. +// +// The search has various stages, upon loading this stage the data-search-form receives the CSS class +// 'phpdocumentor-search--enabled'; this indicates that JS is allowed and indices are being loaded. It is recommended +// to hide the form by default and show it when it receives this class to achieve progressive enhancement for this +// feature. +// +// After loading this module, it is expected to load a search index asynchronously, for example: +// +// +// +// In this script the generated index should attach itself to the search module using the `appendIndex` function. By +// doing it like this the page will continue loading, unhindered by the loading of the search. +// +// After the page has fully loaded, and all these deferred indexes loaded, the initialization of the search module will +// be called and the form will receive the class 'phpdocumentor-search--active', indicating search is ready. At this +// point, the input field will also have it's 'disabled' attribute removed. +var Search = (function () { + var fuse; + var index = []; + var options = { + shouldSort: true, + threshold: 0.6, + location: 0, + distance: 100, + maxPatternLength: 32, + minMatchCharLength: 1, + keys: [ + "fqsen", + "name", + "summary", + "url" + ] + }; + + // Credit David Walsh (https://davidwalsh.name/javascript-debounce-function) + // Returns a function, that, as long as it continues to be invoked, will not + // be triggered. The function will be called after it stops being called for + // N milliseconds. If `immediate` is passed, trigger the function on the + // leading edge, instead of the trailing. + function debounce(func, wait, immediate) { + var timeout; + + return function executedFunction() { + var context = this; + var args = arguments; + + var later = function () { + timeout = null; + if (!immediate) func.apply(context, args); + }; + + var callNow = immediate && !timeout; + clearTimeout(timeout); + timeout = setTimeout(later, wait); + if (callNow) func.apply(context, args); + }; + } + + function close() { + // Start scroll prevention: https://css-tricks.com/prevent-page-scrolling-when-a-modal-is-open/ + const scrollY = document.body.style.top; + document.body.style.position = ''; + document.body.style.top = ''; + window.scrollTo(0, parseInt(scrollY || '0') * -1); + // End scroll prevention + + var form = document.querySelector('[data-search-form]'); + var searchResults = document.querySelector('[data-search-results]'); + + form.classList.toggle('phpdocumentor-search--has-results', false); + searchResults.classList.add('phpdocumentor-search-results--hidden'); + var searchField = document.querySelector('[data-search-form] input[type="search"]'); + searchField.blur(); + } + + function search(event) { + // Start scroll prevention: https://css-tricks.com/prevent-page-scrolling-when-a-modal-is-open/ + document.body.style.position = 'fixed'; + document.body.style.top = `-${window.scrollY}px`; + // End scroll prevention + + // prevent enter's from autosubmitting + event.stopPropagation(); + + var form = document.querySelector('[data-search-form]'); + var searchResults = document.querySelector('[data-search-results]'); + var searchResultEntries = document.querySelector('[data-search-results] .phpdocumentor-search-results__entries'); + + searchResultEntries.innerHTML = ''; + + if (!event.target.value) { + close(); + return; + } + + form.classList.toggle('phpdocumentor-search--has-results', true); + searchResults.classList.remove('phpdocumentor-search-results--hidden'); + var results = fuse.search(event.target.value, {limit: 25}); + + results.forEach(function (result) { + var entry = document.createElement("li"); + entry.classList.add("phpdocumentor-search-results__entry"); + entry.innerHTML += '

                                                                                                                                                                                                                                                                                                            ' + result.name + "

                                                                                                                                                                                                                                                                                                            \n"; + entry.innerHTML += '' + result.fqsen + "\n"; + entry.innerHTML += '
                                                                                                                                                                                                                                                                                                            ' + result.summary + '
                                                                                                                                                                                                                                                                                                            '; + searchResultEntries.appendChild(entry) + }); + } + + function appendIndex(added) { + index = index.concat(added); + + // re-initialize search engine when appending an index after initialisation + if (typeof fuse !== 'undefined') { + fuse = new Fuse(index, options); + } + } + + function init() { + fuse = new Fuse(index, options); + + var form = document.querySelector('[data-search-form]'); + var searchField = document.querySelector('[data-search-form] input[type="search"]'); + + var closeButton = document.querySelector('.phpdocumentor-search-results__close'); + closeButton.addEventListener('click', function() { close() }.bind(this)); + + var searchResults = document.querySelector('[data-search-results]'); + searchResults.addEventListener('click', function() { close() }.bind(this)); + + form.classList.add('phpdocumentor-search--active'); + + searchField.setAttribute('placeholder', 'Search (Press "/" to focus)'); + searchField.removeAttribute('disabled'); + searchField.addEventListener('keyup', debounce(search, 300)); + + window.addEventListener('keyup', function (event) { + if (event.key === '/') { + searchField.focus(); + } + if (event.code === 'Escape') { + close(); + } + }.bind(this)); + } + + return { + appendIndex, + init + } +})(); + +window.addEventListener('DOMContentLoaded', function () { + var form = document.querySelector('[data-search-form]'); + + // When JS is supported; show search box. Must be before including the search for it to take effect immediately + form.classList.add('phpdocumentor-search--enabled'); +}); + +window.addEventListener('load', function () { + Search.init(); +}); diff --git a/js/searchIndex.js b/js/searchIndex.js new file mode 100644 index 0000000..94fecb9 --- /dev/null +++ b/js/searchIndex.js @@ -0,0 +1,1244 @@ +Search.appendIndex( + [ + { + "fqsen": "\\Pock\\Client", + "name": "Client", + "summary": "Class\u0020Client", + "url": "classes/Pock-Client.html" + }, { + "fqsen": "\\Pock\\Client\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Client\u0020constructor.", + "url": "classes/Pock-Client.html#method___construct" + }, { + "fqsen": "\\Pock\\Client\u003A\u003AdoSendRequest\u0028\u0029", + "name": "doSendRequest", + "summary": "", + "url": "classes/Pock-Client.html#method_doSendRequest" + }, { + "fqsen": "\\Pock\\Client\u003A\u003AsendRequest\u0028\u0029", + "name": "sendRequest", + "summary": "", + "url": "classes/Pock-Client.html#method_sendRequest" + }, { + "fqsen": "\\Pock\\Client\u003A\u003AsendAsyncRequest\u0028\u0029", + "name": "sendAsyncRequest", + "summary": "", + "url": "classes/Pock-Client.html#method_sendAsyncRequest" + }, { + "fqsen": "\\Pock\\Comparator\\ComparatorInterface", + "name": "ComparatorInterface", + "summary": "Interface\u0020ComparatorInterface", + "url": "classes/Pock-Comparator-ComparatorInterface.html" + }, { + "fqsen": "\\Pock\\Comparator\\ComparatorInterface\u003A\u003Acompare\u0028\u0029", + "name": "compare", + "summary": "Compare\u0020two\u0020values.", + "url": "classes/Pock-Comparator-ComparatorInterface.html#method_compare" + }, { + "fqsen": "\\Pock\\Comparator\\ComparatorLocator", + "name": "ComparatorLocator", + "summary": "Class\u0020ComparatorLocator", + "url": "classes/Pock-Comparator-ComparatorLocator.html" + }, { + "fqsen": "\\Pock\\Comparator\\ComparatorLocator\u003A\u003Aget\u0028\u0029", + "name": "get", + "summary": "Returns\u0020comparator.", + "url": "classes/Pock-Comparator-ComparatorLocator.html#method_get" + }, { + "fqsen": "\\Pock\\Comparator\\LtrScalarArrayComparator", + "name": "LtrScalarArrayComparator", + "summary": "Class\u0020LtrScalarArrayComparator", + "url": "classes/Pock-Comparator-LtrScalarArrayComparator.html" + }, { + "fqsen": "\\Pock\\Comparator\\LtrScalarArrayComparator\u003A\u003Acompare\u0028\u0029", + "name": "compare", + "summary": "Compare\u0020two\u0020values.", + "url": "classes/Pock-Comparator-LtrScalarArrayComparator.html#method_compare" + }, { + "fqsen": "\\Pock\\Comparator\\RecursiveArrayComparator", + "name": "RecursiveArrayComparator", + "summary": "Class\u0020RecursiveArrayComparator", + "url": "classes/Pock-Comparator-RecursiveArrayComparator.html" + }, { + "fqsen": "\\Pock\\Comparator\\RecursiveArrayComparator\u003A\u003Acompare\u0028\u0029", + "name": "compare", + "summary": "Compare\u0020two\u0020values.", + "url": "classes/Pock-Comparator-RecursiveArrayComparator.html#method_compare" + }, { + "fqsen": "\\Pock\\Comparator\\RecursiveLtrArrayComparator", + "name": "RecursiveLtrArrayComparator", + "summary": "Class\u0020RecursiveLtrArrayComparator", + "url": "classes/Pock-Comparator-RecursiveLtrArrayComparator.html" + }, { + "fqsen": "\\Pock\\Comparator\\RecursiveLtrArrayComparator\u003A\u003Acompare\u0028\u0029", + "name": "compare", + "summary": "Compare\u0020two\u0020values.", + "url": "classes/Pock-Comparator-RecursiveLtrArrayComparator.html#method_compare" + }, { + "fqsen": "\\Pock\\Comparator\\ScalarFlatArrayComparator", + "name": "ScalarFlatArrayComparator", + "summary": "Class\u0020ScalarFlatArrayComparator", + "url": "classes/Pock-Comparator-ScalarFlatArrayComparator.html" + }, { + "fqsen": "\\Pock\\Comparator\\ScalarFlatArrayComparator\u003A\u003Acompare\u0028\u0029", + "name": "compare", + "summary": "Compare\u0020two\u0020values.", + "url": "classes/Pock-Comparator-ScalarFlatArrayComparator.html#method_compare" + }, { + "fqsen": "\\Pock\\Creator\\AbstractJmsSerializerCreator", + "name": "AbstractJmsSerializerCreator", + "summary": "Class\u0020AbstractJmsSerializerCreator", + "url": "classes/Pock-Creator-AbstractJmsSerializerCreator.html" + }, { + "fqsen": "\\Pock\\Creator\\AbstractJmsSerializerCreator\u003A\u003Acreate\u0028\u0029", + "name": "create", + "summary": "Instantiates\u0020serializer\u0020and\u0020returns\u0020it.\u0020Returns\u0020null\u0020if\u0020serializer\u0020cannot\u0020be\u0020located.", + "url": "classes/Pock-Creator-AbstractJmsSerializerCreator.html#method_create" + }, { + "fqsen": "\\Pock\\Creator\\AbstractSymfonySerializerCreator", + "name": "AbstractSymfonySerializerCreator", + "summary": "Class\u0020AbstractSymfonySerializerCreator", + "url": "classes/Pock-Creator-AbstractSymfonySerializerCreator.html" + }, { + "fqsen": "\\Pock\\Creator\\AbstractSymfonySerializerCreator\u003A\u003Acreate\u0028\u0029", + "name": "create", + "summary": "Instantiates\u0020serializer\u0020and\u0020returns\u0020it.\u0020Returns\u0020null\u0020if\u0020serializer\u0020cannot\u0020be\u0020located.", + "url": "classes/Pock-Creator-AbstractSymfonySerializerCreator.html#method_create" + }, { + "fqsen": "\\Pock\\Creator\\JmsJsonSerializerCreator", + "name": "JmsJsonSerializerCreator", + "summary": "Class\u0020JmsJsonSerializerCreator", + "url": "classes/Pock-Creator-JmsJsonSerializerCreator.html" + }, { + "fqsen": "\\Pock\\Creator\\JmsXmlSerializerCreator", + "name": "JmsXmlSerializerCreator", + "summary": "Class\u0020JmsXmlSerializerCreator", + "url": "classes/Pock-Creator-JmsXmlSerializerCreator.html" + }, { + "fqsen": "\\Pock\\Creator\\SerializerCreatorInterface", + "name": "SerializerCreatorInterface", + "summary": "Interface\u0020SerializerCreatorInterface", + "url": "classes/Pock-Creator-SerializerCreatorInterface.html" + }, { + "fqsen": "\\Pock\\Creator\\SerializerCreatorInterface\u003A\u003Acreate\u0028\u0029", + "name": "create", + "summary": "Instantiates\u0020serializer\u0020and\u0020returns\u0020it.\u0020Returns\u0020null\u0020if\u0020serializer\u0020cannot\u0020be\u0020located.", + "url": "classes/Pock-Creator-SerializerCreatorInterface.html#method_create" + }, { + "fqsen": "\\Pock\\Creator\\SymfonyJsonSerializerCreator", + "name": "SymfonyJsonSerializerCreator", + "summary": "Class\u0020SymfonyJsonSerializerCreator", + "url": "classes/Pock-Creator-SymfonyJsonSerializerCreator.html" + }, { + "fqsen": "\\Pock\\Creator\\SymfonyXmlSerializerCreator", + "name": "SymfonyXmlSerializerCreator", + "summary": "Class\u0020SymfonyXmlSerializerCreator", + "url": "classes/Pock-Creator-SymfonyXmlSerializerCreator.html" + }, { + "fqsen": "\\Pock\\Enum\\RequestMethod", + "name": "RequestMethod", + "summary": "Class\u0020RequestMethod", + "url": "classes/Pock-Enum-RequestMethod.html" + }, { + "fqsen": "\\Pock\\Enum\\RequestMethod\u003A\u003AGET", + "name": "GET", + "summary": "", + "url": "classes/Pock-Enum-RequestMethod.html#constant_GET" + }, { + "fqsen": "\\Pock\\Enum\\RequestMethod\u003A\u003AHEAD", + "name": "HEAD", + "summary": "", + "url": "classes/Pock-Enum-RequestMethod.html#constant_HEAD" + }, { + "fqsen": "\\Pock\\Enum\\RequestMethod\u003A\u003APOST", + "name": "POST", + "summary": "", + "url": "classes/Pock-Enum-RequestMethod.html#constant_POST" + }, { + "fqsen": "\\Pock\\Enum\\RequestMethod\u003A\u003APUT", + "name": "PUT", + "summary": "", + "url": "classes/Pock-Enum-RequestMethod.html#constant_PUT" + }, { + "fqsen": "\\Pock\\Enum\\RequestMethod\u003A\u003APATCH", + "name": "PATCH", + "summary": "", + "url": "classes/Pock-Enum-RequestMethod.html#constant_PATCH" + }, { + "fqsen": "\\Pock\\Enum\\RequestMethod\u003A\u003ADELETE", + "name": "DELETE", + "summary": "", + "url": "classes/Pock-Enum-RequestMethod.html#constant_DELETE" + }, { + "fqsen": "\\Pock\\Enum\\RequestMethod\u003A\u003ACONNECT", + "name": "CONNECT", + "summary": "", + "url": "classes/Pock-Enum-RequestMethod.html#constant_CONNECT" + }, { + "fqsen": "\\Pock\\Enum\\RequestMethod\u003A\u003AOPTIONS", + "name": "OPTIONS", + "summary": "", + "url": "classes/Pock-Enum-RequestMethod.html#constant_OPTIONS" + }, { + "fqsen": "\\Pock\\Enum\\RequestMethod\u003A\u003ATRACE", + "name": "TRACE", + "summary": "", + "url": "classes/Pock-Enum-RequestMethod.html#constant_TRACE" + }, { + "fqsen": "\\Pock\\Enum\\RequestScheme", + "name": "RequestScheme", + "summary": "Class\u0020RequestScheme", + "url": "classes/Pock-Enum-RequestScheme.html" + }, { + "fqsen": "\\Pock\\Enum\\RequestScheme\u003A\u003AHTTP", + "name": "HTTP", + "summary": "", + "url": "classes/Pock-Enum-RequestScheme.html#constant_HTTP" + }, { + "fqsen": "\\Pock\\Enum\\RequestScheme\u003A\u003AHTTPS", + "name": "HTTPS", + "summary": "", + "url": "classes/Pock-Enum-RequestScheme.html#constant_HTTPS" + }, { + "fqsen": "\\Pock\\Exception\\AbstractRequestAwareException", + "name": "AbstractRequestAwareException", + "summary": "Class\u0020AbstractRequestAwareException", + "url": "classes/Pock-Exception-AbstractRequestAwareException.html" + }, { + "fqsen": "\\Pock\\Exception\\AbstractRequestAwareException\u003A\u003AsetRequest\u0028\u0029", + "name": "setRequest", + "summary": "", + "url": "classes/Pock-Exception-AbstractRequestAwareException.html#method_setRequest" + }, { + "fqsen": "\\Pock\\Exception\\AbstractRequestAwareException\u003A\u003AgetRequest\u0028\u0029", + "name": "getRequest", + "summary": "", + "url": "classes/Pock-Exception-AbstractRequestAwareException.html#method_getRequest" + }, { + "fqsen": "\\Pock\\Exception\\IncompleteMockException", + "name": "IncompleteMockException", + "summary": "Class\u0020IncompleteMockException", + "url": "classes/Pock-Exception-IncompleteMockException.html" + }, { + "fqsen": "\\Pock\\Exception\\IncompleteMockException\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "AbstractMockException\u0020constructor.", + "url": "classes/Pock-Exception-IncompleteMockException.html#method___construct" + }, { + "fqsen": "\\Pock\\Exception\\IncompleteMockException\u003A\u003AgetMock\u0028\u0029", + "name": "getMock", + "summary": "", + "url": "classes/Pock-Exception-IncompleteMockException.html#method_getMock" + }, { + "fqsen": "\\Pock\\Exception\\JsonException", + "name": "JsonException", + "summary": "Class\u0020JsonException", + "url": "classes/Pock-Exception-JsonException.html" + }, { + "fqsen": "\\Pock\\Exception\\PockClientException", + "name": "PockClientException", + "summary": "Class\u0020PockClientException", + "url": "classes/Pock-Exception-PockClientException.html" + }, { + "fqsen": "\\Pock\\Exception\\PockNetworkException", + "name": "PockNetworkException", + "summary": "Class\u0020PockNetworkException", + "url": "classes/Pock-Exception-PockNetworkException.html" + }, { + "fqsen": "\\Pock\\Exception\\PockRequestException", + "name": "PockRequestException", + "summary": "Class\u0020PockRequestException", + "url": "classes/Pock-Exception-PockRequestException.html" + }, { + "fqsen": "\\Pock\\Exception\\UnsupportedRequestException", + "name": "UnsupportedRequestException", + "summary": "Class\u0020UnsupportedRequestException", + "url": "classes/Pock-Exception-UnsupportedRequestException.html" + }, { + "fqsen": "\\Pock\\Exception\\UnsupportedRequestException\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/Pock-Exception-UnsupportedRequestException.html#method___construct" + }, { + "fqsen": "\\Pock\\Exception\\XmlException", + "name": "XmlException", + "summary": "Class\u0020XmlException", + "url": "classes/Pock-Exception-XmlException.html" + }, { + "fqsen": "\\Pock\\Factory\\AbstractSerializerFactory", + "name": "AbstractSerializerFactory", + "summary": "Class\u0020AbstractSerializerFactory", + "url": "classes/Pock-Factory-AbstractSerializerFactory.html" + }, { + "fqsen": "\\Pock\\Factory\\AbstractSerializerFactory\u003A\u003Acreate\u0028\u0029", + "name": "create", + "summary": "Instantiate\u0020first\u0020available\u0020serializer.", + "url": "classes/Pock-Factory-AbstractSerializerFactory.html#method_create" + }, { + "fqsen": "\\Pock\\Factory\\CallbackReplyFactory", + "name": "CallbackReplyFactory", + "summary": "Class\u0020CallbackReplyFactory", + "url": "classes/Pock-Factory-CallbackReplyFactory.html" + }, { + "fqsen": "\\Pock\\Factory\\CallbackReplyFactory\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "CallbackReplyFactory\u0020constructor.", + "url": "classes/Pock-Factory-CallbackReplyFactory.html#method___construct" + }, { + "fqsen": "\\Pock\\Factory\\CallbackReplyFactory\u003A\u003AcreateReply\u0028\u0029", + "name": "createReply", + "summary": "Reply\u0020to\u0020the\u0020specified\u0020request.", + "url": "classes/Pock-Factory-CallbackReplyFactory.html#method_createReply" + }, { + "fqsen": "\\Pock\\Factory\\JsonSerializerFactory", + "name": "JsonSerializerFactory", + "summary": "Class\u0020JsonSerializerFactory", + "url": "classes/Pock-Factory-JsonSerializerFactory.html" + }, { + "fqsen": "\\Pock\\Factory\\JsonSerializerFactory\u003A\u003AsetSerializer\u0028\u0029", + "name": "setSerializer", + "summary": "", + "url": "classes/Pock-Factory-JsonSerializerFactory.html#method_setSerializer" + }, { + "fqsen": "\\Pock\\Factory\\ReplyFactoryInterface", + "name": "ReplyFactoryInterface", + "summary": "Interface\u0020ReplyFactoryInterface", + "url": "classes/Pock-Factory-ReplyFactoryInterface.html" + }, { + "fqsen": "\\Pock\\Factory\\ReplyFactoryInterface\u003A\u003AcreateReply\u0028\u0029", + "name": "createReply", + "summary": "Reply\u0020to\u0020the\u0020specified\u0020request.", + "url": "classes/Pock-Factory-ReplyFactoryInterface.html#method_createReply" + }, { + "fqsen": "\\Pock\\Factory\\XmlSerializerFactory", + "name": "XmlSerializerFactory", + "summary": "Class\u0020XmlSerializerFactory", + "url": "classes/Pock-Factory-XmlSerializerFactory.html" + }, { + "fqsen": "\\Pock\\Factory\\XmlSerializerFactory\u003A\u003AsetSerializer\u0028\u0029", + "name": "setSerializer", + "summary": "", + "url": "classes/Pock-Factory-XmlSerializerFactory.html#method_setSerializer" + }, { + "fqsen": "\\Pock\\Matchers\\AbstractRegExpMatcher", + "name": "AbstractRegExpMatcher", + "summary": "Class\u0020AbstractRegExpMatcher", + "url": "classes/Pock-Matchers-AbstractRegExpMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\AbstractRegExpMatcher\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/Pock-Matchers-AbstractRegExpMatcher.html#method___construct" + }, { + "fqsen": "\\Pock\\Matchers\\AbstractSerializedBodyMatcher", + "name": "AbstractSerializedBodyMatcher", + "summary": "Class\u0020AbstractSerializedBodyMatcher", + "url": "classes/Pock-Matchers-AbstractSerializedBodyMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\AbstractSerializedBodyMatcher\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "AbstractSerializedBodyMatcher\u0020constructor.", + "url": "classes/Pock-Matchers-AbstractSerializedBodyMatcher.html#method___construct" + }, { + "fqsen": "\\Pock\\Matchers\\AbstractSerializedBodyMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-AbstractSerializedBodyMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\AnyRequestMatcher", + "name": "AnyRequestMatcher", + "summary": "Class\u0020AnyRequestMatcher", + "url": "classes/Pock-Matchers-AnyRequestMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\AnyRequestMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-AnyRequestMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\BodyMatcher", + "name": "BodyMatcher", + "summary": "Class\u0020BodyMatcher", + "url": "classes/Pock-Matchers-BodyMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\BodyMatcher\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "BodyMatcher\u0020constructor.", + "url": "classes/Pock-Matchers-BodyMatcher.html#method___construct" + }, { + "fqsen": "\\Pock\\Matchers\\BodyMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-BodyMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\CallbackRequestMatcher", + "name": "CallbackRequestMatcher", + "summary": "Class\u0020CallbackRequestMatcher", + "url": "classes/Pock-Matchers-CallbackRequestMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\CallbackRequestMatcher\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "CallbackRequestMatcher\u0020constructor.", + "url": "classes/Pock-Matchers-CallbackRequestMatcher.html#method___construct" + }, { + "fqsen": "\\Pock\\Matchers\\CallbackRequestMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-CallbackRequestMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\ExactFormDataMatcher", + "name": "ExactFormDataMatcher", + "summary": "Class\u0020ExactFormDataMatcher", + "url": "classes/Pock-Matchers-ExactFormDataMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\ExactFormDataMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-ExactFormDataMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\ExactHeaderMatcher", + "name": "ExactHeaderMatcher", + "summary": "Class\u0020ExactHeaderMatcher", + "url": "classes/Pock-Matchers-ExactHeaderMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\ExactHeaderMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-ExactHeaderMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\ExactHeadersMatcher", + "name": "ExactHeadersMatcher", + "summary": "Class\u0020ExactHeadersMatcher", + "url": "classes/Pock-Matchers-ExactHeadersMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\ExactHeadersMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-ExactHeadersMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\ExactQueryMatcher", + "name": "ExactQueryMatcher", + "summary": "Class\u0020ExactQueryMatcher", + "url": "classes/Pock-Matchers-ExactQueryMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\ExactQueryMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-ExactQueryMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\FormDataMatcher", + "name": "FormDataMatcher", + "summary": "Class\u0020FormDataMatcher", + "url": "classes/Pock-Matchers-FormDataMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\FormDataMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-FormDataMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\HeaderLineMatcher", + "name": "HeaderLineMatcher", + "summary": "Class\u0020HeaderLineMatcher", + "url": "classes/Pock-Matchers-HeaderLineMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\HeaderLineMatcher\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "HeaderLineMatcher\u0020constructor.", + "url": "classes/Pock-Matchers-HeaderLineMatcher.html#method___construct" + }, { + "fqsen": "\\Pock\\Matchers\\HeaderLineMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-HeaderLineMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\HeaderLineRegexpMatcher", + "name": "HeaderLineRegexpMatcher", + "summary": "Class\u0020HeaderLineRegexpMatcher", + "url": "classes/Pock-Matchers-HeaderLineRegexpMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\HeaderLineRegexpMatcher\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "HeaderLineRegexpMatcher\u0020constructor.", + "url": "classes/Pock-Matchers-HeaderLineRegexpMatcher.html#method___construct" + }, { + "fqsen": "\\Pock\\Matchers\\HeaderLineRegexpMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-HeaderLineRegexpMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\HeaderMatcher", + "name": "HeaderMatcher", + "summary": "Class\u0020HeaderMatcher", + "url": "classes/Pock-Matchers-HeaderMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\HeaderMatcher\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "HeaderMatcher\u0020constructor.", + "url": "classes/Pock-Matchers-HeaderMatcher.html#method___construct" + }, { + "fqsen": "\\Pock\\Matchers\\HeaderMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-HeaderMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\HeadersMatcher", + "name": "HeadersMatcher", + "summary": "Class\u0020HeadersMatcher", + "url": "classes/Pock-Matchers-HeadersMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\HeadersMatcher\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "HeadersMatcher\u0020constructor.", + "url": "classes/Pock-Matchers-HeadersMatcher.html#method___construct" + }, { + "fqsen": "\\Pock\\Matchers\\HeadersMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-HeadersMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\HostMatcher", + "name": "HostMatcher", + "summary": "Class\u0020HostMatcher", + "url": "classes/Pock-Matchers-HostMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\HostMatcher\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "HostMatcher\u0020constructor.", + "url": "classes/Pock-Matchers-HostMatcher.html#method___construct" + }, { + "fqsen": "\\Pock\\Matchers\\HostMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-HostMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\JsonBodyMatcher", + "name": "JsonBodyMatcher", + "summary": "Class\u0020JsonBodyMatcher", + "url": "classes/Pock-Matchers-JsonBodyMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\MethodMatcher", + "name": "MethodMatcher", + "summary": "Class\u0020MethodMatcher", + "url": "classes/Pock-Matchers-MethodMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\MethodMatcher\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "MethodMatcher\u0020constructor.", + "url": "classes/Pock-Matchers-MethodMatcher.html#method___construct" + }, { + "fqsen": "\\Pock\\Matchers\\MethodMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-MethodMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\MultipartFormDataMatcher", + "name": "MultipartFormDataMatcher", + "summary": "Class\u0020MultipartFormDataMatcher", + "url": "classes/Pock-Matchers-MultipartFormDataMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\MultipartFormDataMatcher\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "MultipartFormDataMatcher\u0020constructor.", + "url": "classes/Pock-Matchers-MultipartFormDataMatcher.html#method___construct" + }, { + "fqsen": "\\Pock\\Matchers\\MultipartFormDataMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-MultipartFormDataMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\MultipleMatcher", + "name": "MultipleMatcher", + "summary": "Class\u0020MultipleMatcher", + "url": "classes/Pock-Matchers-MultipleMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\MultipleMatcher\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "MultipleMatcher\u0020constructor.", + "url": "classes/Pock-Matchers-MultipleMatcher.html#method___construct" + }, { + "fqsen": "\\Pock\\Matchers\\MultipleMatcher\u003A\u003AaddMatcher\u0028\u0029", + "name": "addMatcher", + "summary": "", + "url": "classes/Pock-Matchers-MultipleMatcher.html#method_addMatcher" + }, { + "fqsen": "\\Pock\\Matchers\\MultipleMatcher\u003A\u003Acount\u0028\u0029", + "name": "count", + "summary": "", + "url": "classes/Pock-Matchers-MultipleMatcher.html#method_count" + }, { + "fqsen": "\\Pock\\Matchers\\MultipleMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-MultipleMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\MultipleMatcher\u003A\u003A\u0024matchers", + "name": "matchers", + "summary": "", + "url": "classes/Pock-Matchers-MultipleMatcher.html#property_matchers" + }, { + "fqsen": "\\Pock\\Matchers\\PathMatcher", + "name": "PathMatcher", + "summary": "Class\u0020PathMatcher", + "url": "classes/Pock-Matchers-PathMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\PathMatcher\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "PathMatcher\u0020constructor.", + "url": "classes/Pock-Matchers-PathMatcher.html#method___construct" + }, { + "fqsen": "\\Pock\\Matchers\\PathMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-PathMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\PortMatcher", + "name": "PortMatcher", + "summary": "Class\u0020PortMatcher", + "url": "classes/Pock-Matchers-PortMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\PortMatcher\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "PortMatcher\u0020constructor.", + "url": "classes/Pock-Matchers-PortMatcher.html#method___construct" + }, { + "fqsen": "\\Pock\\Matchers\\PortMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-PortMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\QueryMatcher", + "name": "QueryMatcher", + "summary": "Class\u0020QueryMatcher", + "url": "classes/Pock-Matchers-QueryMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\QueryMatcher\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "QueryMatcher\u0020constructor.", + "url": "classes/Pock-Matchers-QueryMatcher.html#method___construct" + }, { + "fqsen": "\\Pock\\Matchers\\QueryMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-QueryMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\RegExpBodyMatcher", + "name": "RegExpBodyMatcher", + "summary": "Class\u0020RegExpBodyMatcher", + "url": "classes/Pock-Matchers-RegExpBodyMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\RegExpBodyMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "", + "url": "classes/Pock-Matchers-RegExpBodyMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\RegExpPathMatcher", + "name": "RegExpPathMatcher", + "summary": "Class\u0020RegExpPathMatcher", + "url": "classes/Pock-Matchers-RegExpPathMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\RegExpPathMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "", + "url": "classes/Pock-Matchers-RegExpPathMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\RegExpQueryMatcher", + "name": "RegExpQueryMatcher", + "summary": "Class\u0020RegExpQueryMatcher", + "url": "classes/Pock-Matchers-RegExpQueryMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\RegExpQueryMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "", + "url": "classes/Pock-Matchers-RegExpQueryMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\RegExpUriMatcher", + "name": "RegExpUriMatcher", + "summary": "Class\u0020RegExpUriMatcher", + "url": "classes/Pock-Matchers-RegExpUriMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\RegExpUriMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "", + "url": "classes/Pock-Matchers-RegExpUriMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\RequestMatcherInterface", + "name": "RequestMatcherInterface", + "summary": "Interface\u0020RequestMatcherInterface", + "url": "classes/Pock-Matchers-RequestMatcherInterface.html" + }, { + "fqsen": "\\Pock\\Matchers\\RequestMatcherInterface\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-RequestMatcherInterface.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\SchemeMatcher", + "name": "SchemeMatcher", + "summary": "Class\u0020SchemeMatcher", + "url": "classes/Pock-Matchers-SchemeMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\SchemeMatcher\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "SchemeMatcher\u0020constructor.", + "url": "classes/Pock-Matchers-SchemeMatcher.html#method___construct" + }, { + "fqsen": "\\Pock\\Matchers\\SchemeMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-SchemeMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\UriMatcher", + "name": "UriMatcher", + "summary": "Class\u0020UriMatcher", + "url": "classes/Pock-Matchers-UriMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\UriMatcher\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "UriMatcher\u0020constructor.", + "url": "classes/Pock-Matchers-UriMatcher.html#method___construct" + }, { + "fqsen": "\\Pock\\Matchers\\UriMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-UriMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\XmlBodyMatcher", + "name": "XmlBodyMatcher", + "summary": "Class\u0020XmlBodyMatcher", + "url": "classes/Pock-Matchers-XmlBodyMatcher.html" + }, { + "fqsen": "\\Pock\\Matchers\\XmlBodyMatcher\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "XmlBodyMatcher\u0020constructor.", + "url": "classes/Pock-Matchers-XmlBodyMatcher.html#method___construct" + }, { + "fqsen": "\\Pock\\Matchers\\XmlBodyMatcher\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020request\u0020is\u0020matched\u0020by\u0020this\u0020matcher.", + "url": "classes/Pock-Matchers-XmlBodyMatcher.html#method_matches" + }, { + "fqsen": "\\Pock\\Matchers\\XmlBodyMatcher\u003A\u003A\u0024forceTextComparison", + "name": "forceTextComparison", + "summary": "", + "url": "classes/Pock-Matchers-XmlBodyMatcher.html#property_forceTextComparison" + }, { + "fqsen": "\\Pock\\Mock", + "name": "Mock", + "summary": "Class\u0020Mock", + "url": "classes/Pock-Mock.html" + }, { + "fqsen": "\\Pock\\Mock\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Mock\u0020constructor.", + "url": "classes/Pock-Mock.html#method___construct" + }, { + "fqsen": "\\Pock\\Mock\u003A\u003AregisterHit\u0028\u0029", + "name": "registerHit", + "summary": "Registers\u0020a\u0020hit\u0020to\u0020the\u0020mock.", + "url": "classes/Pock-Mock.html#method_registerHit" + }, { + "fqsen": "\\Pock\\Mock\u003A\u003Aavailable\u0028\u0029", + "name": "available", + "summary": "Returns\u0020true\u0020if\u0020mock\u0020is\u0020still\u0020can\u0020be\u0020used.", + "url": "classes/Pock-Mock.html#method_available" + }, { + "fqsen": "\\Pock\\Mock\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020underlying\u0020matcher\u0020has\u0020matched\u0020provided\u0020request.", + "url": "classes/Pock-Mock.html#method_matches" + }, { + "fqsen": "\\Pock\\Mock\u003A\u003AgetResponse\u0028\u0029", + "name": "getResponse", + "summary": "Returns\u0020response\u0020which\u0020should\u0020be\u0020used\u0020as\u0020mock\u0020data.", + "url": "classes/Pock-Mock.html#method_getResponse" + }, { + "fqsen": "\\Pock\\Mock\u003A\u003AgetReplyFactory\u0028\u0029", + "name": "getReplyFactory", + "summary": "Returns\u0020reply\u0020factory\u0020which\u0020should\u0020be\u0020used\u0020to\u0020form\u0020the\u0020mocked\u0020response.", + "url": "classes/Pock-Mock.html#method_getReplyFactory" + }, { + "fqsen": "\\Pock\\Mock\u003A\u003AgetThrowable\u0028\u0029", + "name": "getThrowable", + "summary": "Returns\u0020the\u0020throwable\u0020which\u0020will\u0020be\u0020thrown\u0020as\u0020mock\u0020data.", + "url": "classes/Pock-Mock.html#method_getThrowable" + }, { + "fqsen": "\\Pock\\MockInterface", + "name": "MockInterface", + "summary": "Interface\u0020MockInterface", + "url": "classes/Pock-MockInterface.html" + }, { + "fqsen": "\\Pock\\MockInterface\u003A\u003AregisterHit\u0028\u0029", + "name": "registerHit", + "summary": "Registers\u0020a\u0020hit\u0020to\u0020the\u0020mock.", + "url": "classes/Pock-MockInterface.html#method_registerHit" + }, { + "fqsen": "\\Pock\\MockInterface\u003A\u003Aavailable\u0028\u0029", + "name": "available", + "summary": "Returns\u0020true\u0020if\u0020mock\u0020is\u0020still\u0020can\u0020be\u0020used.", + "url": "classes/Pock-MockInterface.html#method_available" + }, { + "fqsen": "\\Pock\\MockInterface\u003A\u003Amatches\u0028\u0029", + "name": "matches", + "summary": "Returns\u0020true\u0020if\u0020underlying\u0020matcher\u0020has\u0020matched\u0020provided\u0020request.", + "url": "classes/Pock-MockInterface.html#method_matches" + }, { + "fqsen": "\\Pock\\MockInterface\u003A\u003AgetResponse\u0028\u0029", + "name": "getResponse", + "summary": "Returns\u0020response\u0020which\u0020should\u0020be\u0020used\u0020as\u0020mock\u0020data.", + "url": "classes/Pock-MockInterface.html#method_getResponse" + }, { + "fqsen": "\\Pock\\MockInterface\u003A\u003AgetReplyFactory\u0028\u0029", + "name": "getReplyFactory", + "summary": "Returns\u0020reply\u0020factory\u0020which\u0020should\u0020be\u0020used\u0020to\u0020form\u0020the\u0020mocked\u0020response.", + "url": "classes/Pock-MockInterface.html#method_getReplyFactory" + }, { + "fqsen": "\\Pock\\MockInterface\u003A\u003AgetThrowable\u0028\u0029", + "name": "getThrowable", + "summary": "Returns\u0020the\u0020throwable\u0020which\u0020will\u0020be\u0020thrown\u0020as\u0020mock\u0020data.", + "url": "classes/Pock-MockInterface.html#method_getThrowable" + }, { + "fqsen": "\\Pock\\PockBuilder", + "name": "PockBuilder", + "summary": "Class\u0020PockBuilder", + "url": "classes/Pock-PockBuilder.html" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "PockBuilder\u0020constructor.", + "url": "classes/Pock-PockBuilder.html#method___construct" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchMethod\u0028\u0029", + "name": "matchMethod", + "summary": "Match\u0020request\u0020by\u0020its\u0020method.", + "url": "classes/Pock-PockBuilder.html#method_matchMethod" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchScheme\u0028\u0029", + "name": "matchScheme", + "summary": "Match\u0020request\u0020by\u0020its\u0020scheme.", + "url": "classes/Pock-PockBuilder.html#method_matchScheme" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchHost\u0028\u0029", + "name": "matchHost", + "summary": "Matches\u0020request\u0020by\u0020hostname.", + "url": "classes/Pock-PockBuilder.html#method_matchHost" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchPort\u0028\u0029", + "name": "matchPort", + "summary": "Matches\u0020request\u0020by\u0020the\u0020port.", + "url": "classes/Pock-PockBuilder.html#method_matchPort" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchOrigin\u0028\u0029", + "name": "matchOrigin", + "summary": "Matches\u0020request\u0020by\u0020origin.", + "url": "classes/Pock-PockBuilder.html#method_matchOrigin" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchUri\u0028\u0029", + "name": "matchUri", + "summary": "Matches\u0020request\u0020by\u0020the\u0020whole\u0020URI.", + "url": "classes/Pock-PockBuilder.html#method_matchUri" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchUriRegExp\u0028\u0029", + "name": "matchUriRegExp", + "summary": "Matches\u0020request\u0020by\u0020the\u0020whole\u0020URI\u0020using\u0020regular\u0020expression.", + "url": "classes/Pock-PockBuilder.html#method_matchUriRegExp" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchHeader\u0028\u0029", + "name": "matchHeader", + "summary": "Matches\u0020request\u0020by\u0020header\u0020value\u0020or\u0020several\u0020values.\u0020Header\u0020can\u0020have\u0020other\u0020values\u0020which\u0020are\u0020not\u0020specified\u0020here.", + "url": "classes/Pock-PockBuilder.html#method_matchHeader" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchHeaders\u0028\u0029", + "name": "matchHeaders", + "summary": "Matches\u0020request\u0020by\u0020headers\u0020values\u0020or\u0020several\u0020values.\u0020Headers\u0020can\u0020have\u0020other\u0020values\u0020which\u0020are\u0020not\u0020specified\u0020here.", + "url": "classes/Pock-PockBuilder.html#method_matchHeaders" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchExactHeader\u0028\u0029", + "name": "matchExactHeader", + "summary": "Matches\u0020request\u0020by\u0020the\u0020exact\u0020header\u0020pattern\u0020or\u0020values.", + "url": "classes/Pock-PockBuilder.html#method_matchExactHeader" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchExactHeaders\u0028\u0029", + "name": "matchExactHeaders", + "summary": "Matches\u0020request\u0020by\u0020headers\u0020values\u0020or\u0020several\u0020values.", + "url": "classes/Pock-PockBuilder.html#method_matchExactHeaders" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchHeaderLine\u0028\u0029", + "name": "matchHeaderLine", + "summary": "Matches\u0020request\u0020by\u0020the\u0020unparsed\u0020header\u0020line.", + "url": "classes/Pock-PockBuilder.html#method_matchHeaderLine" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchHeaderLineRegexp\u0028\u0029", + "name": "matchHeaderLineRegexp", + "summary": "Matches\u0020request\u0020by\u0020the\u0020unparsed\u0020header\u0020line\u0020using\u0020provided\u0020regular\u0020expression.", + "url": "classes/Pock-PockBuilder.html#method_matchHeaderLineRegexp" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchPath\u0028\u0029", + "name": "matchPath", + "summary": "Match\u0020request\u0020by\u0020its\u0020path.\u0020Path\u0020with\u0020and\u0020without\u0020slash\u0020at\u0020the\u0020start\u0020will\u0020be\u0020treated\u0020as\u0020the\u0020same\u0020path.", + "url": "classes/Pock-PockBuilder.html#method_matchPath" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchPathRegExp\u0028\u0029", + "name": "matchPathRegExp", + "summary": "Match\u0020request\u0020by\u0020its\u0020path\u0020using\u0020regular\u0020expression.\u0020This\u0020matcher\u0020doesn\u0027t\u0020care\u0020about\u0020prefix\u0020slash\nsince\u0020it\u0027s\u0020pretty\u0020easy\u0020to\u0020do\u0020it\u0020using\u0020regular\u0020expression.", + "url": "classes/Pock-PockBuilder.html#method_matchPathRegExp" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchQuery\u0028\u0029", + "name": "matchQuery", + "summary": "Match\u0020request\u0020by\u0020its\u0020query.\u0020Request\u0020can\u0020contain\u0020other\u0020query\u0020variables.", + "url": "classes/Pock-PockBuilder.html#method_matchQuery" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchQueryRegExp\u0028\u0029", + "name": "matchQueryRegExp", + "summary": "Match\u0020request\u0020by\u0020its\u0020query\u0020using\u0020regular\u0020expression.", + "url": "classes/Pock-PockBuilder.html#method_matchQueryRegExp" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchExactQuery\u0028\u0029", + "name": "matchExactQuery", + "summary": "Match\u0020request\u0020by\u0020its\u0020query.\u0020Additional\u0020query\u0020parameters\u0020aren\u0027t\u0020allowed.", + "url": "classes/Pock-PockBuilder.html#method_matchExactQuery" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchFormData\u0028\u0029", + "name": "matchFormData", + "summary": "Match\u0020request\u0020with\u0020form\u002Ddata.", + "url": "classes/Pock-PockBuilder.html#method_matchFormData" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchExactFormData\u0028\u0029", + "name": "matchExactFormData", + "summary": "Match\u0020request\u0020with\u0020form\u002Ddata.\u0020Additional\u0020fields\u0020aren\u0027t\u0020allowed.", + "url": "classes/Pock-PockBuilder.html#method_matchExactFormData" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchMultipartFormData\u0028\u0029", + "name": "matchMultipartFormData", + "summary": "Match\u0020request\u0020multipart\u0020form\u0020data.\u0020Will\u0020not\u0020match\u0020the\u0020request\u0020if\u0020body\u0020is\u0020not\u0020multipart.", + "url": "classes/Pock-PockBuilder.html#method_matchMultipartFormData" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchBody\u0028\u0029", + "name": "matchBody", + "summary": "Match\u0020entire\u0020request\u0020body.", + "url": "classes/Pock-PockBuilder.html#method_matchBody" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchBodyRegExp\u0028\u0029", + "name": "matchBodyRegExp", + "summary": "Match\u0020entire\u0020request\u0020body\u0020using\u0020provided\u0020regular\u0020expression.", + "url": "classes/Pock-PockBuilder.html#method_matchBodyRegExp" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchJsonBody\u0028\u0029", + "name": "matchJsonBody", + "summary": "Match\u0020JSON\u0020request\u0020body.", + "url": "classes/Pock-PockBuilder.html#method_matchJsonBody" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchSerializedJsonBody\u0028\u0029", + "name": "matchSerializedJsonBody", + "summary": "Match\u0020JSON\u0020request\u0020body\u0020against\u0020JSON\u0020string\u0020or\u0020array\u0020with\u0020data.", + "url": "classes/Pock-PockBuilder.html#method_matchSerializedJsonBody" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchXmlBody\u0028\u0029", + "name": "matchXmlBody", + "summary": "Match\u0020XML\u0020request\u0020body\u0020using\u0020raw\u0020XML\u0020data.", + "url": "classes/Pock-PockBuilder.html#method_matchXmlBody" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchSerializedXmlBody\u0028\u0029", + "name": "matchSerializedXmlBody", + "summary": "Match\u0020XML\u0020request\u0020body.", + "url": "classes/Pock-PockBuilder.html#method_matchSerializedXmlBody" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AmatchCallback\u0028\u0029", + "name": "matchCallback", + "summary": "Match\u0020request\u0020using\u0020provided\u0020callback.\u0020Callback\u0020should\u0020receive\u0020RequestInterface\u0020and\u0020return\u0020boolean.", + "url": "classes/Pock-PockBuilder.html#method_matchCallback" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AaddMatcher\u0028\u0029", + "name": "addMatcher", + "summary": "Add\u0020custom\u0020matcher\u0020to\u0020the\u0020mock.", + "url": "classes/Pock-PockBuilder.html#method_addMatcher" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003Arepeat\u0028\u0029", + "name": "repeat", + "summary": "Repeat\u0020this\u0020mock\u0020provided\u0020amount\u0020of\u0020times.", + "url": "classes/Pock-PockBuilder.html#method_repeat" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003Aalways\u0028\u0029", + "name": "always", + "summary": "Always\u0020execute\u0020this\u0020mock\u0020if\u0020matched.\u0020Mock\u0020with\u0020this\u0020call\u0020will\u0020not\u0020be\u0020expired\u0020ever.", + "url": "classes/Pock-PockBuilder.html#method_always" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003Aat\u0028\u0029", + "name": "at", + "summary": "Match\u0020request\u0020only\u0020at\u0020Nth\u0020hit.\u0020Previous\u0020matches\u0020will\u0020not\u0020be\u0020executed.", + "url": "classes/Pock-PockBuilder.html#method_at" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AthrowException\u0028\u0029", + "name": "throwException", + "summary": "Throw\u0020an\u0020exception\u0020when\u0020request\u0020is\u0020being\u0020sent.", + "url": "classes/Pock-PockBuilder.html#method_throwException" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AthrowClientException\u0028\u0029", + "name": "throwClientException", + "summary": "Throw\u0020an\u0020ClientExceptionInterface\u0020instance\u0020with\u0020specified\u0020message", + "url": "classes/Pock-PockBuilder.html#method_throwClientException" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AthrowNetworkException\u0028\u0029", + "name": "throwNetworkException", + "summary": "Throw\u0020an\u0020NetworkExceptionInterface\u0020instance\u0020with\u0020specified\u0020message", + "url": "classes/Pock-PockBuilder.html#method_throwNetworkException" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AthrowRequestException\u0028\u0029", + "name": "throwRequestException", + "summary": "Throw\u0020an\u0020RequestExceptionInterface\u0020instance\u0020with\u0020specified\u0020message", + "url": "classes/Pock-PockBuilder.html#method_throwRequestException" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003Areply\u0028\u0029", + "name": "reply", + "summary": "", + "url": "classes/Pock-PockBuilder.html#method_reply" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AreplyWithFactory\u0028\u0029", + "name": "replyWithFactory", + "summary": "Construct\u0020the\u0020response\u0020during\u0020request\u0020execution\u0020using\u0020provided\u0020ReplytFactoryInterface\u0020implementation.", + "url": "classes/Pock-PockBuilder.html#method_replyWithFactory" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AreplyWithCallback\u0028\u0029", + "name": "replyWithCallback", + "summary": "Construct\u0020the\u0020response\u0020during\u0020request\u0020execution\u0020using\u0020provided\u0020callback.", + "url": "classes/Pock-PockBuilder.html#method_replyWithCallback" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AreplyWithClient\u0028\u0029", + "name": "replyWithClient", + "summary": "Reply\u0020to\u0020the\u0020request\u0020using\u0020provided\u0020client.\u0020Can\u0020be\u0020used\u0020to\u0020send\u0020real\u0020network\u0020request.", + "url": "classes/Pock-PockBuilder.html#method_replyWithClient" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003Areset\u0028\u0029", + "name": "reset", + "summary": "Resets\u0020the\u0020builder.", + "url": "classes/Pock-PockBuilder.html#method_reset" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AsetFallbackClient\u0028\u0029", + "name": "setFallbackClient", + "summary": "Sets\u0020fallback\u0020Client.\u0020It\u0020will\u0020be\u0020used\u0020if\u0020no\u0020request\u0020can\u0020be\u0020matched.", + "url": "classes/Pock-PockBuilder.html#method_setFallbackClient" + }, { + "fqsen": "\\Pock\\PockBuilder\u003A\u003AgetClient\u0028\u0029", + "name": "getClient", + "summary": "", + "url": "classes/Pock-PockBuilder.html#method_getClient" + }, { + "fqsen": "\\Pock\\PockResponseBuilder", + "name": "PockResponseBuilder", + "summary": "Class\u0020PockResponseBuilder", + "url": "classes/Pock-PockResponseBuilder.html" + }, { + "fqsen": "\\Pock\\PockResponseBuilder\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "PockResponseBuilder\u0020constructor.", + "url": "classes/Pock-PockResponseBuilder.html#method___construct" + }, { + "fqsen": "\\Pock\\PockResponseBuilder\u003A\u003AwithStatusCode\u0028\u0029", + "name": "withStatusCode", + "summary": "Reply\u0020with\u0020specified\u0020status\u0020code.", + "url": "classes/Pock-PockResponseBuilder.html#method_withStatusCode" + }, { + "fqsen": "\\Pock\\PockResponseBuilder\u003A\u003AwithHeader\u0028\u0029", + "name": "withHeader", + "summary": "Respond\u0020with\u0020specified\u0020header\u0020pattern.", + "url": "classes/Pock-PockResponseBuilder.html#method_withHeader" + }, { + "fqsen": "\\Pock\\PockResponseBuilder\u003A\u003AwithAddedHeader\u0028\u0029", + "name": "withAddedHeader", + "summary": "Respond\u0020with\u0020specified\u0020header\u0020pattern\u0020appended\u0020to\u0020existing\u0020header.", + "url": "classes/Pock-PockResponseBuilder.html#method_withAddedHeader" + }, { + "fqsen": "\\Pock\\PockResponseBuilder\u003A\u003AwithHeaders\u0028\u0029", + "name": "withHeaders", + "summary": "Respond\u0020with\u0020specified\u0020headers.\u0020Works\u0020exactly\u0020like\u0020calling\u0020PockResponseBuilder\u003A\u003AwithHeader\u0028\u0029\u0020would\u0020work.", + "url": "classes/Pock-PockResponseBuilder.html#method_withHeaders" + }, { + "fqsen": "\\Pock\\PockResponseBuilder\u003A\u003AwithAddedHeaders\u0028\u0029", + "name": "withAddedHeaders", + "summary": "Respond\u0020with\u0020specified\u0020headers.\u0020Works\u0020exactly\u0020like\u0020calling\u0020PockResponseBuilder\u003A\u003AwithAddedHeader\u0028\u0029\u0020would\u0020work.", + "url": "classes/Pock-PockResponseBuilder.html#method_withAddedHeaders" + }, { + "fqsen": "\\Pock\\PockResponseBuilder\u003A\u003AwithBody\u0028\u0029", + "name": "withBody", + "summary": "Reply\u0020with\u0020specified\u0020body.\u0020It\u0020can\u0020be\u003A\n\u0020\u002D\u0020PSR\u002D7\u0020StreamInterface\u0020\u002D\u0020it\u0020will\u0020be\u0020used\u0020without\u0020any\u0020changes.", + "url": "classes/Pock-PockResponseBuilder.html#method_withBody" + }, { + "fqsen": "\\Pock\\PockResponseBuilder\u003A\u003AwithFile\u0028\u0029", + "name": "withFile", + "summary": "Reply\u0020with\u0020data\u0020from\u0020specified\u0020file.", + "url": "classes/Pock-PockResponseBuilder.html#method_withFile" + }, { + "fqsen": "\\Pock\\PockResponseBuilder\u003A\u003AwithJson\u0028\u0029", + "name": "withJson", + "summary": "", + "url": "classes/Pock-PockResponseBuilder.html#method_withJson" + }, { + "fqsen": "\\Pock\\PockResponseBuilder\u003A\u003AwithXml\u0028\u0029", + "name": "withXml", + "summary": "", + "url": "classes/Pock-PockResponseBuilder.html#method_withXml" + }, { + "fqsen": "\\Pock\\PockResponseBuilder\u003A\u003AgetResponse\u0028\u0029", + "name": "getResponse", + "summary": "", + "url": "classes/Pock-PockResponseBuilder.html#method_getResponse" + }, { + "fqsen": "\\Pock\\Promise\\HttpRejectedPromise", + "name": "HttpRejectedPromise", + "summary": "Class\u0020HttpRejectedPromise", + "url": "classes/Pock-Promise-HttpRejectedPromise.html" + }, { + "fqsen": "\\Pock\\Promise\\HttpRejectedPromise\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "HttpRejectedPromise\u0020constructor.", + "url": "classes/Pock-Promise-HttpRejectedPromise.html#method___construct" + }, { + "fqsen": "\\Pock\\Promise\\HttpRejectedPromise\u003A\u003Athen\u0028\u0029", + "name": "then", + "summary": "", + "url": "classes/Pock-Promise-HttpRejectedPromise.html#method_then" + }, { + "fqsen": "\\Pock\\Promise\\HttpRejectedPromise\u003A\u003AgetState\u0028\u0029", + "name": "getState", + "summary": "", + "url": "classes/Pock-Promise-HttpRejectedPromise.html#method_getState" + }, { + "fqsen": "\\Pock\\Promise\\HttpRejectedPromise\u003A\u003Await\u0028\u0029", + "name": "wait", + "summary": "", + "url": "classes/Pock-Promise-HttpRejectedPromise.html#method_wait" + }, { + "fqsen": "\\Pock\\Serializer\\CallbackSerializerAdapter", + "name": "CallbackSerializerAdapter", + "summary": "Class\u0020CallbackSerializerAdapter", + "url": "classes/Pock-Serializer-CallbackSerializerAdapter.html" + }, { + "fqsen": "\\Pock\\Serializer\\CallbackSerializerAdapter\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "CallbackSerializerAdapter\u0020constructor.", + "url": "classes/Pock-Serializer-CallbackSerializerAdapter.html#method___construct" + }, { + "fqsen": "\\Pock\\Serializer\\CallbackSerializerAdapter\u003A\u003Aserialize\u0028\u0029", + "name": "serialize", + "summary": "Serialize\u0020item", + "url": "classes/Pock-Serializer-CallbackSerializerAdapter.html#method_serialize" + }, { + "fqsen": "\\Pock\\Serializer\\JmsSerializerAdapter", + "name": "JmsSerializerAdapter", + "summary": "Class\u0020JmsSerializerAdapter", + "url": "classes/Pock-Serializer-JmsSerializerAdapter.html" + }, { + "fqsen": "\\Pock\\Serializer\\JmsSerializerAdapter\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "JmsSerializerAdapter\u0020constructor.", + "url": "classes/Pock-Serializer-JmsSerializerAdapter.html#method___construct" + }, { + "fqsen": "\\Pock\\Serializer\\JmsSerializerAdapter\u003A\u003Aserialize\u0028\u0029", + "name": "serialize", + "summary": "Serialize\u0020item", + "url": "classes/Pock-Serializer-JmsSerializerAdapter.html#method_serialize" + }, { + "fqsen": "\\Pock\\Serializer\\SerializerInterface", + "name": "SerializerInterface", + "summary": "Interface\u0020SerializerInterface", + "url": "classes/Pock-Serializer-SerializerInterface.html" + }, { + "fqsen": "\\Pock\\Serializer\\SerializerInterface\u003A\u003Aserialize\u0028\u0029", + "name": "serialize", + "summary": "Serialize\u0020item", + "url": "classes/Pock-Serializer-SerializerInterface.html#method_serialize" + }, { + "fqsen": "\\Pock\\Serializer\\SymfonySerializerAdapter", + "name": "SymfonySerializerAdapter", + "summary": "Class\u0020SymfonySerializerAdapter", + "url": "classes/Pock-Serializer-SymfonySerializerAdapter.html" + }, { + "fqsen": "\\Pock\\Traits\\JsonDecoderTrait", + "name": "JsonDecoderTrait", + "summary": "Trait\u0020JsonDecoderTrait", + "url": "classes/Pock-Traits-JsonDecoderTrait.html" + }, { + "fqsen": "\\Pock\\Traits\\JsonDecoderTrait\u003A\u003AjsonDecode\u0028\u0029", + "name": "jsonDecode", + "summary": "json_decode\u0020which\u0020throws\u0020exception\u0020on\u0020error.", + "url": "classes/Pock-Traits-JsonDecoderTrait.html#method_jsonDecode" + }, { + "fqsen": "\\Pock\\Traits\\JsonEncoderTrait", + "name": "JsonEncoderTrait", + "summary": "Trait\u0020JsonEncoderTrait", + "url": "classes/Pock-Traits-JsonEncoderTrait.html" + }, { + "fqsen": "\\Pock\\Traits\\JsonEncoderTrait\u003A\u003AjsonEncode\u0028\u0029", + "name": "jsonEncode", + "summary": "json_encode\u0020which\u0020throws\u0020exception\u0020on\u0020error.", + "url": "classes/Pock-Traits-JsonEncoderTrait.html#method_jsonEncode" + }, { + "fqsen": "\\Pock\\Traits\\JsonSerializerAwareTrait", + "name": "JsonSerializerAwareTrait", + "summary": "Trait\u0020JsonSerializerAwareTrait", + "url": "classes/Pock-Traits-JsonSerializerAwareTrait.html" + }, { + "fqsen": "\\Pock\\Traits\\SeekableStreamDataExtractor", + "name": "SeekableStreamDataExtractor", + "summary": "Trait\u0020SeekableStreamDataExtractor", + "url": "classes/Pock-Traits-SeekableStreamDataExtractor.html" + }, { + "fqsen": "\\Pock\\Traits\\XmlSerializerAwareTrait", + "name": "XmlSerializerAwareTrait", + "summary": "Trait\u0020XmlSerializerAwareTrait", + "url": "classes/Pock-Traits-XmlSerializerAwareTrait.html" + }, { + "fqsen": "\\", + "name": "\\", + "summary": "", + "url": "namespaces/default.html" + }, { + "fqsen": "\\Pock", + "name": "Pock", + "summary": "", + "url": "namespaces/pock.html" + }, { + "fqsen": "\\Pock\\Comparator", + "name": "Comparator", + "summary": "", + "url": "namespaces/pock-comparator.html" + }, { + "fqsen": "\\Pock\\Creator", + "name": "Creator", + "summary": "", + "url": "namespaces/pock-creator.html" + }, { + "fqsen": "\\Pock\\Enum", + "name": "Enum", + "summary": "", + "url": "namespaces/pock-enum.html" + }, { + "fqsen": "\\Pock\\Exception", + "name": "Exception", + "summary": "", + "url": "namespaces/pock-exception.html" + }, { + "fqsen": "\\Pock\\Factory", + "name": "Factory", + "summary": "", + "url": "namespaces/pock-factory.html" + }, { + "fqsen": "\\Pock\\Matchers", + "name": "Matchers", + "summary": "", + "url": "namespaces/pock-matchers.html" + }, { + "fqsen": "\\Pock\\Promise", + "name": "Promise", + "summary": "", + "url": "namespaces/pock-promise.html" + }, { + "fqsen": "\\Pock\\Serializer", + "name": "Serializer", + "summary": "", + "url": "namespaces/pock-serializer.html" + }, { + "fqsen": "\\Pock\\Traits", + "name": "Traits", + "summary": "", + "url": "namespaces/pock-traits.html" + } ] +); diff --git a/namespaces/default.html b/namespaces/default.html new file mode 100644 index 0000000..7509c4a --- /dev/null +++ b/namespaces/default.html @@ -0,0 +1,209 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                            pock

                                                                                                                                                                                                                                                                                                            + + + + + +
                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                            + + + + +
                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                            API Documentation

                                                                                                                                                                                                                                                                                                            + + +

                                                                                                                                                                                                                                                                                                            + Namespaces + +

                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                            Pock
                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                            + + + + + + + +
                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                            Search results

                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                              + + +
                                                                                                                                                                                                                                                                                                              + + + + + + + + diff --git a/namespaces/pock-comparator.html b/namespaces/pock-comparator.html new file mode 100644 index 0000000..ed24dc7 --- /dev/null +++ b/namespaces/pock-comparator.html @@ -0,0 +1,224 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                              pock

                                                                                                                                                                                                                                                                                                              + + + + + +
                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                              + + + + +
                                                                                                                                                                                                                                                                                                              + + + +
                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                              Search results

                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                + + +
                                                                                                                                                                                                                                                                                                                + + + + + + + + diff --git a/namespaces/pock-creator.html b/namespaces/pock-creator.html new file mode 100644 index 0000000..2530250 --- /dev/null +++ b/namespaces/pock-creator.html @@ -0,0 +1,226 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                pock

                                                                                                                                                                                                                                                                                                                + + + + + +
                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                + + + + +
                                                                                                                                                                                                                                                                                                                + + +
                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                Creator

                                                                                                                                                                                                                                                                                                                + + + +

                                                                                                                                                                                                                                                                                                                + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                SerializerCreatorInterface
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                Interface SerializerCreatorInterface
                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                AbstractJmsSerializerCreator
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                Class AbstractJmsSerializerCreator
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                AbstractSymfonySerializerCreator
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                Class AbstractSymfonySerializerCreator
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                JmsJsonSerializerCreator
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                Class JmsJsonSerializerCreator
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                JmsXmlSerializerCreator
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                Class JmsXmlSerializerCreator
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                SymfonyJsonSerializerCreator
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                Class SymfonyJsonSerializerCreator
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                SymfonyXmlSerializerCreator
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                Class SymfonyXmlSerializerCreator
                                                                                                                                                                                                                                                                                                                + + +
                                                                                                                                                                                                                                                                                                                + + + + + + +
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                Search results

                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                  + + +
                                                                                                                                                                                                                                                                                                                  + + + + + + + + diff --git a/namespaces/pock-enum.html b/namespaces/pock-enum.html new file mode 100644 index 0000000..282d8c5 --- /dev/null +++ b/namespaces/pock-enum.html @@ -0,0 +1,216 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                  pock

                                                                                                                                                                                                                                                                                                                  + + + + + +
                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                  + + + + +
                                                                                                                                                                                                                                                                                                                  + + +
                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                  Enum

                                                                                                                                                                                                                                                                                                                  + + + +

                                                                                                                                                                                                                                                                                                                  + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                  RequestMethod
                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                  Class RequestMethod
                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                  RequestScheme
                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                  Class RequestScheme
                                                                                                                                                                                                                                                                                                                  + + +
                                                                                                                                                                                                                                                                                                                  + + + + + + +
                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                  Search results

                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                                                                                                                    + + + + + + + + diff --git a/namespaces/pock-exception.html b/namespaces/pock-exception.html new file mode 100644 index 0000000..38bdc57 --- /dev/null +++ b/namespaces/pock-exception.html @@ -0,0 +1,228 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                    pock

                                                                                                                                                                                                                                                                                                                    + + + + + +
                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    + + + + +
                                                                                                                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                    Exception

                                                                                                                                                                                                                                                                                                                    + + + +

                                                                                                                                                                                                                                                                                                                    + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                    AbstractRequestAwareException
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    Class AbstractRequestAwareException
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    IncompleteMockException
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    Class IncompleteMockException
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    JsonException
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    Class JsonException
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    PockClientException
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    Class PockClientException
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    PockNetworkException
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    Class PockNetworkException
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    PockRequestException
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    Class PockRequestException
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    UnsupportedRequestException
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    Class UnsupportedRequestException
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    XmlException
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    Class XmlException
                                                                                                                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                                                                                                                    + + + + + + +
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                    Search results

                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                      + + +
                                                                                                                                                                                                                                                                                                                      + + + + + + + + diff --git a/namespaces/pock-factory.html b/namespaces/pock-factory.html new file mode 100644 index 0000000..7d01808 --- /dev/null +++ b/namespaces/pock-factory.html @@ -0,0 +1,222 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                      pock

                                                                                                                                                                                                                                                                                                                      + + + + + +
                                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                      + + + + +
                                                                                                                                                                                                                                                                                                                      + + + +
                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                      Search results

                                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        + + +
                                                                                                                                                                                                                                                                                                                        + + + + + + + + diff --git a/namespaces/pock-matchers.html b/namespaces/pock-matchers.html new file mode 100644 index 0000000..22c203b --- /dev/null +++ b/namespaces/pock-matchers.html @@ -0,0 +1,272 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                        pock

                                                                                                                                                                                                                                                                                                                        + + + + + +
                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        + + + + +
                                                                                                                                                                                                                                                                                                                        + + +
                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                        Matchers

                                                                                                                                                                                                                                                                                                                        + + + +

                                                                                                                                                                                                                                                                                                                        + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        RequestMatcherInterface
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Interface RequestMatcherInterface
                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                        AbstractRegExpMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class AbstractRegExpMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        AbstractSerializedBodyMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class AbstractSerializedBodyMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        AnyRequestMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class AnyRequestMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        BodyMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class BodyMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        CallbackRequestMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class CallbackRequestMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        ExactFormDataMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class ExactFormDataMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        ExactHeaderMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class ExactHeaderMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        ExactHeadersMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class ExactHeadersMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        ExactQueryMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class ExactQueryMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        FormDataMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class FormDataMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        HeaderLineMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class HeaderLineMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        HeaderLineRegexpMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class HeaderLineRegexpMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        HeaderMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class HeaderMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        HeadersMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class HeadersMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        HostMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class HostMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        JsonBodyMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class JsonBodyMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        MethodMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class MethodMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        MultipartFormDataMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class MultipartFormDataMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        MultipleMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class MultipleMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        PathMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class PathMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        PortMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class PortMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        QueryMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class QueryMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        RegExpBodyMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class RegExpBodyMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        RegExpPathMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class RegExpPathMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        RegExpQueryMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class RegExpQueryMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        RegExpUriMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class RegExpUriMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        SchemeMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class SchemeMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        UriMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class UriMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        XmlBodyMatcher
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        Class XmlBodyMatcher
                                                                                                                                                                                                                                                                                                                        + + +
                                                                                                                                                                                                                                                                                                                        + + + + + + +
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                        Search results

                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                          + + +
                                                                                                                                                                                                                                                                                                                          + + + + + + + + diff --git a/namespaces/pock-promise.html b/namespaces/pock-promise.html new file mode 100644 index 0000000..6c560c9 --- /dev/null +++ b/namespaces/pock-promise.html @@ -0,0 +1,214 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                          pock

                                                                                                                                                                                                                                                                                                                          + + + + + +
                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                          + + + + +
                                                                                                                                                                                                                                                                                                                          + + +
                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                          Promise

                                                                                                                                                                                                                                                                                                                          + + + +

                                                                                                                                                                                                                                                                                                                          + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                          HttpRejectedPromise
                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                          Class HttpRejectedPromise
                                                                                                                                                                                                                                                                                                                          + + +
                                                                                                                                                                                                                                                                                                                          + + + + + + +
                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                          Search results

                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                            + + +
                                                                                                                                                                                                                                                                                                                            + + + + + + + + diff --git a/namespaces/pock-serializer.html b/namespaces/pock-serializer.html new file mode 100644 index 0000000..b859fbd --- /dev/null +++ b/namespaces/pock-serializer.html @@ -0,0 +1,220 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                            pock

                                                                                                                                                                                                                                                                                                                            + + + + + +
                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                            + + + + +
                                                                                                                                                                                                                                                                                                                            + + + +
                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                            Search results

                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                              + + +
                                                                                                                                                                                                                                                                                                                              + + + + + + + + diff --git a/namespaces/pock-traits.html b/namespaces/pock-traits.html new file mode 100644 index 0000000..90befdc --- /dev/null +++ b/namespaces/pock-traits.html @@ -0,0 +1,222 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                              pock

                                                                                                                                                                                                                                                                                                                              + + + + + +
                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                              + + + + +
                                                                                                                                                                                                                                                                                                                              + + + +
                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                              Search results

                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                + + +
                                                                                                                                                                                                                                                                                                                                + + + + + + + + diff --git a/namespaces/pock.html b/namespaces/pock.html new file mode 100644 index 0000000..faf7611 --- /dev/null +++ b/namespaces/pock.html @@ -0,0 +1,237 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                pock

                                                                                                                                                                                                                                                                                                                                + + + + + +
                                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                + + + + +
                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                + + +
                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                Search results

                                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                  + + +
                                                                                                                                                                                                                                                                                                                                  + + + + + + + + diff --git a/packages/Pock-Comparator.html b/packages/Pock-Comparator.html new file mode 100644 index 0000000..03a18c7 --- /dev/null +++ b/packages/Pock-Comparator.html @@ -0,0 +1,224 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                  pock

                                                                                                                                                                                                                                                                                                                                  + + + + + +
                                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                  + + + + +
                                                                                                                                                                                                                                                                                                                                  + + + +
                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                  Search results

                                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                                                                                                                                    + + + + + + + + diff --git a/packages/Pock-Creator.html b/packages/Pock-Creator.html new file mode 100644 index 0000000..105ef8b --- /dev/null +++ b/packages/Pock-Creator.html @@ -0,0 +1,226 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                    pock

                                                                                                                                                                                                                                                                                                                                    + + + + + +
                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    + + + + +
                                                                                                                                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                    Creator

                                                                                                                                                                                                                                                                                                                                    + + + +

                                                                                                                                                                                                                                                                                                                                    + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    SerializerCreatorInterface
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    Interface SerializerCreatorInterface
                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                    AbstractJmsSerializerCreator
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    Class AbstractJmsSerializerCreator
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    AbstractSymfonySerializerCreator
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    Class AbstractSymfonySerializerCreator
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    JmsJsonSerializerCreator
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    Class JmsJsonSerializerCreator
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    JmsXmlSerializerCreator
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    Class JmsXmlSerializerCreator
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    SymfonyJsonSerializerCreator
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    Class SymfonyJsonSerializerCreator
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    SymfonyXmlSerializerCreator
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    Class SymfonyXmlSerializerCreator
                                                                                                                                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                                                                                                                                    + + + + + + +
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                    Search results

                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                      + + +
                                                                                                                                                                                                                                                                                                                                      + + + + + + + + diff --git a/packages/Pock-Enum.html b/packages/Pock-Enum.html new file mode 100644 index 0000000..8d23220 --- /dev/null +++ b/packages/Pock-Enum.html @@ -0,0 +1,216 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                      pock

                                                                                                                                                                                                                                                                                                                                      + + + + + +
                                                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                      + + + + +
                                                                                                                                                                                                                                                                                                                                      + + +
                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                      Enum

                                                                                                                                                                                                                                                                                                                                      + + + +

                                                                                                                                                                                                                                                                                                                                      + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                                                      RequestMethod
                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                      Class RequestMethod
                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                      RequestScheme
                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                      Class RequestScheme
                                                                                                                                                                                                                                                                                                                                      + + +
                                                                                                                                                                                                                                                                                                                                      + + + + + + +
                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                      Search results

                                                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        + + +
                                                                                                                                                                                                                                                                                                                                        + + + + + + + + diff --git a/packages/Pock-Exception.html b/packages/Pock-Exception.html new file mode 100644 index 0000000..1c20f96 --- /dev/null +++ b/packages/Pock-Exception.html @@ -0,0 +1,228 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                        pock

                                                                                                                                                                                                                                                                                                                                        + + + + + +
                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        + + + + +
                                                                                                                                                                                                                                                                                                                                        + + +
                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                        Exception

                                                                                                                                                                                                                                                                                                                                        + + + +

                                                                                                                                                                                                                                                                                                                                        + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                        AbstractRequestAwareException
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        Class AbstractRequestAwareException
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        IncompleteMockException
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        Class IncompleteMockException
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        JsonException
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        Class JsonException
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        PockClientException
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        Class PockClientException
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        PockNetworkException
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        Class PockNetworkException
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        PockRequestException
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        Class PockRequestException
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        UnsupportedRequestException
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        Class UnsupportedRequestException
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        XmlException
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        Class XmlException
                                                                                                                                                                                                                                                                                                                                        + + +
                                                                                                                                                                                                                                                                                                                                        + + + + + + +
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                        Search results

                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                          + + +
                                                                                                                                                                                                                                                                                                                                          + + + + + + + + diff --git a/packages/Pock-Factory.html b/packages/Pock-Factory.html new file mode 100644 index 0000000..d3da4b0 --- /dev/null +++ b/packages/Pock-Factory.html @@ -0,0 +1,222 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                          pock

                                                                                                                                                                                                                                                                                                                                          + + + + + +
                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                          + + + + +
                                                                                                                                                                                                                                                                                                                                          + + + +
                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                          Search results

                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            + + +
                                                                                                                                                                                                                                                                                                                                            + + + + + + + + diff --git a/packages/Pock-Matchers.html b/packages/Pock-Matchers.html new file mode 100644 index 0000000..6392e52 --- /dev/null +++ b/packages/Pock-Matchers.html @@ -0,0 +1,272 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                            pock

                                                                                                                                                                                                                                                                                                                                            + + + + + +
                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            + + + + +
                                                                                                                                                                                                                                                                                                                                            + + +
                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                            Matchers

                                                                                                                                                                                                                                                                                                                                            + + + +

                                                                                                                                                                                                                                                                                                                                            + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            RequestMatcherInterface
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Interface RequestMatcherInterface
                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                            AbstractRegExpMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class AbstractRegExpMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            AbstractSerializedBodyMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class AbstractSerializedBodyMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            AnyRequestMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class AnyRequestMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            BodyMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class BodyMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            CallbackRequestMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class CallbackRequestMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            ExactFormDataMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class ExactFormDataMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            ExactHeaderMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class ExactHeaderMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            ExactHeadersMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class ExactHeadersMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            ExactQueryMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class ExactQueryMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            FormDataMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class FormDataMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            HeaderLineMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class HeaderLineMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            HeaderLineRegexpMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class HeaderLineRegexpMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            HeaderMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class HeaderMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            HeadersMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class HeadersMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            HostMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class HostMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            JsonBodyMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class JsonBodyMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            MethodMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class MethodMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            MultipartFormDataMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class MultipartFormDataMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            MultipleMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class MultipleMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            PathMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class PathMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            PortMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class PortMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            QueryMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class QueryMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            RegExpBodyMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class RegExpBodyMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            RegExpPathMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class RegExpPathMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            RegExpQueryMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class RegExpQueryMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            RegExpUriMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class RegExpUriMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            SchemeMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class SchemeMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            UriMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class UriMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            XmlBodyMatcher
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            Class XmlBodyMatcher
                                                                                                                                                                                                                                                                                                                                            + + +
                                                                                                                                                                                                                                                                                                                                            + + + + + + +
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                            Search results

                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                              + + +
                                                                                                                                                                                                                                                                                                                                              + + + + + + + + diff --git a/packages/Pock-Promise.html b/packages/Pock-Promise.html new file mode 100644 index 0000000..1ae6341 --- /dev/null +++ b/packages/Pock-Promise.html @@ -0,0 +1,214 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                              pock

                                                                                                                                                                                                                                                                                                                                              + + + + + +
                                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                              + + + + +
                                                                                                                                                                                                                                                                                                                                              + + +
                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                              Promise

                                                                                                                                                                                                                                                                                                                                              + + + +

                                                                                                                                                                                                                                                                                                                                              + Interfaces, Classes, Traits and Enums + +

                                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                                              HttpRejectedPromise
                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                              Class HttpRejectedPromise
                                                                                                                                                                                                                                                                                                                                              + + +
                                                                                                                                                                                                                                                                                                                                              + + + + + + +
                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                              Search results

                                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                + + +
                                                                                                                                                                                                                                                                                                                                                + + + + + + + + diff --git a/packages/Pock-Serializer.html b/packages/Pock-Serializer.html new file mode 100644 index 0000000..b12ba8c --- /dev/null +++ b/packages/Pock-Serializer.html @@ -0,0 +1,220 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                pock

                                                                                                                                                                                                                                                                                                                                                + + + + + +
                                                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                + + + + +
                                                                                                                                                                                                                                                                                                                                                + + + +
                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                Search results

                                                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                  + + +
                                                                                                                                                                                                                                                                                                                                                  + + + + + + + + diff --git a/packages/Pock-Traits.html b/packages/Pock-Traits.html new file mode 100644 index 0000000..abbd6c6 --- /dev/null +++ b/packages/Pock-Traits.html @@ -0,0 +1,222 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                  pock

                                                                                                                                                                                                                                                                                                                                                  + + + + + +
                                                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                  + + + + +
                                                                                                                                                                                                                                                                                                                                                  + + + +
                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                  Search results

                                                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                                                                                                                                                    + + + + + + + + diff --git a/packages/Pock.html b/packages/Pock.html new file mode 100644 index 0000000..3790301 --- /dev/null +++ b/packages/Pock.html @@ -0,0 +1,237 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                    pock

                                                                                                                                                                                                                                                                                                                                                    + + + + + +
                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                    + + + + +
                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                    Search results

                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                      + + +
                                                                                                                                                                                                                                                                                                                                                      + + + + + + + + diff --git a/packages/default.html b/packages/default.html new file mode 100644 index 0000000..b86f63b --- /dev/null +++ b/packages/default.html @@ -0,0 +1,209 @@ + + + + + pock + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                      pock

                                                                                                                                                                                                                                                                                                                                                      + + + + + +
                                                                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                      + + + + +
                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                      API Documentation

                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                      + Packages + +

                                                                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                      Pock
                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                      + + + + + + + + +
                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                      Search results

                                                                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                        + + +
                                                                                                                                                                                                                                                                                                                                                        + + + + + + + + diff --git a/reports/deprecated.html b/reports/deprecated.html new file mode 100644 index 0000000..6ca970c --- /dev/null +++ b/reports/deprecated.html @@ -0,0 +1,199 @@ + + + + + pock » Deprecated elements + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                        pock

                                                                                                                                                                                                                                                                                                                                                        + + + + + +
                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                        + + + + +
                                                                                                                                                                                                                                                                                                                                                        + + +
                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                        Deprecated

                                                                                                                                                                                                                                                                                                                                                        + + +
                                                                                                                                                                                                                                                                                                                                                        + No deprecated elements have been found in this project. +
                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                        Search results

                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          + + +
                                                                                                                                                                                                                                                                                                                                                          + + + + + + + + diff --git a/reports/errors.html b/reports/errors.html new file mode 100644 index 0000000..0ca3748 --- /dev/null +++ b/reports/errors.html @@ -0,0 +1,198 @@ + + + + + pock » Compilation errors + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                          pock

                                                                                                                                                                                                                                                                                                                                                          + + + + + +
                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          + + + + +
                                                                                                                                                                                                                                                                                                                                                          + + +
                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                          Errors

                                                                                                                                                                                                                                                                                                                                                          + + +
                                                                                                                                                                                                                                                                                                                                                          No errors have been found in this project.
                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                          Search results

                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            + + +
                                                                                                                                                                                                                                                                                                                                                            + + + + + + + + diff --git a/reports/markers.html b/reports/markers.html new file mode 100644 index 0000000..dd93a48 --- /dev/null +++ b/reports/markers.html @@ -0,0 +1,199 @@ + + + + + pock » Markers + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                            pock

                                                                                                                                                                                                                                                                                                                                                            + + + + + +
                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            + + + + +
                                                                                                                                                                                                                                                                                                                                                            + + +
                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                            Markers

                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                            + No markers have been found in this project. +
                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                            Search results

                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              + + +
                                                                                                                                                                                                                                                                                                                                                              + + + + + + + +