content_seo.php

Go to the documentation of this file.
00001 <?php
00002 
00006 class Content_Seo extends Object_Seo
00007 {
00013     protected function _getSeoUrl( $oContent )
00014     {
00015         $oEncoder = oxSeoEncoderContent::getInstance();
00016         $oEncoder->getContentUrl( $oContent );
00017 
00018         return parent::_getSeoUrl( $oContent );
00019     }
00020 
00025     protected function _getType()
00026     {
00027         return 'oxcontent';
00028     }
00029 }

Generated on Wed May 13 13:25:50 2009 for OXID eShop CE by  doxygen 1.5.5