ok

Mini Shell

Direktori : /home2/selectio/www/3-idiots/vendor/mercadopago/dx-php/src/MercadoPago/Annotation/
Upload File :
Current File : //home2/selectio/www/3-idiots/vendor/mercadopago/dx-php/src/MercadoPago/Annotation/Attribute.php

<?php

namespace MercadoPago\Annotation;
use Doctrine\Common\Annotations\Annotation;

/**
 * @Annotation
 */
class Attribute extends Annotation
{
    /**
     * @var
     */
    public $type;

    /**
     * @var
     */
    public $required = false;
    public $serialize = true ;
    public $readOnly;
    public $primaryKey;
    public $idempotency;
    public $defaultValue;
    public $maxLength;
}

Zerion Mini Shell 1.0