Attributes
15/30
Object Instantiation with Named Arguments
Attributes
<?php
/** Entity */
class
Distillery
{
/** * @Id * @Column(type=string) */
private
$name
; }