content_seo.php

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

Generated by  doxygen 1.6.2