oxwtagcloud.php

Go to the documentation of this file.
00001 <?php
00002 
00007 class oxwTagCloud extends oxWidget
00008 {
00013     protected $_sThisTemplate = 'widget/sidebar/tags.tpl';
00014 
00020     public function displayInBox()
00021     {
00022         return (bool) $this->getViewParameter( "blShowBox" );
00023     }
00024 
00030     public function getTagCloudManager()
00031     {
00032         return oxNew( "oxTagCloud" );
00033     }
00034 
00040     public function isMoreTagsVisible()
00041     {
00042         return true;
00043     }
00044 }