Проинтегрировал виртуальное поле
Чтобы можно было заполнить дто, когда нет такого ключа в данных.
This commit is contained in:
parent
e479206af0
commit
c49bac2315
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
namespace Rinsvent\Data2DTO\Attribute;
|
namespace Rinsvent\Data2DTO\Attribute;
|
||||||
|
|
||||||
|
/** @property string[] $tags */
|
||||||
#[\Attribute]
|
#[\Attribute]
|
||||||
class VirtualProperty
|
class VirtualProperty
|
||||||
{
|
{
|
||||||
public function __construct(
|
public function __construct(
|
||||||
/** @var string[] $tags */
|
|
||||||
public array $tags = ['default']
|
public array $tags = ['default']
|
||||||
) {}
|
) {}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user