Add some virtual property definitions.

This commit is contained in:
David Molineus
2015-01-18 23:20:21 +01:00
parent d4c70f1f11
commit 8242fe36af

View File

@@ -16,6 +16,9 @@ use Model\Collection;
/**
* Class LayerModel for the tl_leaflet_layer table.
*
* @property mixed|null id
* @property mixed|null alias
*
* @package Netzmacht\Contao\Leaflet\Model
*/
class LayerModel extends AbstractActiveModel