<?php
namespace common\models\interfaces;
interface IHaveIgnoredOnCopyingAttributes
{
public function getIgnoredOnCopyingAttributes(): array;
}