forked from Snck3rs/contao-leaflet-maps
Ongoing development.
This commit is contained in:
22
src/Netzmacht/Contao/Leaflet/Dca/Marker.php
Normal file
22
src/Netzmacht/Contao/Leaflet/Dca/Marker.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @package dev
|
||||
* @author David Molineus <david.molineus@netzmacht.de>
|
||||
* @copyright 2015 netzmacht creative David Molineus
|
||||
* @license LGPL 3.0
|
||||
* @filesource
|
||||
*
|
||||
*/
|
||||
|
||||
namespace Netzmacht\Contao\Leaflet\Dca;
|
||||
|
||||
|
||||
class Marker
|
||||
{
|
||||
public function generateRow($row)
|
||||
{
|
||||
return $row['title'];
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user