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