.. rst-class:: phpdoctorst .. role:: php(code) :language: php GetUpdatedShipments =================== .. php:namespace:: Firstred\PostNL\Entity\Request .. php:class:: GetUpdatedShipments :Parent: :php:class:`Firstred\\PostNL\\Entity\\AbstractEntity` :Implements: :php:interface:`Firstred\\PostNL\\Cache\\CacheableRequestEntityInterface` Summary ------- Methods ~~~~~~~ * :php:meth:`public \_\_construct\($Customer, $DateTimeFrom, $DateTimeTo\)` * :php:meth:`public getCustomer\(\)` * :php:meth:`public setCustomer\($Customer\)` * :php:meth:`public getDateTimeFrom\(\)` * :php:meth:`public setDateTimeFrom\($DateTimeFrom\)` * :php:meth:`public getDateTimeTo\(\)` * :php:meth:`public setDateTimeTo\($DateTimeTo\)` * :php:meth:`public getCacheKey\(\)` Properties ---------- .. php:attr:: protected static Customer :Type: :any:`\\Firstred\\PostNL\\Entity\\Customer ` | null .. php:attr:: protected static DateTimeFrom :Type: :any:`\\DateTimeInterface ` | null .. php:attr:: protected static DateTimeTo :Type: :any:`\\DateTimeInterface ` | null Methods ------- .. rst-class:: public .. php:method:: public __construct( $Customer=null, $DateTimeFrom=null, $DateTimeTo=null) :Parameters: * **$Customer** (:any:`Firstred\\PostNL\\Entity\\Customer ` | null) * **$DateTimeFrom** (:any:`DateTimeInterface ` | null) * **$DateTimeTo** (:any:`DateTimeInterface ` | null) .. rst-class:: public .. php:method:: public getCustomer() :Returns: :any:`\\Firstred\\PostNL\\Entity\\Customer ` | null .. rst-class:: public .. php:method:: public setCustomer( $Customer) :Parameters: * **$Customer** (:any:`Firstred\\PostNL\\Entity\\Customer ` | null) :Returns: static .. rst-class:: public .. php:method:: public getDateTimeFrom() :Returns: :any:`\\DateTimeInterface ` | null .. rst-class:: public .. php:method:: public setDateTimeFrom( $DateTimeFrom) :Parameters: * **$DateTimeFrom** (:any:`DateTimeInterface ` | null) :Returns: static .. rst-class:: public .. php:method:: public getDateTimeTo() :Returns: :any:`\\DateTimeInterface ` | null .. rst-class:: public .. php:method:: public setDateTimeTo( $DateTimeTo) :Parameters: * **$DateTimeTo** (:any:`DateTimeInterface ` | null) :Returns: static .. rst-class:: public .. php:method:: public getCacheKey() .. rst-class:: phpdoc-description | This method returns a unique cache key for every unique cacheable request as defined by PSR\-6\. :See: :any:`https://www\.php\-fig\.org/psr/psr\-6/\#definitions ` :Returns: string