1: <?php 2: 3: namespace Alchemy\core\query; 4: 5: 6: /** 7: * Interface for query fragments 8: */ 9: interface IQueryValue {} 10: