Advanced Search: resolve variables for the search screen

SVN:b1162[5488]
This commit is contained in:
Eric Espié
2018-03-21 13:45:37 +00:00
parent b05b41c7cc
commit 3cdf22e9b2
2 changed files with 29 additions and 2 deletions

View File

@@ -34,6 +34,14 @@ abstract class Expression
// recursive translation of identifiers
abstract public function GetUnresolvedFields($sAlias, &$aUnresolved);
/**
* @param array $aTranslationData
* @param bool $bMatchAll
* @param bool $bMarkFieldsAsResolved
*
* @return Expression Translated expression
*/
abstract public function Translate($aTranslationData, $bMatchAll = true, $bMarkFieldsAsResolved = true);
// recursive rendering (aArgs used as input by default, or used as output if bRetrofitParams set to True