Files
2025-03-12 17:06:23 +01:00

17 lines
270 B
PHP

<?php
/**
* Subclass for representing a row from the 'st_ceneo' table.
*
*
*
* @package plugins.stRadarPlugin.lib.model
*/
class Radar extends BaseRadar
{
public function getAdminGeneratorTitle()
{
return $this->getProduct()->getName();
}
}