.. rst-class:: phpdoctorst .. role:: php(code) :language: php OldStatus ========= .. php:namespace:: Firstred\PostNL\Entity .. php:class:: OldStatus :Parent: :php:class:`Firstred\\PostNL\\Entity\\AbstractEntity` Summary ------- Methods ~~~~~~~ * :php:meth:`public \_\_construct\($PhaseCode, $PhaseDescription, $OldStatusCode, $OldStatusDescription, $TimeStamp\)` * :php:meth:`public getCurrentPhaseCode\(\)` * :php:meth:`public setCurrentPhaseCode\($CurrentPhaseCode\)` * :php:meth:`public getCurrentPhaseDescription\(\)` * :php:meth:`public setCurrentPhaseDescription\($CurrentPhaseDescription\)` * :php:meth:`public getCurrentOldStatusCode\(\)` * :php:meth:`public setCurrentOldStatusCode\($CurrentOldStatusCode\)` * :php:meth:`public getCurrentOldStatusDescription\(\)` * :php:meth:`public setCurrentOldStatusDescription\($CurrentOldStatusDescription\)` * :php:meth:`public getCurrentOldStatusTimeStamp\(\)` * :php:meth:`public setCurrentOldStatusTimeStamp\($CurrentOldStatusTimeStamp\)` Properties ---------- .. php:attr:: protected static CurrentPhaseCode :Type: string | null .. php:attr:: protected static CurrentPhaseDescription :Type: string | null .. php:attr:: protected static CurrentOldStatusCode :Type: string | null .. php:attr:: protected static CurrentOldStatusDescription :Type: string | null .. php:attr:: protected static CurrentOldStatusTimeStamp :Type: string | null Methods ------- .. rst-class:: public .. php:method:: public __construct( $PhaseCode=null, $PhaseDescription=null, $OldStatusCode=null, $OldStatusDescription=null, $TimeStamp=null) :Parameters: * **$PhaseCode** (string | null) * **$PhaseDescription** (string | null) * **$OldStatusCode** (string | null) * **$OldStatusDescription** (string | null) * **$TimeStamp** (string | null) .. rst-class:: public .. php:method:: public getCurrentPhaseCode() :Returns: string | null .. rst-class:: public .. php:method:: public setCurrentPhaseCode( $CurrentPhaseCode) :Parameters: * **$CurrentPhaseCode** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getCurrentPhaseDescription() :Returns: string | null .. rst-class:: public .. php:method:: public setCurrentPhaseDescription( $CurrentPhaseDescription) :Parameters: * **$CurrentPhaseDescription** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getCurrentOldStatusCode() :Returns: string | null .. rst-class:: public .. php:method:: public setCurrentOldStatusCode( $CurrentOldStatusCode) :Parameters: * **$CurrentOldStatusCode** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getCurrentOldStatusDescription() :Returns: string | null .. rst-class:: public .. php:method:: public setCurrentOldStatusDescription( $CurrentOldStatusDescription) :Parameters: * **$CurrentOldStatusDescription** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getCurrentOldStatusTimeStamp() :Returns: string | null .. rst-class:: public .. php:method:: public setCurrentOldStatusTimeStamp( $CurrentOldStatusTimeStamp) :Parameters: * **$CurrentOldStatusTimeStamp** (string | null) :Returns: static