.. rst-class:: phpdoctorst .. role:: php(code) :language: php Dimension ========= .. php:namespace:: Firstred\PostNL\Entity .. php:class:: Dimension .. rst-class:: phpdoc-description | Class Dimension\. :Parent: :php:class:`Firstred\\PostNL\\Entity\\AbstractEntity` Summary ------- Methods ~~~~~~~ * :php:meth:`public \_\_construct\($Weight, $Height, $Length, $Volume, $Width\)` Properties ---------- .. php:attr:: public defaultProperties :Type: string[][] .. 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)