mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-25 13:24:12 +01:00
11 lines
201 B
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
|
|
} |