phpGPX\Models\Copyright
===============

Class Copyright
Information about the copyright holder and any license governing use of this file.

By linking to an appropriate license, you may place your data into the public domain or grant additional usage rights.


* Class name: Copyright
* Namespace: phpGPX\Models
* This class implements: [phpGPX\Models\Summarizable](phpGPX-Models-Summarizable.md)




Properties
----------


### $author

    public string $author

Copyright holder (TopoSoft, Inc.)



* Visibility: **public**


### $year

    public string $year

Year of copyright.



* Visibility: **public**


### $license

    public string $license

Link to external file containing license text.



* Visibility: **public**


Methods
-------


### __construct

    mixed phpGPX\Models\Copyright::__construct()

Copyright constructor.



* Visibility: **public**




### toArray

    array phpGPX\Models\Summarizable::toArray()

Serialize object to array



* Visibility: **public**
* This method is defined by [phpGPX\Models\Summarizable](phpGPX-Models-Summarizable.md)



