Атрибуты C#: обо всех аспектах
#NET #C #ООП #net #c #attributes #attribute IV
https://habr.com/ru/post/468287/
#NET #C #ООП #net #c #attributes #attribute IV
https://habr.com/ru/post/468287/
t.me
Атрибуты C#: обо всех аспектах
Здравствуй, читатель. В этой статье описаны атрибуты со всех сторон — начиная от спецификации, смысла и определения атрибутов, создания собственных и работе с ни...
PHP: атрибуты vs аннотации: оптимизируем метадату Doctrine
#PHP #DoctrineORM #php #doctrine #attributes #annotations #атрибутыphp IV
https://habr.com/ru/post/686796/
#PHP #DoctrineORM #php #doctrine #attributes #annotations #атрибутыphp IV
https://habr.com/ru/post/686796/
Хабр
PHP: атрибуты vs аннотации: оптимизируем метадату Doctrine
<?php #[ORM\Entity, ORM\Table(name: 'item_price')] class ItemPrice { #[ORM\Id, ORM\Column(type: 'integer'), ORM\GeneratedValue] private int $id; #[ ORM\ManyToOne(targetEntity: Item::class,...