mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
@@ -106,6 +106,15 @@ class ApplicationContext
|
||||
{
|
||||
return $this->aValues;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns an array of the context parameters NAMEs
|
||||
* @return array The list of context parameters
|
||||
*/
|
||||
public function GetNames()
|
||||
{
|
||||
return $this->aNames;
|
||||
}
|
||||
/**
|
||||
* Removes the specified parameter from the context, for example when the same parameter
|
||||
* is already a search parameter
|
||||
|
||||
Reference in New Issue
Block a user