Ejemplo n.º 1
0
 /**
  * Constructs a new podcast widget
  * @return null
  */
 public function __construct()
 {
     parent::__construct(self::TRANSLATION_NAME, self::ICON);
 }
Ejemplo n.º 2
0
 /**
  * Construct this widget
  * @return null
  */
 public function __construct()
 {
     parent::__construct(self::TRANSLATION_NAME, self::ICON);
     $this->setIsCacheable(true);
 }