.. rst-class:: phpdoctorst .. role:: php(code) :language: php CutOffTime ========== .. php:namespace:: Firstred\PostNL\Entity .. php:class:: CutOffTime :Parent: :php:class:`Firstred\\PostNL\\Entity\\AbstractEntity` Summary ------- Methods ~~~~~~~ * :php:meth:`public \_\_construct\($Day, $Time, $Available\)` * :php:meth:`public getDay\(\)` * :php:meth:`public setDay\($Day\)` * :php:meth:`public getTime\(\)` * :php:meth:`public setTime\($Time\)` * :php:meth:`public getAvailable\(\)` * :php:meth:`public setAvailable\($Available\)` Properties ---------- .. php:attr:: protected static Day :Type: string | null .. php:attr:: protected static Time :Type: string | null .. php:attr:: protected static Available :Type: bool | null Methods ------- .. rst-class:: public .. php:method:: public __construct( $Day=null, $Time=null, $Available=null) :Parameters: * **$Day** (string | null) * **$Time** (string | null) * **$Available** (bool | null) .. rst-class:: public .. php:method:: public getDay() :Returns: string | null .. rst-class:: public .. php:method:: public setDay( $Day) :Parameters: * **$Day** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getTime() :Returns: string | null .. rst-class:: public .. php:method:: public setTime( $Time) :Parameters: * **$Time** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getAvailable() :Returns: bool | null .. rst-class:: public .. php:method:: public setAvailable( $Available) :Parameters: * **$Available** (bool | null) :Returns: static