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