Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
firstred committed Jun 15, 2023
1 parent 05a6af2 commit 36bdfbb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/authors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ These contributors have helped with making this library possible. Thank you so m
* `Bert Brunekreeft <https://github.com/BBrunekreeft>`_ (contributor)
* `Daniel Schipper <https://github.com/daniel-memo-ict>`_ (contributor)
* `Joshua Bours <https://github.com/jbours>`_ (contributor)
* `Hidde Schuurman <https://github.com/ISMHiddeSchuurman>`_ (contributor)
* Mathieu Haverkamp (contributor)
* Jeroen Smit (contributor)
10 changes: 8 additions & 2 deletions docs/reference/Entity/Response/ResponseShipment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Summary
Methods
~~~~~~~

* :php:meth:`public \_\_construct\($Barcode, $ProductCodeDelivery, $Labels, $DownPartnerBarcode, $DownPartnerID, $DownPartnerLocation, $Warnings\)<Firstred\\PostNL\\Entity\\Response\\ResponseShipment::\_\_construct\(\)>`
* :php:meth:`public \_\_construct\($Barcode, $ProductCodeDelivery, $Labels, $DownPartnerBarcode, $DownPartnerID, $DownPartnerLocation, $Warnings, $CodingText\)<Firstred\\PostNL\\Entity\\Response\\ResponseShipment::\_\_construct\(\)>`


Properties
Expand Down Expand Up @@ -75,12 +75,17 @@ Properties
:Type: :any:`\\Firstred\\PostNL\\Entity\\Warning\[\] <Firstred\\PostNL\\Entity\\Warning>` | null


.. php:attr:: protected static CodingText
:Type: string | null


Methods
-------

.. rst-class:: public

.. php:method:: public __construct( $Barcode=null, $ProductCodeDelivery=null, $Labels=null, $DownPartnerBarcode=null, $DownPartnerID=null, $DownPartnerLocation=null, $Warnings=null)
.. php:method:: public __construct( $Barcode=null, $ProductCodeDelivery=null, $Labels=null, $DownPartnerBarcode=null, $DownPartnerID=null, $DownPartnerLocation=null, $Warnings=null, $CodingText=null)
:Parameters:
Expand All @@ -91,6 +96,7 @@ Methods
* **$DownPartnerID** (string | null)
* **$DownPartnerLocation** (string | null)
* **$Warnings** (:any:`Firstred\\PostNL\\Entity\\Warning\[\] <Firstred\\PostNL\\Entity\\Warning>` | null)
* **$CodingText** (string | null)



Expand Down

0 comments on commit 36bdfbb

Please sign in to comment.