* @copyright 2015 netzmacht creative David Molineus * @license LGPL 3.0 * @filesource * */ namespace Netzmacht\Contao\Leaflet\Dca; class Control { public function generateRow($row) { return sprintf( '%s [%s]', $row['title'], $row['type'] ); } }