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

17 lines
279 B
PHP

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