.. rst-class:: phpdoctorst .. role:: php(code) :language: php CurrentStatusResponse ===================== .. php:namespace:: Firstred\PostNL\Entity\Response .. php:class:: CurrentStatusResponse :Parent: :php:class:`Firstred\\PostNL\\Entity\\AbstractEntity` Summary ------- Methods ~~~~~~~ * :php:meth:`public \_\_construct\($Shipments, $Warnings\)` * :php:meth:`public getShipments\(\)` * :php:meth:`public setShipments\($Shipments\)` * :php:meth:`public getWarnings\(\)` * :php:meth:`public setWarnings\($Warnings\)` Properties ---------- .. php:attr:: protected static Shipments :Type: :any:`\\Firstred\\PostNL\\Entity\\Response\\CurrentStatusResponseShipment\[\] ` | null .. php:attr:: protected static Warnings :Type: :any:`\\Firstred\\PostNL\\Entity\\Warning\[\] ` | null Methods ------- .. rst-class:: public .. php:method:: public __construct( $Shipments=null, $Warnings=null) :Parameters: * **$Shipments** (array | null) * **$Warnings** (array | null) .. rst-class:: public .. php:method:: public getShipments() :Returns: :any:`\\Firstred\\PostNL\\Entity\\Response\\CurrentStatusResponseShipment\[\] ` | null .. rst-class:: public .. php:method:: public setShipments( $Shipments) :Parameters: * **$Shipments** (:any:`Firstred\\PostNL\\Entity\\Response\\CurrentStatusResponseShipment\[\] ` | null) :Returns: static .. rst-class:: public .. php:method:: public getWarnings() :Returns: :any:`\\Firstred\\PostNL\\Entity\\Warning\[\] ` | null .. rst-class:: public .. php:method:: public setWarnings( $Warnings) :Parameters: * **$Warnings** (:any:`Firstred\\PostNL\\Entity\\Warning\[\] ` | null) :Returns: static