first commit
This commit is contained in:
16
plugins/stRadarPlugin/lib/model/Radar.php
Normal file
16
plugins/stRadarPlugin/lib/model/Radar.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user