- Fixing more accurately #222 and #172

SVN:trunk[769]
This commit is contained in:
Denis Flaven
2010-09-05 15:49:25 +00:00
parent d892005e7f
commit 633497d7ff
2 changed files with 89 additions and 8 deletions

View File

@@ -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