Field_Cardinality.php 512 Bytes
Newer Older
1 2 3 4 5 6
<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/protobuf/type.proto

namespace Google\Protobuf;

7
if (false) {
8
    /**
9 10
     * This class is deprecated. Use Google\Protobuf\Field\Cardinality instead.
     * @deprecated
11
     */
12
    class Field_Cardinality {}
13
}
14 15
class_exists(Field\Cardinality::class);
@trigger_error('Google\Protobuf\Field_Cardinality is deprecated and will be removed in the next major release. Use Google\Protobuf\Field\Cardinality instead', E_USER_DEPRECATED);
16