Skip to content

Commit

Permalink
Icinga\Application\Modules\Module: Add missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Meyer committed Apr 22, 2015
1 parent b45e576 commit 33628cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions library/Icinga/Application/Modules/Module.php
Expand Up @@ -179,6 +179,8 @@ class Module
protected $paneItems = array();

/**
* A set of objects representing a searchUrl configuration
*
* @var array
*/
protected $searchUrls = array();
Expand All @@ -201,6 +203,11 @@ public function provideSearchUrl($title, $url, $priority = 0)
$this->searchUrls[] = $searchUrl;
}

/**
* Return this module's search urls
*
* @return array
*/
public function getSearchUrls()
{
$this->launchConfigScript();
Expand Down

0 comments on commit 33628cb

Please sign in to comment.