mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
Merge branch 'split-file_attributedef.class.inc.php_iAttributeNoGroupBy.php' into split-file_attributedef.class.inc.php
This commit is contained in:
11
core/attributedef/iAttributeNoGroupBy.php
Normal file
11
core/attributedef/iAttributeNoGroupBy.php
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user