📝 Add some @var PHPDoc for iQueryModifier calls

This commit is contained in:
Pierre Goiffon
2019-10-11 18:09:00 +02:00
parent ddf42d0358
commit 300a723fca
3 changed files with 17 additions and 4 deletions

View File

@@ -4163,6 +4163,10 @@ abstract class MetaModel
// Compute query modifiers properties (can be set in the search itself, by the context, etc.)
//
$aModifierProperties = array();
/**
* @var string $sPluginClass
* @var iQueryModifier $oQueryModifier
*/
foreach(MetaModel::EnumPlugins('iQueryModifier') as $sPluginClass => $oQueryModifier)
{
// Lowest precedence: the application context