mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
17 lines
363 B
PHP
17 lines
363 B
PHP
<?php
|
|
/*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
namespace Combodo\iTop\Core\AttributeDefinition;
|
|
|
|
/**
|
|
* 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
|
|
} |