dolibarr  20.0.0-beta
Functions
external_rss.php File Reference

Page to setupe module ExternalRss. More...

Go to the source code of this file.

Functions

 _isInBoxList ($idrss, array $boxlist)
 Check if the given RSS feed if inside the list of boxes/widgets. More...
 

Detailed Description

Page to setupe module ExternalRss.

Definition in file external_rss.php.

Function Documentation

◆ _isInBoxList()

_isInBoxList (   $idrss,
array  $boxlist 
)

Check if the given RSS feed if inside the list of boxes/widgets.

Parameters
int$idrssThe id of the RSS feed
array$boxlistA list with boxes/widgets
Returns
bool true if the rss feed is inside the box/widget list, otherwise false

Definition at line 354 of file external_rss.php.