Files
iTop/core/attributedef/iAttributeNoGroupBy.php

11 lines
201 B
PHP

<?php
/**
* Attributes implementing this interface won't be accepted as `group by` field
*
* @since 2.7.4 N°3473
*/
interface iAttributeNoGroupBy
{
//no method, just a contract on implement
}