.. rst-class:: phpdoctorst .. role:: php(code) :language: php Contact ======= .. php:namespace:: Firstred\PostNL\Entity .. php:class:: Contact :Parent: :php:class:`Firstred\\PostNL\\Entity\\AbstractEntity` Summary ------- Methods ~~~~~~~ * :php:meth:`public \_\_construct\($ContactType, $Email, $SMSNr, $TelNr\)` * :php:meth:`public getContactType\(\)` * :php:meth:`public setContactType\($ContactType\)` * :php:meth:`public getEmail\(\)` * :php:meth:`public setEmail\($Email\)` * :php:meth:`public getSMSNr\(\)` * :php:meth:`public getTelNr\(\)` * :php:meth:`public setTelNr\($TelNr, $countryCode\)` * :php:meth:`public setSMSNr\($SMSNr, $countryCode\)` Properties ---------- .. php:attr:: protected static ContactType :Type: string | null .. php:attr:: protected static Email :Type: string | null .. php:attr:: protected static SMSNr :Type: string | null .. php:attr:: protected static TelNr :Type: string | null Methods ------- .. rst-class:: public .. php:method:: public __construct( $ContactType=null, $Email=null, $SMSNr=null, $TelNr=null) :Parameters: * **$ContactType** (string | null) * **$Email** (string | null) * **$SMSNr** (string | null) * **$TelNr** (string | null) .. rst-class:: public .. php:method:: public getContactType() :Returns: string | null .. rst-class:: public .. php:method:: public setContactType( $ContactType) :Parameters: * **$ContactType** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getEmail() :Returns: string | null .. rst-class:: public .. php:method:: public setEmail( $Email) :Parameters: * **$Email** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getSMSNr() :Returns: string | null .. rst-class:: public .. php:method:: public getTelNr() :Returns: string | null .. rst-class:: public .. php:method:: public setTelNr( $TelNr=null, $countryCode=null) :Since: 1.0.0 :Since: 1.0.0 .. rst-class:: public .. php:method:: public setSMSNr( $SMSNr=null, $countryCode=null) :Since: 1.0.0 :Since: 1.0.0