10 lines
163 B
PHP
10 lines
163 B
PHP
<?php
|
|
|
|
class GoogleShopping extends BaseGoogleShopping
|
|
{
|
|
public function getAdminGeneratorTitle()
|
|
{
|
|
return $this->getProduct()->getName();
|
|
}
|
|
}
|