.. rst-class:: phpdoctorst .. role:: php(code) :language: php Dimension ========= .. php:namespace:: Firstred\PostNL\Entity .. php:class:: Dimension :Parent: :php:class:`Firstred\\PostNL\\Entity\\AbstractEntity` Summary ------- Methods ~~~~~~~ * :php:meth:`public \_\_construct\($Weight, $Height, $Length, $Volume, $Width\)` * :php:meth:`public getHeight\(\)` * :php:meth:`public setHeight\($Height\)` * :php:meth:`public getLength\(\)` * :php:meth:`public setLength\($Length\)` * :php:meth:`public getVolume\(\)` * :php:meth:`public setVolume\($Volume\)` * :php:meth:`public getWeight\(\)` * :php:meth:`public setWeight\($Weight\)` * :php:meth:`public getWidth\(\)` * :php:meth:`public setWidth\($Width\)` Properties ---------- .. php:attr:: protected static Height :Type: string | null .. php:attr:: protected static Length :Type: string | null .. php:attr:: protected static Volume :Type: string | null .. php:attr:: protected static Weight :Type: string | null .. php:attr:: protected static Width :Type: string | null Methods ------- .. rst-class:: public .. php:method:: public __construct( $Weight=null, $Height=null, $Length=null, $Volume=null, $Width=null) :Parameters: * **$Weight** (string | null) * **$Height** (string | null) * **$Length** (string | null) * **$Volume** (string | null) * **$Width** (string | null) .. rst-class:: public .. php:method:: public getHeight() :Returns: string | null .. rst-class:: public .. php:method:: public setHeight( $Height) :Parameters: * **$Height** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getLength() :Returns: string | null .. rst-class:: public .. php:method:: public setLength( $Length) :Parameters: * **$Length** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getVolume() :Returns: string | null .. rst-class:: public .. php:method:: public setVolume( $Volume) :Parameters: * **$Volume** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getWeight() :Returns: string | null .. rst-class:: public .. php:method:: public setWeight( $Weight) :Parameters: * **$Weight** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getWidth() :Returns: string | null .. rst-class:: public .. php:method:: public setWidth( $Width) :Parameters: * **$Width** (string | null) :Returns: static