mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
Icinga\Application\Modules\Module: Add missing documentation
This commit is contained in:
parent
b45e576722
commit
33628cbf04
@ -179,6 +179,8 @@ class Module
|
|||||||
protected $paneItems = array();
|
protected $paneItems = array();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* A set of objects representing a searchUrl configuration
|
||||||
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $searchUrls = array();
|
protected $searchUrls = array();
|
||||||
@ -201,6 +203,11 @@ class Module
|
|||||||
$this->searchUrls[] = $searchUrl;
|
$this->searchUrls[] = $searchUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return this module's search urls
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
public function getSearchUrls()
|
public function getSearchUrls()
|
||||||
{
|
{
|
||||||
$this->launchConfigScript();
|
$this->launchConfigScript();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user