Add PHPDoc

This commit is contained in:
Molkobain
2022-11-22 13:28:02 +01:00
committed by GitHub
parent c8fade6013
commit 02e63fff64

View File

@@ -289,6 +289,10 @@ class NavigationMenu extends UIBlock implements iKeyboardShortcut
}
}
/**
* @return True if the silo selection is enabled, false otherwise
* @since 3.1.0
*/
public function IsSiloSelectionEnabled() : bool {
return MetaModel::GetConfig()->Get('navigation_menu.show_organization_filter');
}