Skip to content

Latest commit

 

History

History
68 lines (31 loc) · 1.23 KB

Area.rst

File metadata and controls

68 lines (31 loc) · 1.23 KB
.. rst-class:: phpdoctorst

Area

.. php:namespace:: Firstred\PostNL\Entity

.. php:class:: Area


        .. rst-class:: phpdoc-description

                | Class Area\.


        :Parent:
                :php:class:`Firstred\\PostNL\\Entity\\AbstractEntity`



Summary

Methods

Properties

.. php:attr:: public defaultProperties

        :Type: string[][]


.. php:attr:: protected static CoordinatesNorthWest

        :Type: :any:`\\Firstred\\PostNL\\Entity\\Coordinates <Firstred\\PostNL\\Entity\\Coordinates>` | null


.. php:attr:: protected static CoordinatesSouthEast

        :Type: :any:`\\Firstred\\PostNL\\Entity\\Coordinates <Firstred\\PostNL\\Entity\\Coordinates>` | null


Methods

.. rst-class:: public

        .. php:method:: public __construct( $CoordinatesNorthWest=null, $CoordinatesSouthEast=null)


                :Parameters:
                        * **$CoordinatesNorthWest** (:any:`Firstred\\PostNL\\Entity\\Coordinates <Firstred\\PostNL\\Entity\\Coordinates>` | null)
                        * **$CoordinatesSouthEast** (:any:`Firstred\\PostNL\\Entity\\Coordinates <Firstred\\PostNL\\Entity\\Coordinates>` | null)