* @link http://www.oxidmodule.com */ class d3_oxbasketitem_googleanalytics extends d3_oxbasketitem_googleanalytics_parent { protected $_sD3LocatorTitle; /** * @param $sLocatorTitle */ public function d3SetLocatorTitle($sLocatorTitle) { if (false == $this->_sD3LocatorTitle) { $this->_sD3LocatorTitle = $sLocatorTitle; } } /** * @return string */ public function d3GetLocatorTitle() { return $this->_sD3LocatorTitle; } }